ItaliaShare.info: Disable JS + Small Fix

Ask for help about NoScript, no registration needed to post
Guest

ItaliaShare.info: Disable JS + Small Fix

Post by Guest »

As described in the thread at https://forums.lanik.us/viewtopic.php?f=62&t=37794 I'd like to show some hidden URLs/links in that site (read point (2) of the thread) without enabling the JS on the whole website.

Is it possible to achieve that with NoScript/ABE (maybe with the help of uBlock Origin)?
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:54.0) Gecko/20100101 Firefox/54.0
barbaz
Senior Member
Posts: 10847
Joined: Sat Aug 03, 2013 5:45 pm

Re: ItaliaShare.info: Disable JS + Small Fix

Post by barbaz »

NoScript can do it, but it's easier to use userContent.css -

Code: Select all

@-moz-document domain("italiashare.info") {
  .text_spoiler{display:inherit!important;}
}
*Always* check the changelogs BEFORE updating that important software!
-
Post Reply