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.
mw.loader.using("mediawiki.util", function() {
    let pgnm = '"'+encodeURIComponent(mw.config.get("wgPageName").replace("Draft:",""))+'"'
    mw.util.addPortletLink(
        "p-tb",
        "https://en.wikipedia.org/w/index.php?title=Special:Search&search="+pgnm +
      "+-linksto%3A"+pgnm +
      "+-intitle%3A"+pgnm,
        "Possible backlinks",
        "t-wdlh-check",
        "View articles where possible backlinks may be created for the current page"
    );
});