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

< 腳本AO3 Review + Last Chapter Shortcut + Kudos-sortable Bookmarks的回應

提問/評論

§
發表於:2019-03-03
編輯:2019-03-03

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
§
發表於:2021-02-11

Tried this and the Floaty Review Box option disappeared completely.

§
發表於:2023-04-20

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

發表回覆

登入以回復