User talk:Kalan/sslswitch.js

From Meta, a Wikimedia project coordination wiki
Common mode
Common mode
SSL mode
SSL mode

This script adds a small lock icon near the wiki logo, which allows you to switch easily between common mode and secure mode.

Click the lock, and you will be forwarded to the same page in secure mode. Note: if you're editing a page, unsaved changes will be lost.

Install it by adding the following to your monobook.js (works in any wiki):

document.write('<script type="text/javascript" src="http://meta.wikimedia.org/w/in'+
               'dex.php?title=User:Kalan/sslswitch.js&action=raw&ctype='+
               'text/javascript&smaxage=21600&maxage=86400"><\/script>');

The tooltips are translateable. If you know a language and you have adminship on meta, feel free to edit the script page.

Legacy JavaScript[edit]

Hello! This script has been detected as using deprecated parameters that need to be replaced with the updated version. Examples include addOnloadHook() needs to be replaced with $(); all wgGlobalVariables need to be properly gotten with mw.config.get( 'wgGlobalVariable' ); and addPortletLink needs to be called with mw.util.addPortletLink. Please see MW:ResourceLoader/Legacy JavaScript for details. Thank you. {{U|Technical 13}} (etc) 16:54, 18 January 2015 (UTC)[reply]