www.italiashare.net
Right click on www.italiashare.net don't work.
In uBlock Annoyances there are these filters (that don't work for me):
italiashare.*##script:inject(abort-current-inline-script.js, isCtrl, mousehandler) italiashare.*##script:inject(abort-on-property-write.js, clickIE4)
default settings
Does it work for you?
||italiashare.net^$inline-script
does not work, is breaking functionalities
the following one also could be added to enable CTRL key (CTRL+U).
italiashare.net##script:inject(abort-current-inline-script.js, document.onkeydown)
This two fixes don't work for me.
Is it only my problem?
Your using Firefox, the fix included a new scriptlet remove-attr.js,because of https://github.com/gorhill/uBlock/commit/126110c9a0a0630cd556f5cb215422296a961029 the new scriptlet will not work with the current uBlock stable version of Firefox.
You could use the last dev version installable clicking
uBlock0.webext.signed.xpi
Hm, the fix does not work with the latest Firefox dev build on my end, does it work for you?
No .. I don't see the remove-attr.js filter in the logger
Trying to update the resource.txt by updating uBlock-filters does not work with Firefox on my end,
at least it does not show up in the logger.
With Chrome:
With Firefox:
right, resources.txt is not updated
in console (probably nothing related ..):

uBO is not allowed to update resources.txt, it's a AMO requirement: https://github.com/gorhill/uBlock/commit/126110c9a0a0630cd556f5cb215422296a961029.
not even when self hosted ?
I would need to modify the code for this, I will look into it.
resources.txt will now update with the self-hosted version:
https://github.com/gorhill/uBlock/commit/dd979ff5ffff013cf32c96fdfa26f4c6d0721ea1
I'm sorry about posing a kind of offtopic here, but I neither can open new issue, nor comment at the https://github.com/gorhill/uBlock/commit/dd979ff5ffff013cf32c96fdfa26f4c6d0721ea1, but this change make it impossible to update in Pale Moon: ReferenceError: chrome is not defined assets.js:916:12. Could you please add an extra check before calling chrome.runtime.getManifest()?
I fixed the issue, I will release a new dev build at some point before tomorrow hopefully.
The filters don't work because italiashare.net is now italiashare.co.
Can you update the filter from
italiashare.*##script:inject(abort-current-inline-script.js, document.onkeydown)
italiashare.*##script:inject(abort-current-inline-script.js, isCtrl, mousehandler)
italiashare.*##script:inject(abort-on-property-write.js, clickIE4)
italiashare.net##script:inject(remove-attr.js, oncontextmenu)
to
italiashare.*##script:inject(abort-current-inline-script.js, document.onkeydown)
italiashare.*##script:inject(abort-current-inline-script.js, isCtrl, mousehandler)
italiashare.*##script:inject(abort-on-property-write.js, clickIE4)
italiashare.*##script:inject(remove-attr.js, oncontextmenu)
Most helpful comment
I fixed the issue, I will release a new dev build at some point before tomorrow hopefully.