For some reason, this script bugged out on me and I suddenly found that all of my config settings were no longer working. Yet when I followed the debug instructions, both beginner and advanced, 'jar jar binks' was blocked successfully and the Chrome Dev debug console showed no errors. After some digging I realized that when I searched for works the url for AO3 was 'www.archiveofourown.org' instead of just 'archiveofourown.org' like it is on all other pages.
So, I changed // @include http*://archiveofourown.org/* to // @include http*://*archiveofourown.org/* (probably could have just added a second include and have both versions, but oh well)
And voilà! Scripts are both running again.
I'm genuinely not sure why this happened because I don't remember AO3 mentioning any updates, AO3 savior hasn't been updated recently and I've never run into this issue before. I was tearing my hair out trying to find the problem. So, hopefully this helps someone troubleshoot! :)
For some reason, this script bugged out on me and I suddenly found that all of my config settings were no longer working. Yet when I followed the debug instructions, both beginner and advanced, 'jar jar binks' was blocked successfully and the Chrome Dev debug console showed no errors. After some digging I realized that when I searched for works the url for AO3 was 'www.archiveofourown.org' instead of just 'archiveofourown.org' like it is on all other pages.
So, I changed
// @include http*://archiveofourown.org/*
to// @include http*://*archiveofourown.org/*
(probably could have just added a second include and have both versions, but oh well)And voilà! Scripts are both running again.
I'm genuinely not sure why this happened because I don't remember AO3 mentioning any updates, AO3 savior hasn't been updated recently and I've never run into this issue before. I was tearing my hair out trying to find the problem. So, hopefully this helps someone troubleshoot! :)