Created
April 9, 2020 05:30
-
-
Save oaustegard/c9a4232b4747e831606d72e6b5d5045c to your computer and use it in GitHub Desktop.
Search Google for Gannett article keywords
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//content-keywords only - OR | |
javascript:try{window.open("https://www.google.com/search?hl=en&gl=us&tbm=nws&authuser=0&q="+gciData[0]["content-keywords"].split(",").join(" OR "))}catch{alert("Must be Gannett article")} | |
//content keywords or title | |
javascript:try{window.open("https://www.google.com/search?hl=en&gl=us&tbm=nws&authuser=0&q="+gciData[0]["content-title"]+" OR "+gciData[0]["content-keywords"].split(",").join(" OR "))}catch{alert("Must be Gannett article")} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment