<< Back to Programming Forum   Search

Posts 11 - 30 of 44   <<Prev   1  2  3  Next >>   
Dan's Userscript (Hide Threads and Replies by Poster): 12/17/2016 18:29:57


MightySpeck (a Koala) 
Level 60
Report
what about the clan league D thread? it was made by tabby.
Dan's Userscript (Hide Threads and Replies by Poster): 12/17/2016 18:47:27

Japanball
Level 56
Report
DanWL you are epic for making this! Thank you!
Dan's Userscript (Hide Threads and Replies by Poster): 12/18/2016 08:06:31


Sherlock Holmes
Level 55
Report
what about the clan league D thread? it was made by tabby.

Sadly it is hidden.
Dan's Userscript (Hide Threads and Replies by Poster): 12/18/2016 13:54:43


DanWL 
Level 63
Report
^ Just press the show X hidden threads button. Alternatively, don't hide threads by him.
Dan's Userscript (Hide Threads and Replies by Poster): 12/20/2016 18:52:25


DanWL 
Level 63
Report
Did some updates:

  • Fixed bug that caused the Dan's Userscript text to not seen when Dark Theme isn't enabled.
  • Reduced script's size by over 53%.
  • When hidden threads are shown, they have a strike through them.


I have tried hiding posts by the people who you don't what to see threads created by, but sometimes the wrong post is hidden. As soon as I fix that, I'll allow posts to be hidden.

Edited 12/23/2016 21:52:10
Dan's Userscript (Hide Threads and Replies by Poster): 12/23/2016 21:53:56


DanWL 
Level 63
Report
On the 3rd of January, I'll release an update that'll fix these bugs:

  • Trying to hide threads even though there aren't any threads to be hidden.
  • Bottom mail / clan forum thread not being hidden if it's posted by someone who you want to hide posts by.
  • Bug fixes for the last page of the sub-forum/clan forum/mail.

New features that might be added:

  • Having thread exceptions (to prevent Clan League threads, Roleplay Clan League thread etc. from being hidden).
  • Getting threads with all-caps subjects to become hidden.
  • Hide blank posts.
  • Hide replies by the same player(s) that you don't what to see threads created by.


Edited 12/31/2016 17:41:31
Dan's Userscript (Hide Threads and Replies by Poster): 1/1/2017 00:34:01


DanWL 
Level 63
Report
Fixed the above bugs and added the new features; they'll be made public in about 40 hours from now.
Anyone want to suggest any other features that I should add or improvements that could be made?
Dan's Userscript (Hide Threads and Replies by Poster): 1/1/2017 09:15:40


#The Prussian Job-Oh yeah, baby...
Level 51
Report
So it is actually very much the same as the blacklist-button?
Dan's Userscript (Hide Threads and Replies by Poster): 1/2/2017 11:44:28


DanWL 
Level 63
Report
Updated.
Dan's Userscript (Hide Threads and Replies by Poster): 1/4/2017 20:15:07


DanWL 
Level 63
Report
Updates:

  • Unlimited number of player threads and replies get hidden.
  • Unlimited number of thread exceptions.
  • Reduced the script's size.
Dan's Userscript (Hide Threads and Replies by Poster): 1/7/2017 11:57:00


DanWL 
Level 63
Report
If you have version 1.2.6 or less, you may need to uninstall and then reinstall the script for the changes to take affect.
Dan's Userscript (Hide Threads and Replies by Poster): 1/7/2017 14:16:48


DanWL 
Level 63
Report
Updates (for 1.7.0, 1.7.1 and 1.7.2):

  • Made jump to non-spam threads link. These will be disabled when the spam threads are deleted.
  • Threads are, by default hidden by spammers (subject to when I find them).
  • Turns blanked-out names to [blank name] so that player's name becomes visible and then hides threads and replies by that player.

To update to this new version instantly:
1) Go to your add-ons page (e.g. for Firefox, it's about:addons).
2) Click on Greasymonkey / Tampermonkey / Violent Monkey.
3) Click on settings button at the top of the page and select check for updates.

Edited 1/8/2017 00:14:24
Dan's Userscript (Hide Threads and Replies by Poster): 1/8/2017 22:29:38


DanWL 
Level 63
Report
Update: made invisible subjects become visible.
Dan's Userscript (Hide Threads and Replies by Poster): 1/9/2017 13:47:22


FDR
Level 47
Report
Works great for me, keep up the good work Dan!
Dan's Userscript (Hide Threads and Replies by Poster): 1/12/2017 00:00:00


