Википедија:Кориснички скриптови/gugl.js

С Википедије, слободне енциклопедије

//

if (wgNamespaceNumber >= 0) {
    jQuery( document ).ready( function( $ ) {
        var ggl = 'http://www.google.com/search?hl=sr&q=' + encodeURIComponent(wgTitle);
        mw.util.addPortletLink('p-cactions', ggl, 'Google');
    });
}
//