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

< Feedback de AO3 Review + Last Chapter Shortcut + Kudos-sortable Bookmarks

Pergunta/Comentário

§
Publicado em: 03/03/2019
Editado em: 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
§
Publicado em: 11/02/2021

Tried this and the Floaty Review Box option disappeared completely.

§
Publicado em: 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==

Enviar resposta

Entre para publicar uma resposta.

长期地址
遇到问题?请前往 GitHub 提 Issues。