Sunshine

Js Link Script
User Page   Awards   Subpages   Sandbox   Tools Lab   Guestbook
User script
Js Link
See the common.js Link?
DescriptionAdds a Js Link to your menu
AuthorVarunFEB2003
StatusBeta
Browsers SupportedAll Leading Browsers
Skins SupportedAll Skins
SourceUser:VarunFEB2003/JsLink.js

JsLink is a User Script designed to add a 'Common.js' Link to your personal toolbar that appears on the top-right corner in most skins. The JsLink is a very functionally useful feature for users who write a lot of user scripts like members of the WikiProject User Scripts The link takes you to your common.js file!

Support

This script is compatible will all leading browsers (including Internet Explorer) and all Wikipedia Skins i.e Vector (default Skin), Monobook, Modern and Cologne Blue.

Installation

To install the script add the code given below to your common.js page. Click the link to do so. After adding the code to your common.js page bypass your cache by pressing Ctrl+F5 Your script is ready for use! You will now be able to see a "Common.js" Link next to your "Preferences" link. Click it and it will lead you to your common.js page!

1. The code for installation on English Wikipedia is:
importScript('User:VarunFEB2003/JsLink.js'); // Backlink:[[User:VarunFEB2003/JsLink]]
2. The code for installation on any other Wikimedia's Wiki is:
mw.loader.load('https://en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:VarunFEB2003/JsLink.js');

Not functioning?

There can be 2 reasons if the script is not functioning:

  1. You are using some other user script that interferes with its work and doesn't allow it to function!
  2. You have not setup the code in your common.js properly, please seek personal help from me via my scripts talk page.