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

< Spätná väzba na AO3 Review + Last Chapter Shortcut + Kudos-sortable Bookmarks

Otázka/komentár

§
Pridaný: 03.03.2019
Upravený: 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
§
Pridaný: 11.02.2021

Tried this and the Floaty Review Box option disappeared completely.

§
Pridaný: 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==

Pridať odpoveď

Aby ste mohli pridať odpoveď, prihláste sa.

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