Purfview / IMDb-Scout-Mod

Auto search for movie/series on torrent, usenet, ddl, subtitles, streaming, predb and other sites. Adds links to IMDb pages from hundreds various sites. Adds movies/series to Radarr/Sonarr. Adds external ratings from Metacritic, Rotten Tomatoes, Letterboxd, Douban, Allocine. Media Server indicators for Plex, Jellyfin, Emby. Dark theme/style for Reference View. Adds/Removes to/from Trakt's watchlist. Removes ads
https://greasyfork.org/en/scripts/407284-imdb-scout-mod
MIT License
384 stars 50 forks source link

Doesn't run in FireMonkey #180

Closed dtrauma closed 1 year ago

dtrauma commented 1 year ago

Heya, this extension doesn't run in Firemonkey because of this:

https://github.com/sizzlemctwizzle/GM_config/issues/113

Detailed explanation here:

https://github.com/sizzlemctwizzle/GM_config/wiki/Asynchronous-read-and-write-migration

This also (subtly) affects Greasemonkey 4 users.

Purfview commented 1 year ago

The script doesn't use that GM_config version. What issue do you have?

Purfview commented 1 year ago

This also (subtly) affects Greasemonkey 4 users.

What is that subtle affect?

Purfview commented 1 year ago

To make it work in FireMonkey: Go to FireMonkey options > select the script > in Options press "Wrap code in IIFE" > press Save

PS: Noticed some bug changing imdb's icon to some icons from the script.

dtrauma commented 1 year ago

Indeed, this works, thank you. And sorry if my report was misleading, I was guided by the error message and only now realized that I didn't include it in the report.

NLZ commented 1 month ago

To make it work in FireMonkey: Go to FireMonkey options > select the script > in Options press "Wrap code in IIFE" > press Save

Would it be possible to make it by default? Or would it cause problems with other userscript managers?

Purfview commented 1 month ago

Would it be possible to make it by default? Or would it cause problems with other userscript managers?

Ask at FireMonkey because all other managers does that automatically.