-
Today I made my first web extension, to hide w3schools links from search results! I'll take @MozDevNet any day
-
@MozDevNet It was as simple as a css file and json manifest, the css selector was somewhat hacky: :not(:hover) a[href*='w3schools.com'] { … } #web