Adds various features and improves the Greasy Fork experience
[BUG] Doesn't work on site-specific script lists
Example URL: https://greasyfork.org/en/scripts/by-site/github.com
Page type detection fails: const pageType_ = /\/([a-z-]+)$/.exec(window.location.pathname);
Yes. There is no feature provided for the site-specific scripts browsing.
We might or might not update ...
Fixed the page type detection now.
Not well tested but should be fine.
[BUG] Doesn't work on site-specific script lists
Example URL: https://greasyfork.org/en/scripts/by-site/github.com
Page type detection fails:
const pageType_ = /\/([a-z-]+)$/.exec(window.location.pathname);