Uassets: italiashare.net right click

Created on 2 Mar 2018  路  18Comments  路  Source: uBlockOrigin/uAssets

URL(s) where the issue occurs

www.italiashare.net

Describe the issue

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)

Versions

  • Browser/version: Firefox
  • uBlock Origin version: 1.15.10

Settings

default settings

Most helpful comment

I fixed the issue, I will release a new dev build at some point before tomorrow hopefully.

All 18 comments

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

here:
https://github.com/gorhill/uBlock/releases

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:
unbenannt

With Firefox:
unbenannt1

right, resources.txt is not updated

in console (probably nothing related ..):

image

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)
Was this page helpful?
0 / 5 - 0 ratings

Related issues

patrickdrd picture patrickdrd  路  4Comments

BurungHantu1605 picture BurungHantu1605  路  3Comments

efih picture efih  路  4Comments

Jose1971AB picture Jose1971AB  路  3Comments

Htin picture Htin  路  4Comments