DanWL 
Level 63
Report
Here's a sneak preview of a UI that I'm making:
https://s25.postimg.org/5aq7zrw8f/Hide_Threads_and_Replies_by_Poster_preview_UI_bo.jpg
https://s25.postimg.org/otzemvkdr/Hide_Threads_and_Replies_by_Poster_preview_UI_to.jpg
Just need to tell the buttons what to do :)
If you think it could be improved, let me know how you'd improve it...
Dan's Userscript (Hide Threads and Replies by Poster): 1/19/2017 21:12:51


DanWL 
Level 63
Report
Updates:

  • Added UI (doesn't remember player names and threads exceptions after you close/reload the page).
  • You can now deicide if Map of the Week threads can be hidden or not by not going into the code! Instead, you can follow these steps:
    Click on the ▼ in the top right bar that displays your name, level, coins etc.
    Click on Dan's Userscript.
    Press OK.
    Press OK to change your MOTW preference, cancel to not change it.
    Type yes to hide MOTW threads; no to no longer hide them.
    Click OK.
  • Added ability to show and hide the downvoted threads an infinite amount of times.
  • Made blank links visible globally.
  • Bug fixes.

Note:
For the UI to get the correct thread exception, the Jump to Last Page links had to be removed and not recreated.

Edited 1/19/2017 21:16:36
Dan's Userscript (Hide Threads and Replies by Poster): 1/24/2017 02:26:25


Wally Balls 
Level 59
Report
Awesome, this does actual hiding of users!

I wanted to get rid of the 'show hidden' button at the bottom to make them even more invisible. If anybody else wants to do that, just comment out these two blocks of code (or just copy/paste this):

/* hide reset and restore buttons

td1.id = "btnTd";
TBL.childNodes[1].childNodes[0].appendChild(td1);
td1.parentNode.insertBefore(td1, td1.parentNode.childNodes[0]);
sHT.onclick = function() {showHiddenThreads();};
sHTS.cursor = "pointer";
td1.appendChild(sHT);
hTS.cursor = "pointer";
hT.onclick = function() {hideThreads();};
td1.appendChild(hT);

*/

/* hide reset and restore buttons

var TBL = document.getElementsByTagName("table")[document.getElementsByTagName("table").length - 2];
td1.id = "btnTd";
TBL.childNodes[1].childNodes[0].appendChild(td1);
var btnTd = document.getElementById("btnTd");
btnTd.parentNode.insertBefore(btnTd, btnTd.parentNode.childNodes[0]);
sHT.onclick = function() {showHiddenReplies();};
sHTS.cursor = "pointer";
td1.appendChild(sHT);
hTS.cursor = "pointer";
hT.onclick = function() {hideReplies();};
td1.appendChild(hT);

*/

Later I'm going to figure out how to hide the 'Players' and 'Thread Exceptions' columns.
Dan's Userscript (Hide Threads and Replies by Poster): 1/24/2017 06:03:37


DanWL 
Level 63
Report
You went past the "DON'T MODIFY ANYTHING BEYOND THIS POINT!" marker!
BTW, next update should be out in a couple of hours.

Updates:

  • Players and thread exceptions are remembered, so you no longer need to go into the code.
  • Bug fixes.


Edited 1/24/2017 06:04:09
Dan's Userscript (Hide Threads and Replies by Poster): 1/25/2017 03:04:34


Wally Balls 
Level 59
Report
Make Warlight Great Again v1.0

Hard Fork of Dan's Userscript v1.8.1.1

Features

Removes 'Players' and 'Thread Exceptions' columns and buttons
Removes 'Show hidden' buttons
Removes 'Blank Posts Hidden' pop ups.
Restores 'Jump to last page' links
Hides user [REGL] Pooh by default
Restores all other v1.8.1.1 features


Instructions

1. Install Dan's Userscript, verify it's working
2. Replace the code with Make Warlight Great Again v1.0 code
3. Turn off script updates. In Tampermonkey: settings > script update > never.


Code: <redacted> I'll create a new thread soon.

Edited 1/25/2017 22:11:27
Dan's Userscript (Hide Threads and Replies by Poster): 1/25/2017 11:20:45


DanWL 
Level 63
Report
^
Do you know how insulting it is for you to remove the Players and Thread Exceptions columns and the buttons?
I've spent between 24 and 50 hours working the UI and I still am...

"Removes 'Blank Posts Hidden' pop ups."
I'll make them optional in the next update.
Posts 11 - 30 of 44   <<Prev   1  2  3  Next >>