Hi all, how are your admin duties coming along? I am the OP of >>5093 and posted my suggestions last month regarding janitoring/moderating improvements for the team. When no reply about changes were forthcoming, I decided to help extend the functionality of 4chan myself, simply because I couldn't stand trying to decipher the squabbling of users any longer from scattered reports.I have no idea if such an extension already existed, but I treated coding this as a beneficial exercise in learning web dev languages.
>>5219Actually I planned to write a lot more functionality to my extension, but I decided to adopt a release and see attitude.First off, is a post highlighter which retrieves reports for the board your are on, and highlights posts which have been reported in yellow. I hope this will be a step forward in understanding why certain posts are reported and the drama behind them.
>>5221Being lazy, I also added a function to toggle the [Delete] checkbox by double clicking in the post rectangle panel. This is just to reduce the time spent trying to check the box, not for mass deletion abuse.
>>5223Initially I also did an attempt for a clear button. But after many issues and failed attempts at debugging, I decided to leave it alone, considering that an extraction of the data-tkns token might be unsafe for security issues. This function is not implemented as of now, but left as an suggestion for the web devs to consider.
>>5224And finally, I was about to write a sorting function for the report queue.However, on the next day, I saw that the mods are already working on it. This will be put on hold pending consideration of the changes made by mods.
>>5225I apologise if my code is funny or weird. Basically this is my first attempt at an userscript 1 month into picking up 2 web coding books, googling around, and reverse engineering the 4chan admin js script. The script can be used both on Firefox (using Greasemonkey) and Chrome (using Tampermonkey). Download link here:http://s000.tinyupload.com/index.php?file_id=95234485402403657414The file is called fchangg2005sdf.7z, and you need 7z to open it. Password used is:coobie:anonbemegucaIn the file is a simple txt file with the codes. Look thru a tutorial on how to create a new userscript for Greasemonkey/Tampermonkey
>>5226Reminder:Remember not to get triggered by the yellow highlights! Remember the 4chan which you love, and why you stood up to apply as a janitor/mod."Give people the benefit of the doubt; a creative thread might look off-topic at first glance.People are allowed to argue; they are not allowed to *troll*.Not everything that gets reported needs to be deleted or banned; don't hesitate to use the clear button if no rule is broken."
>>5221Okay that highlighting thing seems pretty useful.
>>5228Now you can work while you shitpost! Or at least be alerted to reports while casually surfing 4chon
I'm not sure I understand you here. You've made an unofficial addon to the janitor extension that includes these new features, is that right?Was this with the intention of making these features available to us or just a way of suggesting changes to the official janitor extension through example?
>>5230Both. Some changes are better done on the server side.
Well fuck me, this works pretty great. Thanks a lot for this, it makes janitoring much easier.
>>5232No problem, glad to have helped!Btw I named the file fchangg2005sdf.7z so that random people won't try and dl it, if anyone was wondering.