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