Disable the applied subreddit stylesheet
Disables the subreddit's custom style.
By default applies globally. To disable the custom theme of particular subreddits, change the @match pattern.
Example:
// @match https://old.reddit.com/r/subredditname/*
Multiple @match patterns can be added for multiple subreddits:
// @match https://old.reddit.com/r/subreddit1/*
// @match https://old.reddit.com/r/subreddit2/*