robbb_J’s avatarrobbb_J’s Twitter Archive—№ 2,130

    1. Today I made my first web extension, to hide w3schools links from search results! I'll take @MozDevNet any day
      oh my god twitter doesn’t include alt text from images in their API
  1. …in reply to @Robbb_J
    @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