Y
Hacker News
new
|
ask
|
show
|
jobs
by
oarsinsync
3689 days ago
I have this bookmarklet that I click every time I visit a page that is paywalled, as many are open if referred via Google:
javascript:(function(){location.replace('http://www.google.com/search?q='+document.URL)})()
1 comments
killerbat00
3689 days ago
If you update this to use window.location.href = url, you won't lose history :)
link