Thursday, March 21, 2024
π Scholarfy | Google Scholar bookmarklet by Johan Ugander
This is a useful bookmarklet to move a standard Google search to Google Scholar. I use it with modified version I made with ChatGPT to search an exact phrase, for use in searching for legal opinions.
Here’s “my” code:
javascript:location = ‘scholar.google.com/scholar"’ escape(document.forms[0].elements[‘q’].value) ‘"';