Adds shortcuts for last chapter and a floaty review box, sorts bookmarks by kudos (slow) and allows filter by complete only, download link to listing
< Opinie na AO3 Review + Last Chapter Shortcut + Kudos-sortable Bookmarks
Addendum: apparently the problem is due to conflict with another script which also uses JQuery. When I disable this script, Insert works as expected. However, the fix(?) I posted lets both scripts work without issues.
Okay, uninstalled and reinstalled the script and now it works fine. idek.
Floaty review Insert button stopped working in Firefox (89.0, using Tampermonkey). Developer Console gives the following error:
I fiddled around with the code and this seems to have fixed it, though I'm not sure if it's the root of the problem as I don't really know javascript. Instead of defining the functions separately, like this...
I stuck everything inside the anonymous function which is default when you create a Tampermonkey script:
Let me say again that I have no idea what I'm actually doing; I'm just a monkey with access to google and a lot of free time. This works, but I've very little idea why.
Sorting by kudos still gives a syntax error.