User:1234r00t/Sandboxlink.js
Appearance
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
// 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
addOnloadHook(function () {
addPortletLink( "p-personal",
wgServer + wgScriptPath + "/index.php?title=Special:User/Sandbox",
"Sandbox", "pt-admindash", "Link to your sandbox",
"A", document.getElementById("pt-mytalk"));
});
// [[Category:Wikipedia scripts]]