User:Kvng/mainlinks.js

Source: 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.
/* Adds a toolbox link to show mainspace links to the given page. */

$( document ).ready( function() {
  mw.util.addPortletLink(
    'p-tb',
    mw.util.getUrl( 'Special:WhatLinksHere/' ) + mw.config.get( 'wgPageName' ) + '?hidetrans=0&hideredirs=0&namespace=0',
    'Mainspace links',
    't-whatpageslink',
    'Hide transclusions and redirects',
    null,
    '#t-recentchangeslinked'
  );
});