Hacker News new | ask | show | jobs
by smegsicle 1628 days ago
unless the site already did that, so you'll have to out-override them by applying an id to the outer html tag and doing the ol'

    #useroverride#useroverride#useroverride#useroverride#useroverride#useroverride#useroverride#useroverride#useroverride#useroverride#useroverride#useroverride * {user-select: all !important]
or whatever
1 comments

However if the style is inlined to the element and given an !important, you're SOL.
Surely the cascade means that the user applied style with the same 'score' takes preference?
JavaScript