birdsflying (
birdsflying) wrote in
ao3some2012-06-29 11:14 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Ao3 tag killfilter?
I could really do with an extension similar to tumblr saviour that would not display fics with certain user specified tags when I'm browsing a03 (specifically, when I'm scrolling through a fandom tag result page) - anyone come across that?
I am prodding the sourcecode for tumblr saviour to see if I can do a quick and dirty modification but I am also mid-relocation and new job and extremely rusty with javascript, so very much a bear of little brain right now, so if anyone else has done it first, I would love to know. (and personally, the stuff I'd like to avoid, I would be unlikely to want to reveal, so if it just said 'fic removed from view' or similar, without the unhide link, as a quick modification that would also be A+)
I am prodding the sourcecode for tumblr saviour to see if I can do a quick and dirty modification but I am also mid-relocation and new job and extremely rusty with javascript, so very much a bear of little brain right now, so if anyone else has done it first, I would love to know. (and personally, the stuff I'd like to avoid, I would be unlikely to want to reveal, so if it just said 'fic removed from view' or similar, without the unhide link, as a quick modification that would also be A+)
no subject
ETA: OK, it seems to work once I restart my browser. Which is more than Greasemonkey usually requires, but it works now. Thanks!
ETA2: No, I lied, it worked on one page then stopped working.
no subject
var whiteList = new Array('');
instead of the correct:
var whiteList = new Array();
(I.e. leaving no quote marks inside the array.)
But if you want me to test your particular combination, I can try!
no subject
I've got this:
function checkBlurb() {
var whiteList = new Array();
var blackList = new Array('Loki/Tony Stark', 'Steve Rogers/Thor', 'Podfic');
var whitelisted = false;
var blacklisted = false;
Maybe it's successfully blocking things that have all three of the tags, but it's not blocking things that have the individual tags.
no subject
Maybe it's the same problem than the person further up...
no subject
no subject
no subject
no subject
no subject
no subject