Sunshine

Email Link Script
User Page   Awards   Subpages   Sandbox   Tools Lab   Guestbook
User script
Email Link
See the Email Link?
DescriptionAdds an Email Link to your menu
AuthorVarunFEB2003
StatusStable
Browsers SupportedAll Leading Browsers
Skins SupportedAll Skins
SourceUser:VarunFEB2003/EmailLink.js

EmailLink is a User Script designed to add an 'Email' Link to your personal toolbar that appears on the top-right corner in most skins. The Email Link is a very functionally useful feature for users who write a lot of Wikimails like members of the Arbitration Committee. The link takes you to Special:EmailUser page from where you can send Wikimails to any user on Wikipedia!

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 "Email" Link next to your "Preferences" link. Click it and it will lead you to Special:EmailUser page from where you can send emails!

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

Not functioning?

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

  1. You do not have E-mail enabled. To enable email go to Preferences → check Enable Email
  2. You have not setup the code in your common.js properly, please seek personal help from me via my scripts talk page.