Skip to content

Instantly share code, notes, and snippets.

@jakubboucek
Created December 23, 2020 07:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakubboucek/53cf6b3f5dacb58f5148791e6e532f9e to your computer and use it in GitHub Desktop.
Save jakubboucek/53cf6b3f5dacb58f5148791e6e532f9e to your computer and use it in GitHub Desktop.
Kill W3schools Bookmarklet
javascript:(function(){let l=document.location;let u=new window.URL(l.href);let s=u.searchParams;let q=s.get('q')+' -site:w3schools.com';s.set('q',q);s.set('oq',q);l.assign(u);})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment