/* This program is free software. It comes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The Fuck You Want
* To Public License, Version 2, as published by Sam Hocevar. See
* http://sam.zoy.org/wtfpl/COPYING for more details. */
Name:
Anonymous2010-02-23 9:48
>>41
Cheers. How do I get this bookmarklet to work on imagefap?
dont u think that your filter causes less moderation because less spam is reported?
Name:
aeosynth!zdxFBW2hCw2010-02-24 7:04
>>48
probably. I wish 4chan automatically filtered reported posts, but it doesn't.
Name:
Anonymous2010-02-25 8:30
bump
Name:
Anonymous2010-02-25 9:38
>>41 When i use this filter and I want to filter soemthing with a slash "/" The script ceases to work. I think this is because "//" is used for coments or something. Is there a workaround? I tried "%2F" the url encoding for slash but that didnt work...
Name:
aeosynth!zdxFBW2hCw2010-02-25 13:33
>>51
it's because `/' is used to denote the beginning and end of a regex. escape it with a backslash `\': 1/0 -> 1\/0.
>>52
Ok so if I wanted to filter say the string "/k/" I would enter this in the script?
"/\/k/\/"
Name:
aeosynth!zdxFBW2hCw2010-02-25 15:55
>>53
if that's the only pattern you're searching for, then yeah, that'll work. if you decide you want to search for more stuff, then add a bar `|': /\/k\/|pattern2/ .
honestly though, the 4chan filter works on text boards, why would you want a script that forces you to edit its source to change anything? if you're a developer, then yeah small codesizes are great because they're easier to understand/hack, but for an end-user, that just seems masochistic.
(I swear I'll (eventually) update my scripts so that everyone has the same options gui as the firefriends)
Name:
Anonymous2010-02-25 17:02
>>54
Your 4chan filter cannot hide threads on the text boards thats why :( I have to mess around with that awful script
Name:
aeosynth!zdxFBW2hCw2010-02-26 17:04
>>55
Ah, you should have told me that in the first place. I just tried it and thread hiding works except for tripcodes and subjects. Does putting 'anon' in the name field not hide any threads?
Would like to see a way for the filter to show you what a filter is affecting, think it was requested on the us.o page, just putting it here too.
Name:
Anonymous2010-02-28 12:34
What are chances of you developing a mini 4chan X for the text boards?
Name:
aeosynth!zdxFBW2hCw2010-02-28 19:03
>>60
trip + subject filtering should be fixed now.
Name:
Anonymous2010-02-28 21:55
I haven't read the thread so I don't know if it's already been said, but you should have an option in the filter to hide posts that reply to posts you have hidden.
Name:
Anonymous2010-02-28 23:07
Why is it when i try to do a quick reply on a NSFW board, the ad at the top shows up in the popup window?
Name:
aeosynth!zdxFBW2hCw2010-02-28 23:26
>>62
That's planned, but I'm gonna have to rewrite 4chan X to thread replies first.
>>63
because you're not using a decent ad blocker.
Hey I am getting some weird issues. As you can see in this screenshot: http://img411.imageshack.us/img411/3483/downloadv.png
I am getting double updater boxes and double arrows and yacie stop working when this happens. I am running chrome with 3 extensions:
4chan x
yacie
/b/ackwash reloaded
any help is gladly appreciated.
Name:
aeosynth!zdxFBW2hCw2010-03-06 0:35
Well, I updated 4chan x. I think I've solved the multiples bug on Firefox, on Chrome not so much, and now for some reason Quick Reply on Chrome doesn't work....
Name:
aeosynth!zdxFBW2hCw2010-03-06 5:05
>>67
false alarm. god damn fucking chrome doesn't know how to upgrade scripts.
uninstall / reinstall 4chan x and the bug should be fixed.
Name:
Anonymous2010-03-11 9:20
Would you consider porting 4chanX to work on 420chan ?
Name:
aeosynth!zdxFBW2hCw2010-03-11 12:48
>>69
I don't use 420chan, so no. If someone else ports it and sends me a patch, then I might support it.
Name:
Anonymous2010-03-11 13:51
Uncaught exception: Error: WRONG_ARGUMENTS_ERR
Error thrown at line 1013, column 2 in x(xpath, root) in .user.js.js:
return document.evaluate(xpath, root, null, XPathResult.ANY_UNORDERED_NODE_TYPE, null).singleNodeValue;
called from line 108, column 0 in <anonymous function>() in .user.js.js:
const form = x('./form');
called from line 44, column 0 in .user.js.js:
(function() {// <-- Opera wrapper
I'm using Opera 10.5. Not sure what I'm doing wrong.
Name:
aeosynth!zdxFBW2hCw2010-03-11 19:46
>>71
um, it would help if you stated which script you were having trouble with (4chan x). that would help me and other users.
I just tested and it works find for me in Opera 10.50. remove all other scripts from your js folder and try again; that's the only think I can think of.
Did moot do something to 4chan so that now I can't quick reply on /g/ with 4chan X(+that other script of yours which name I forgot)?
Name:
aeosynth!zdxFBW2hCw2010-03-13 21:28
>>79 (+that other script of yours which name I forgot)
honestly, how hard is it for you to look in your greasemonkey menu and see what's enabled? quick reply works fine for me on /g/, both replying from the front page and inside the thread.