https://www.magnet-novels.com/novels/50709/episodes/4522
Apparently geo-locked tho no message was shown, if you can't access use Japanese VPN.
Annoyances: the picker or dev tools are prevented as in the SS below and right-click, copy, etc. are disabled.

The dev tools/picker could easily be recovered by magnet-novels.com##+js(aeld, blur) but I couldn't get copy etc. work except for directly removing attributes via dev tools. So far tried
magnet-novels.com##+js(aeld, /blur|contextmenu|copy|cut|dragstart|selectstart/)
magnet-novels.com##+js(aopw, document.onselectstart)
magnet-novels.com##+js(ra, oncontextmenu|onselectstart|ondragstart|oncopy|oncut, div.contentContainer)
without success.
anti right click could be:
||magnet-novels.com^$csp=script-src * 'unsafe-eval'
||magnet-novels.com^$csp=script-src * 'unsafe-eval'
That will bring back the devtools spam, as scriptlets won't be able to execute in Firefox.
yes, FF .. working for chrome
ra won't work, but my MutationObserver version works(that also requires I remove every attribute individually instead of all in one go) along with one aopwset filter.
magnet-novels.com##+js(rma, oncontextmenu, div.contentContainer)
magnet-novels.com##+js(rma, onselectstart, div.contentContainer)
magnet-novels.com##+js(rma, ondragstart, div.contentContainer)
magnet-novels.com##+js(rma, oncut, div.contentContainer)
magnet-novels.com##+js(rma, oncopy, div.contentContainer)
magnet-novels.com##+js(set, document.onselectstart, noopFunc)
Edit: lets use set, instead of aopw, to avoid script errors.
@gorhill
https://www.magnet-novels.com/novels/50709/episodes/4551
this is a little broken (try select any color) I don't know what it is but well, maybe you missed that 馃槄
@PIZZA90 That is an option to set background color but apparently it anyway doesn't work even without uBO. Seems to be a site issue. The rest options work with uBO default lists + uBlock Annoyances.
are you sure? 馃榿
well im using chrome 馃槄 maybe in chrome works well with uBO off
Ah, I just forgot to click "OK" button. But the function works fine with uBO default + Annoyances enabled too, so no problem. Or it's not on your end?
Most helpful comment
rawon't work, but my MutationObserver version works(that also requires I remove every attribute individually instead of all in one go) along with oneaopwsetfilter.Edit: lets use
set, instead ofaopw, to avoid script errors.