Is there a way to exclude subfolders of a website using Stylish?
@-moz-document domain("www.website.com") { }
Will affect all pages of website.com. The problem is, this website also hosts a wiki (www.website.com/wiki/*
), which has an entirely different style.
Some of the Stylish CSS affects this wiki as well, which I want to avoid.
Is there any way to do this? I've read: Disable stylish on certain sites in Firefox, but this is for a global style, which I don't have.
I should say I don't understand anything of regexp.