View Single Post
Old 25th June 2019, 14:30     #2222
DrTiTus
HENCE WHY FOREVER ALONE
 
I've made a temporary plugin for Firefox which works [for me].

Follow the steps from here: https://developer.mozilla.org/en-US/...t_WebExtension

In the manifest, use the nzherald.co.nz domain.

And in the Javascript part, use this:

Code:
var list = document.getElementsByClassName("QUnWjUZnT0nf"); for (var item of list) { item.style.display="inline"; item.style.opacity=255; item.style.color="#000";}
Note this is for educational purposes only, if you like the content, pay for it. If the Herald were serious about content control they'd stop giving you the premium content but asking your browser not to display it.

I'd be curious to know if everyone gets the same class ID or if it's their way of conducting a skinny girly arms race.
__________________
Finger rolling rhythm, ride the horse one hand...

Last edited by DrTiTus : 25th June 2019 at 14:33.
  Reply With Quote