I'm trying to modify certain aspects of the CSS code for my Google search results page. I'm doing this by editing my userContent.css
file in Firefox.
I'm trying to modify the main results page (https://www.google.co.uk/search?q=SSD).
But not on the images page (https://www.google.co.uk/search?q=SSD&tbm=isch) or the shopping results page (https://www.google.co.uk/search?q=SSD&tbm=shop).
Based on the answer provided here, I've added this code:
@-moz-document regexp('https://www\\.google\\.co\\.uk.*(?!isch|shop).*')
But it doesn't seem to work to exclude isch
or shop
.
Can someone please help?
Thanks