MTC Forum Enhancement Script

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
MTC Forum Enhancement
You have to be logged in to access these features.

To choose your settings:
You will find the options under the thread tools dropdown at the top right of the page.

Current Features:
  • "Spoiler Images" will hide all images behind a spoiler tag.
  • "HITs Only" will hide all posts that do not contain a HIT behind a spoiler.
  • "Hide Masters" will hide all HITS that require Masters behind a spoiler.
  • "Condense HITs" will reformat the HIT exports into a smaller table (.gif beflow).
  • "Blue to red" will change all blue colored links to red, helpful for dark theme.
  • Left arrow key will go to the previous page.
  • Right arrow key will go to the next page.
  • PANDA links will automatically get added to exports that do not have a PANDA link already.

These all get applied or removed immediately, no page reload needed. Your settings are tied with your browser not account.

Don't be afraid to leave feedback and suggestions for new features.

Thread tools dropdown:


Condense HITs:


From left to right:
Requester | Title | Reward (and PandA link) | HITs available | TO Pay Rating (reviewer count) | Masters (only appears if masters)
 
Last edited:

clickhappier

┬──┬ ノ( ゜-゜ノ)
Subforum Curator
Crowd Pleaser
Joined
Jan 12, 2016
Messages
728
Reaction score
1,634
Points
593
Location
USA
Kadauchi @Kadauchi I was seeing two copies of your added checkboxes in my thread tools menu... looks like adding .eq(0) here fixed that, and I don't think it should cause any issue for those who weren't having that issue already:
Code:
        $("ul.secondaryContent.blockLinksList.checkboxColumns").eq(0).append($spoilimgmode,$grindmode,$nommode,$redmode,$hitnotify,$hitsound);
 
  • Like
Reactions: Kadauchi

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
Kadauchi @Kadauchi I was seeing two copies of your added checkboxes in my thread tools menu... looks like adding .eq(0) here fixed that, and I don't think it should cause any issue for those who weren't having that issue already:
Code:
        $("ul.secondaryContent.blockLinksList.checkboxColumns").eq(0).append($spoilimgmode,$grindmode,$nommode,$redmode,$hitnotify,$hitsound);
Added it in, wonder why you and others were getting an issue, possibly theme related?
 
  • Like
Reactions: clickhappier

kryss

carburante al fuoco
Former Admin
Joined
Jan 10, 2016
Messages
20,910
Reaction score
61,580
Points
1,488
Quoted for future reference.

You can change the font size by using something like

$('div.messageInfo *').css('font-size','11px');

Throw it in Kadauchi @Kadauchi's forum enhancement script, for example. Change the 11 to whatever you want to make it even smaller or bigger.
 
  • Like
Reactions: Kadauchi

clickhappier

┬──┬ ノ( ゜-゜ノ)
Subforum Curator
Crowd Pleaser
Joined
Jan 12, 2016
Messages
728
Reaction score
1,634
Points
593
Location
USA
Kadauchi @Kadauchi I noticed the other day that it currently has a bug with spoilered images that were inside links... clicking the button to un/re-spoiler it clicks the link instead/in-addition-to. I had to fix the same thing with 'my' old image spoiler script a while ago.

Example:

 
  • Like
Reactions: Kadauchi

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
  • Like
Reactions: clickhappier

clickhappier

┬──┬ ノ( ゜-゜ノ)
Subforum Curator
Crowd Pleaser
Joined
Jan 12, 2016
Messages
728
Reaction score
1,634
Points
593
Location
USA
Should be fixed now.
Yep, looks like it! :) The spoiler button still acts like it's a link, but clicking on it doesn't click the link, so that'll work.
 

Cmoney

.....
Contributor
HIT Poster
Joined
Jan 23, 2016
Messages
8,330
Reaction score
13,380
Points
1,313
Age
41
Gender
Male
Kadauchi @Kadauchi This isn't working for me... Quark theme FF... Is there something I need to do to enable it or whatever?
 

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
Kadauchi @Kadauchi This isn't working for me... Quark theme FF... Is there something I need to do to enable it or whatever?
Its working for me on FF Quark. Are there any other scripts running on the page?
 

Cmoney

.....
Contributor
HIT Poster
Joined
Jan 23, 2016
Messages
8,330
Reaction score
13,380
Points
1,313
Age
41
Gender
Male
Its working for me on FF Quark. Are there any other scripts running on the page?
Thats odd... nothing else running that has anything to do with MTC... logged out and back in, cleared everything, did everything I could think of... It's just not doing anything on my end at all.
 

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
Thats odd... nothing else running that has anything to do with MTC... logged out and back in, cleared everything, did everything I could think of... It's just not doing anything on my end at all.
Can you try moving it to the top in the execution order?
 

Cmoney

.....
Contributor
HIT Poster
Joined
Jan 23, 2016
Messages
8,330
Reaction score
13,380
Points
1,313
Age
41
Gender
Male
I'm not sure where to find that, I've been looking but, can not find anything.
 

clickhappier

┬──┬ ノ( ゜-゜ノ)
Subforum Curator
Crowd Pleaser
Joined
Jan 12, 2016
Messages
728
Reaction score
1,634
Points
593
Location
USA
Thats odd... nothing else running that has anything to do with MTC... logged out and back in, cleared everything, did everything I could think of... It's just not doing anything on my end at all.
Just because nothing else that's running is specific to MTC doesn't mean it might not be screwing with it anyway. Runs-on-all-sites scripts can certainly be a problem. Disable all your other scripts that show up as active when you're on MTC, see if the enhancement script works then. If so, then turn them back on one by one until you find the culprit.
 
  • Like
Reactions: Cmoney

Cmoney

.....
Contributor
HIT Poster
Joined
Jan 23, 2016
Messages
8,330
Reaction score
13,380
Points
1,313
Age
41
Gender
Male
Just because nothing else that's running is specific to MTC doesn't mean it might not be screwing with it anyway. Runs-on-all-sites scripts can certainly be a problem. Disable all your other scripts that show up as active when you're on MTC, see if the enhancement script works then. If so, then turn them back on one by one until you find the culprit.
Thank you very much.
 
  • Like
Reactions: clickhappier

Cmoney

.....
Contributor
HIT Poster
Joined
Jan 23, 2016
Messages
8,330
Reaction score
13,380
Points
1,313
Age
41
Gender
Male
Just because nothing else that's running is specific to MTC doesn't mean it might not be screwing with it anyway. Runs-on-all-sites scripts can certainly be a problem. Disable all your other scripts that show up as active when you're on MTC, see if the enhancement script works then. If so, then turn them back on one by one until you find the culprit.
Thank you very much.
 
  • Like
Reactions: clickhappier