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