ao3 saved filters

Adds fields for persistent global & fandom filters to works index pages on AO3

< Обсуждения: ao3 saved filters

Отзыв: Нормальный — скрипт работает, но имеет существенные недостатки

needs tiny edit to work

noticed that this script hasn't been working for me for around a month, probably since ao3 updated its code

to make it work again, edit line 15 to this:
var works = $('#main.works-index'), form = $('form#work-filters');

it used to be:
var works = $('#main.works-index'), form = $('form#work_filters');

just a very tiny but important edit. I personally have very little js or coding knowledge, so it was hard tinkering around. I was glad it finally worked for me. Thank you for this script!

tuffАвтор
§
Создано: 22.05.2015

Updated, thanks very much for figuring it out!

Ответить

Войдите, чтобы ответить.

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