Auto search for movie/series on torrent, usenet, ddl, subtitles, streaming, predb and other sites.
Supports Re-designed/Reference pages and does multi auto-search on List/Watchlist/Advanced Title Search pages.
Adds links to IMDb pages from hundreds various sites.
Auto search local HDDs/filelists using Voidtools Everything search engine.
Adds movies/series to Radarr/Sonarr.
Adds/Removes movies/series/episodes to/from Trakt's watchlist.
Adds external ratings from Metacritic, Rotten Tomatoes, Letterboxd, Douban, Allocine, MyAnimeList, AniList.
Media Server indicators for Plex, Jellyfin, Emby.
Extract info to clipboard with the special button "Copy info to BBCode".
Auto loads Reference View without login.
Dark theme/style for Reference View.
Compact mode for Reference View.
Removes ads.
Supports mobile: Firefox Nightly, Firefox for Android. Orion for iOS.
Supports browsers: Firefox, Chrome, Opera, Safari, Waterfox, Brave, Pale Moon, Edge.
Supports: Violentmonkey, Tampermonkey, Greasemonkey, Greasemonkey v3 & Greasemonkey for Pale Moon.
Meanings of the color borders around the icons:

Search completed. Results found.

Search completed. Results not found.

No access to search or search can't be done.

Search completed. Request found.
Contributions are welcome.
Inside the script, there is a list of dictionaries that contains of all the sites, and the data necessary to check IMDb against them.
Each site is a dictionary with the following attributes:
name: A site name.icon(optional): Icon for a site.searchUrl: The URL to perform a search against, see below for how to tailor a string to a site.matchRegex: A string which appears if the searchUrl doesn't return a result.positiveMatch(optional): Changes the test to return true if the searchUrl does return a result that matches matchRegexseedingRegex(optional): The string which appears if the searchUrl does return a result with seeding indicatorTV(optional): If true, it means that this site will only show up on TV pages. By default, sites only show up on movie pages.both(optional): Means that a site will show up on both movie and TV pages.spaceEncode(optional): Changes a character used to encode spaces in movie titles. Default is '+'.goToUrl(optional): Different URL used for link (instead ofsearchUrl).loggedOutRegex(optional): If any text on a page matches this regex, a site is treated as being logged out.configName(optional): Use this to allow changing names without breaking existing users.inSecondSearchBar(optional): Places site at the second searchable bar.inThirdSearchBar(optional): Places site at the third searchable bar.rateLimit(optional): Connection rate limit in milliseconds. Default is 200. On the Search/List pages if rateLimit<=1000 then it will be increased by a factor of 4.mPOST: HTTP request by POST method. For the sites that doesn't support GET.ignore404(optional): Ignores all 4** HTTP errors.ignoreEmpty(optional): Use it if an empty response means that no results found, otherwise by default it means 'logged_out'.
Parameters you can use inside the URL:
%tt%: IMDb id with the tt prefix (e.g. tt0055630).%nott%: IMDb id without the tt prefix (e.g. 0055630).%tvdbid%: TVDb id.%tvmazeid%: TVmaze id.%tmdbid%: TMDb id.%tmdb_orig_title%: To get a native original title instead of IMDb's latinized one.%doubanid%: Douban id.%search_string%: Movie title. [US]%search_string_orig%: Original movie title (e.g. Yôjinbô). [Reverts to %search_string% if original is not set]%year%: Movie year (e.g. 1961).%seriesid%: For the streaming APIs. IMDb ID of series.%seasonid%: For the streaming APIs. Season number.%episodeid%: For the streaming APIs. Episode number.
See the script for examples.
Follows a bastardization of the semver standard:
- Patch versions will not change behavior, only the URL/settings for trackers.
- Minor versions will definitely change code, although behavior may in fact remain the same.
- Major versions will definitely change behavior, although it will only be increased at the discretion of the current maintainer.


