xStyle icon indicating copy to clipboard operation
xStyle copied to clipboard

Feature Request

Open awsdert opened this issue 4 years ago • 2 comments
trafficstars

The ability to tell the browser to ignore all CSS from a domain (including what comes from the style attribute) but still allow xstyle rules to be active, useful for doing a global colour scheme then adding in domain specific rules for layout (assuming you don't like the basic "unstyled" layout it provides from just HTML)

awsdert avatar Jun 07 '21 12:06 awsdert

It would also be nice to use a filter to allow background image css from the blocked domain/s (I know of a site where this is needed in this situation)

Edit: Just thought, for simplicity the filter for both domains and individual element disabling/enabling should just use CSS selectors, some thing like this

@-moz-document domain(www.google.com)
{
  * { --original-css-enabled: false }
  a, input, button, select, textarea { --original-css-enabled: true }
}

awsdert avatar Jun 07 '21 12:06 awsdert

Also provide an option to stop ALL auto-inserting, that s**t is annoying and making me LESS efficient, can't even get a simple indent right with having to delete what xstyle shoved in after adding a new line, also I'm not in the habit of expecting auto-complete to fill in without giving me the option to just continue typing what I want to type, having to delete text after attempting to type :hover because xstyle auto-inserted the whole thing after I just type :h is EXTREMELY annoying, I expect a basic editor that gets out of the way, not one that does everything it can to stay IN the way

Edit: Found a setting for turning off that crappy auto-indent, doesn't change the annoyance factor of the rest though.

awsdert avatar Jun 12 '21 07:06 awsdert