Reddit-Enhancement-Suite
Reddit-Enhancement-Suite copied to clipboard
Disable SRS when loading custom stylesheet.
When a user is loading a custom stylesheet in stylesheet loader, we should automatically disable subreddit CSS for that targeted sub(s). Currently it does not and the user has to manually toggle in the URL bar for the external/sub css to show/apply.
https://github.com/honestbleeps/Reddit-Enhancement-Suite/blob/master/lib/modules/stylesheet.js#L314
What if they are trying to adjust the subreddit CSS?
https://github.com/honestbleeps/Reddit-Enhancement-Suite/blob/master/lib/modules/stylesheet.js#L335
We have that which we could adopt to make it the option if they want to completely toggle or not.