Hacker News new | ask | show | jobs
by iaw 3743 days ago
Quick aside, I use this snippet as a bookmark in my taskbar to bypass paywalls:

javascript:location.href='https://www.google.com/webhp? %23q='%20+%20encodeURIComponent (location.href)%20+%20'&btnI=I'

(remove the space after the '?' and after after 'Component')