Hello! This script has been detected as using deprecated parameters that need to be replaced with the updated version. Examples includeaddOnloadHook( ... ) needs to be replaced with$( ... ) or$( function() { ... } ) (depending on use); all wgGlobalVariables need to be properly gotten withmw.config.get( 'wgGlobalVariable' ); andaddPortletLink needs to be called withmw.util.addPortletLink. Please seeMW:ResourceLoader/Legacy JavaScript for details. Thank you. —{{U|Technical 13}}(e •t •c)22:32, 19 January 2015 (UTC)[reply]
I find it weird that it searchedtitle page + Wikipedia.org.
Just change
searchNode.href="http://www.google.com/search?q="+encodeURIComponent(subjectName.replace(/_/g," "))+"+-wikipedia.org";
to
searchNode.href="http://www.google.com/search?q="+encodeURIComponent(subjectName.replace(/_/g," "));
for it just to search the title page.NikolaiHo01:44, 8 September 2016 (UTC)[reply]
HiWrit Keeper! I just "installed" your script for the first time. Definitely neat and I can imagine it saving time in the future.
I just had one suggestion: can you add some whitespace before "Google Search"? Currently, it gets scrunched up right next to the title. If you prefer to leave it as-is, do you mind if Ifork the script? Thanks, =paul2520 (talk)02:57, 29 November 2017 (UTC)[reply]
HiWrit Keeper. Thank you for the many useful scripts you have made for the community! If an article title contains an apostrophe' as in e.g.Babette's Feast, the string will be stripped for anything after the apostrophe and the search will be forBabette only. Could you fix that, please?SamSailor10:05, 9 January 2018 (UTC)[reply]