Hacker News new | ask | show | jobs
by krsdcbl 1628 days ago
you could add a css snippet for `* { user-select: all ! important }` to override any occurrences of that property
1 comments

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