Home | Community | Message Board

World Seed Supply
This site includes paid links. Please support our sponsors.


Welcome to the Shroomery Message Board! You are experiencing a small sample of what the site has to offer. Please login or register to post messages and view our exclusive members-only content. You'll gain access to additional forums, file attachments, board customizations, encrypted private messages, and much more!

Shop: PhytoExtractum Maeng Da Thai Kratom Leaf Powder   Kraken Kratom Red Vein Kratom

Jump to first unread post Pages: 1
Offlines240779
Male Unread Journal User Gallery
Registered: 12/07/10
Posts: 12,880
Last seen: 2 months, 8 days
Can somebody make a user script for The Shroomery? * 1
    #27714915 - 03/31/22 01:48 AM (1 year, 9 months ago)

I'm going to quote a post I just made in 'Website Announcements and Feedback':

Quote:

s240779 said:
I'd be curious for a detailed explanation as to why it's so complicated, because from a lay person's perspective, it seems like it would be pretty simple. Regarding eliminating the 'Reply to' text, what is the feasibility of doing that with a browser user script? There are extensions that allow a person to modify a web page before it's printed, one example is The Printliminator. It let's you instantly remove text, frames, and images simply by clicking on them (however, one cannot have the page load that way every time you visit it). Below is an example of me removing the entire left portion of the 'Reply to' section of your post using the extension.





If an extension like that can be made, I would imagine a user script that permanently makes such changes can be made, am I wrong?



https://www.shroomery.org/forums/showflat.php/Number/27714907#27714907


I'm not asking to eliminate all of what is seen in the screenshot; just the Re: [username]


Edited by s240779 (04/01/22 10:00 AM)


Extras: Filter Print Post Top
Offlines240779
Male Unread Journal User Gallery
Registered: 12/07/10
Posts: 12,880
Last seen: 2 months, 8 days
Re: Can somebody make a user script for The Shroomery? [Re: s240779] * 1
    #27716281 - 04/01/22 09:47 AM (1 year, 9 months ago)

Ythan, himself, made a mod that is similar to what I was looking for and it can simply be copied and pasted into the 'Custom style?' feature found underneath the theme chnager in display preferences. Ythan posted several codes in the following thread (copied below), if anyone want to take a look at them:



Re: Suggestion to amend reply-to function

As you can see, Ythan removed too much, because title, date, and time have also been removed, and I didn't want that.

I'm wondering if this type of mod can be used to place these tags next to any username you want:


Note that the last code he provided breaks the jump-to-post feature.

Quote:

Ythan said:
You don't need a userscript for that. If you go into your display settings and click the "Custom style?" link near the top, you can paste this CSS into the box that appears:

Code:
.subjecttable>*, .newsubjecttable>* {
visibility:hidden;
}



Or, if you want to remove that space entirely instead of just making it blank:

Code:
.subjecttable, .newsubjecttable {
display:none;
}





Quote:

Ythan said:
For the fields you're trying to remove, this would probably work:

Code:
.subjecttable>*, .newsubjecttable>* {
visibility:hidden;
}

.subjecttable .small a, .newsubjecttable .small a, .plus {
visibility:visible;
float:left;
}

.subjecttable .navigation, .newsubjecttable .navigation {
visibility: visible;
}





Quote:

Ythan said:
Oh yeah I forgot about the counter, try this:

Code:
.subjecttable>*, .newsubjecttable>* {
visibility:hidden;
}

.subjecttable .small a, .newsubjecttable .small a, .plus, .count {
visibility:visible;
float:left;
}

.count {
padding-left:4px;
}

.subjecttable .navigation, .newsubjecttable .navigation {
visibility: visible;
}





Quote:

Ythan said:
This is probably the best I can do for you. If you want to learn more about CSS so you can make your own tweaks to the site's appearance, mdn is a good resource.

Code:
.subjecttable>*, .newsubjecttable>* {
visibility:hidden;
}

.subjecttable .small a, .newsubjecttable .small a, .plus, .count {
visibility:visible;
float:left;
}

.plus, .count {
padding-right: 4px;
}

.subjecttable .navigation, .newsubjecttable .navigation {
visibility: visible;
}

.subjecttable, .newsubjecttable {
height: 0px;
}

.subjecttable br, .newsubjecttable br, .subjecttable b {
display: none;
}






Extras: Filter Print Post Top
Offlinenektar61S
Into SporePlay
Female Unread Journal User Gallery


Registered: 07/04/20
Posts: 3,241
Loc: Cube Satellite
Last seen: 7 days, 17 hours
Re: Can somebody make a user script for The Shroomery? [Re: s240779] * 1
    #27721728 - 04/05/22 04:29 AM (1 year, 9 months ago)

I added the first one, but then I could not edit a post. Is there a variation where I can still edit a typo if I see one? Also, is there a way to do it so I still can reply to someone if I'm answering them?

Thank you.
I used this one:

Code:
.subjecttable, .newsubjecttable {
display:none;
}



--------------------
-NEW? Start here.


Extras: Filter Print Post Top
Jump to top Pages: 1

Shop: PhytoExtractum Maeng Da Thai Kratom Leaf Powder   Kraken Kratom Red Vein Kratom


Similar ThreadsPosterViewsRepliesLast post
* Shroomery security concern Elektrolurch 1,844 2 11/13/01 05:32 AM
by Elektrolurch
* Good php scripts? Murex 572 1 01/14/04 06:19 PM
by nife
* Scripting Languages: Ruby vs. Python Evolving 1,178 8 02/14/04 08:57 PM
by djfrog
* FREE ASP SCRIPT SITES? Fliquid 836 5 09/23/03 09:31 AM
by Fliquid
* Suspicious Script: rollback.js question_for_joo 556 1 09/05/04 06:57 PM
by psyka
* anyone not on the shroomery team for folding@home?
( 1 2 3 4 ... 14 15 )
amyloid 87,040 293 10/20/07 03:41 PM
by Ythan
* Million User Video Game Jackal 1,506 14 05/19/03 02:26 AM
by Papaver
* Paranoids guide to shroomery security. Anonymous 1,444 8 08/24/02 03:37 PM
by Anonymous

Extra information
You cannot start new topics / You cannot reply to topics
HTML is disabled / BBCode is enabled
Moderator: trendal, automan, Northerner
271 topic views. 0 members, 0 guests and 1 web crawlers are browsing this forum.
[ Show Images Only | Sort by Score | Print Topic ]
Search this thread:

Copyright 1997-2024 Mind Media. Some rights reserved.

Generated in 0.023 seconds spending 0.007 seconds on 14 queries.