Tampermonkey / tampermonkey

Tampermonkey is the most popular userscript manager, with over 10 million users. It's available for Chrome, Microsoft Edge, Safari, Opera Next, and Firefox.
GNU General Public License v3.0
4.23k stars 418 forks source link

[BUG] Greasyfork.org cannot get version information of the script in `UserScripts API Dynamic` mode. `MV3` #2127

Closed F9y4ng closed 3 months ago

F9y4ng commented 3 months ago

Actual Behavior

Greasyfork.org cannot get version information of the script in UserScripts API Dynamic mode.

UserScripts API

Userscript API

UserScripts API Dynamic

Userscript API Dynamic

And a prompt will pop up when you click the install button:

install prompt

Specifications

derjanb commented 3 months ago

Another good catch!

Should be at 5.3.6204 (crx)

Please download the crx file linked above and drag and drop it to the extensions page chrome://extensions (after you've enabled 'Developer Mode').

For a quick fix please export your settings and scripts as zip or (JSON) file at the "Utilities" tab and import it back at the fixed BETA version.

F9y4ng commented 3 months ago

Thanks, it works fine now.