/**
* @author https://codepen.io/bookmarklets
* @file Searches Google for a way around a paywall.
Entering via a Google search will sometimes work.
* Original Source {@link https://cdpn.io/bookmarklets/fullpage/NobJbq#}
*/
javascript:void(open("https://www.google.com/search?q="+encodeURIComponent(document.title)))