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
< Părere la script-ul AO3 Review + Last Chapter Shortcut + Kudos-sortable Bookmarks
Tried this and the Floaty Review Box option disappeared completely.
I know this is an old post, but this fixed the script for me. Thank you! Below is what the working header looks like if anyone else is having trouble.// ==UserScript==
// @name AO3 Review + Last Chapter Shortcut + Kudos-sortable Bookmarks
// @namespace saxamaphone
// @version 2.2
// @description 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
// @author You
// @match http://archiveofourown.org/*
// @match https://archiveofourown.org/*
// @grant none
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js
// @require https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js
// ==/UserScript==
Not initially working due to jQuery issues. FIX INCLUDED
Hi! The script wasn't working at all for me at first (using the latest version of Greasemonkey on Firefox). I fixed it by including the following two lines in the header:
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js // @require https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js
After that, it seems to be running fine!