Greasy Fork is available in English.

AO3 Review + Last Chapter Shortcut + Kudos-sortable Bookmarks

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

Întrebare/comentariu

§
Postat în: 03-03-2019
Editat în: 03-03-2019

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!

TSK
§
Postat în: 11-02-2021

Tried this and the Floaty Review Box option disappeared completely.

§
Postat în: 20-04-2023

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==

Postează un raspuns

Autentifică-te pentru a posta un răspuns.