Greasy Fork

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 的反馈

提问 / 留言

§
发布于:2020-01-18

Download and last chapter buttons on listings page only functional for single chapter works

As it says in the title, the last chapter shortcut and download shortcuts only appear for single chapter stories on the listings page.

§
发布于:2020-02-03

so i played around and for me the issue was that it requests HTTP from a HTTPS site (but only for multichapter fics? I dont know why either)

either way I fixed it by adding jQuery('head').append('<.meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">');

(remove the . between < and meta, I cant be bothered to find out how to force it to show the html tag)

right in the line after jQuery(window).ready(function() {

hope this helps!

发布留言

登录以发布留言。