From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.

// This script adds "Google search" and "Yahoo! search" links to the toolbox. <syntaxhighlight lang="javascript">



addOnloadHook(function () {

    if (mw.config.get('wgCanonicalNamespace') == "Special")

        return;  // no links for special pages



    var title = mw.config.get('wgTitle');

    if (mw.config.get('wgCanonicalNamespace') != "")

        title = title.replace(/^.*\//, "");  // subpage name only



    var query = encodeURIComponent('"'+title+'" -Wikipedia' ); 

    mw.util.addPortletLink('p-tb', 'http://www.google.com/search?ie=utf-8&oe=utf-8&q='+query,

                   'Google search', 't-googlesearch', 'Search Google for "'+title+'"', 'G');

    mw.util.addPortletLink('p-tb', 'http://search.yahoo.com/search?ei=UTF-8&p='+query,

                   'Yahoo! search', 't-yahoosearch', 'Search Yahoo! for "'+title+'"', 'Y');

});



// </syntaxhighlight>



// [[:Category:Wikipedia scripts]]
From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.

// This script adds "Google search" and "Yahoo! search" links to the toolbox. <syntaxhighlight lang="javascript">



addOnloadHook(function () {

    if (mw.config.get('wgCanonicalNamespace') == "Special")

        return;  // no links for special pages



    var title = mw.config.get('wgTitle');

    if (mw.config.get('wgCanonicalNamespace') != "")

        title = title.replace(/^.*\//, "");  // subpage name only



    var query = encodeURIComponent('"'+title+'" -Wikipedia' ); 

    mw.util.addPortletLink('p-tb', 'http://www.google.com/search?ie=utf-8&oe=utf-8&q='+query,

                   'Google search', 't-googlesearch', 'Search Google for "'+title+'"', 'G');

    mw.util.addPortletLink('p-tb', 'http://search.yahoo.com/search?ei=UTF-8&p='+query,

                   'Yahoo! search', 't-yahoosearch', 'Search Yahoo! for "'+title+'"', 'Y');

});



// </syntaxhighlight>



// [[:Category:Wikipedia scripts]]

Videos

Youtube | Vimeo | Bing

Websites

Google | Yahoo | Bing

Encyclopedia

Google | Yahoo | Bing

Facebook