You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I've created an extension with custom styled scrollbar, and I don't want it to be tampered by the dark reader extension on the user's browser using my extension, I basically need something like the <meta name="darkreader-lock"> but only for the scrollbar in this case, but also, it would be really nice if there was a feature to disable dark-reader on a single element like a div, since my extension adds some elements to the DOM when user clicks on some stuff, and it doesn't have any head tag to use the <meta name="darkreader-lock">, so that would ALSO solve the issue with scrollbar too, in fact, that would be even better.
I also did try to override everything with !important but it doesn't have ANY effect at all...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've created an extension with custom styled scrollbar, and I don't want it to be tampered by the dark reader extension on the user's browser using my extension, I basically need something like the
<meta name="darkreader-lock">but only for the scrollbar in this case, but also, it would be really nice if there was a feature to disable dark-reader on a single element like adiv, since my extension adds some elements to the DOM when user clicks on some stuff, and it doesn't have anyheadtag to use the<meta name="darkreader-lock">, so that would ALSO solve the issue with scrollbar too, in fact, that would be even better.I also did try to override everything with
!importantbut it doesn't have ANY effect at all...Beta Was this translation helpful? Give feedback.
All reactions