stylebot icon indicating copy to clipboard operation
stylebot copied to clipboard

[Feature] Add the ability to replace objects based on rule or content match.

Open TsukiZero opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe.

Somewhat. Sometimes I come across elements that have a randomly generated DIV or CLASS name but very specific rules or even content, like for example a button that contains strictly the text "Thanks", or a div that has a specific rule like background: lightyellow;

Describe the solution you'd like

I don't know how CSS works, but I know that for elements containing text I can uBlock them with :has-text(content), but that one specific example will take in account any thing that contains "content" at any point.

TsukiZero avatar Jun 29 '22 21:06 TsukiZero