Ao3 tag killfilter?
Jun. 29th, 2012 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)
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
Date: 2012-06-29 11:41 pm (UTC)no subject
Date: 2012-06-30 04:03 am (UTC)no subject
Date: 2012-06-30 07:01 am (UTC)Since your script is FF only, I'll have to test it later. Thanks in advance for this and good luck.
Oh, can I talk about this on tumblr? A lot follow the Ao3 tag. They could test it too.
no subject
Date: 2012-06-30 07:13 am (UTC)Sure, you can share it on Tumblr!
no subject
Date: 2012-06-30 07:38 am (UTC)no subject
Date: 2012-06-30 07:41 am (UTC)ten30 minutes ago. :)no subject
Date: 2012-06-30 09:41 am (UTC)no subject
Date: 2012-07-13 07:24 pm (UTC)no subject
Date: 2012-10-06 04:41 pm (UTC)Is there a way I can change the script to make it only look for a specific field? I'm looking for a way to killfile certain authors, but I don't want to eliminate things written for them, or remixes of their work, etc.
no subject
Date: 2012-10-17 10:08 am (UTC)var blackList = new Array('href="/users/USERNAME/pseuds/PSEUD" class="login author"', 'another killfile tag');
You have to include the
pseuds/PSEUD
part even if the person doesn't have a pseud -- it's looking for an exact match on the HTML, and the archive always uses the full users/USERNAME/pseuds/PSEUD path.no subject
Date: 2012-10-18 06:20 am (UTC)I kind of kludged together a similar (maybe? I don't really know what the code is doing) solution that involved just adding 'pseuds/[authorname1]', 'pseuds/[authorname2]' etc. to the original blacklist, and that seems to work okay.
no subject
Date: 2012-10-18 06:22 am (UTC)Blurb Blocker Broken?
Date: 2014-07-22 11:34 pm (UTC)Thanks, btw, for making my fandom experience so much nicer. Really love that script and would hate to see it go away. :))
Re: Blurb Blocker Broken?
Date: 2014-07-22 11:56 pm (UTC)Unfortunately, I'm having trouble reproducing any problems with Blurb Blocker. Is it happening on a specific page? Which browser are you using? What terms are you trying to black list/white list, and which version of Blurb Blocker are you using (the version is listed at the top of the script)?
Here's the code for version 1.4, the latest version, since userscripts is down.
Re: Blurb Blocker Broken?
Date: 2014-09-30 12:34 am (UTC)I check the following AO3 page daily: http://archiveofourown.org/works?utf8=%E2%9C%93&work_search[sort_column]=revised_at&work_search[other_tag_names]=&work_search[query]=&work_search[language_id]=1&work_search[complete]=0&work_search[complete]=1&commit=Sort+and+Filter&tag_id=One+Direction+%28Band%29
It's pretty heavily filtered, but I don't think I added any additional filters right before the script broke for me.
I used the script on a MacBook Air (daily) and on an iMac (very infrequently), and the script broke on both machines within a few days of each other. I run the most current version of Firefox on both.
I did just update the Blurb Blocker script and pasted in my blacklist, and it's still not working. I will go through my blacklist entry by entry to make sure there aren't any funky characters included, but can't see how I would have made the same mistake in both lists when it worked fine for me for ages.
Ugh, sorry to be a pain, but I'm dying to get this functionality back if possible.
Re: Blurb Blocker Broken?
Date: 2014-10-03 09:37 am (UTC)var blackList = new Array('explicit', 'mature');
and seeing if it works? (I ran that on the page you linked, and it worked for me in Firefox 32.0.3 on Mac OS X 10.9.5.)If it still doesn't work, are you using any other scripts or extensions in your browser? You could try disabling them to see if there's a conflict.
I'm sorry it's not working! I wish I knew why.
Re: Blurb Blocker Broken?
Date: 2014-10-04 12:12 am (UTC)Re: Blurb Blocker Broken?
Date: 2014-09-30 12:35 am (UTC)Re: Blurb Blocker Broken?
Date: 2014-10-11 01:46 am (UTC)http://scttdvd.com/post/65242711516/how-to-get-rid-of-smart-quotes-osx-mavericks