User:Titodutta/scripts/SearchHelper.js: Difference between revisions

Content deleted Content added
test
Reverted to revision 957745218 by Titodutta (talk): Revert (Twinkle Twinkle...)
Line 21:
 
var newNode = " <a href='http://www.google.com/search?q=" + encodeURIComponent(subjectName.replace(/_/g, " ")).replace(/'/g,"%27") + "+-wikipedia.org' target='_blank'><span style='font-size:x-small;'>Google search</span></a>"
$("#p-personalfirstHeading").append(newNode);
 
var newNode = " <a href='https://news.google.com/search?q=" + encodeURIComponent(subjectName.replace(/_/g, " ")).replace(/'/g,"%27") + "+-wikipedia.org' target='_blank'><span style='font-size:x-small;'>Google News</span></a>"