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 link for me to my sandbox
//
// Installation Method 1:
// Add the following line to your vector.js (or monobook.js or whatever you use)
// importScript('User:1234r00t/Sandboxlink.js');
// 
// Installation Method 2:
// Just copy and paste the uncommented part of this page
 
$(function () {
mw.util.addPortletLink( "p-personal",
mw.config.get('wgServer') + mw.config.get('wgScriptPath') + "/index.php?title=Special:User/Sandbox",
"Sandbox", "pt-admindash", "Link to your sandbox",
"A", document.getElementById("pt-mytalk"));
});
 
// [[Category:Wikipedia scripts]]