ClearClick disables css cursor
Posted: Thu Jun 16, 2016 6:59 pm
Hi,
NoScript's ClearClick adds the following CSS rule to every website:
(https://addons.mozilla.org/de/firefox/f ... e.js#L1790)
This rule disables custom cursors set via CSS on the body element for all websites, where the body element has not the id attribute set.
1. question: Why is this needed? A "malicious" website can just add the id attribute to the body element and is not affected by this rule anymore.
2. question: Is there a way to disable this specific rule? I really want to use NoScript and ClearClick, but for now i had to disable ClearClick to see the cursors (or even better, dont see them at all, because on some websites the cursor stays even when playing a video in fullscreen). Maybe with a usercss rule?
I found someone else who had the exact problem: http://stackoverflow.com/questions/3730 ... erty-value but no one posted an answer :/
NoScript's ClearClick adds the following CSS rule to every website:
Code: Select all
body:not([id]) { cursor: auto !important }This rule disables custom cursors set via CSS on the body element for all websites, where the body element has not the id attribute set.
1. question: Why is this needed? A "malicious" website can just add the id attribute to the body element and is not affected by this rule anymore.
2. question: Is there a way to disable this specific rule? I really want to use NoScript and ClearClick, but for now i had to disable ClearClick to see the cursors (or even better, dont see them at all, because on some websites the cursor stays even when playing a video in fullscreen). Maybe with a usercss rule?
I found someone else who had the exact problem: http://stackoverflow.com/questions/3730 ... erty-value but no one posted an answer :/