Jump to content

User:ØM/menu.js

From Meta, a Wikimedia project coordination wiki

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.
//Кнопки для верхнего меню
$(function () {
	$( '#pt-preferences' ).before( '<li><a href="https://ru.wikipedia.org/wiki/Служебная:PrefixIndex/U:ØM">Подстраницы</li>' );
	$( '#pt-preferences' ).before( '<li><a href="https://ru.wikipedia.org/wiki/U:ØM/common.js">js</li>' );
	$( '#pt-preferences' ).before( '<li><a href="https://meta.wikimedia.org/wiki/User:ØM/global.js">(meta)</li>' );
	$( '#pt-preferences' ).before( '<li><a href="https://ru.wikipedia.org/wiki/U:ØM/common.css">css</li>' );
	$( '#pt-preferences' ).before( '<li><a href="https://meta.wikimedia.org/wiki/User:ØM/global.css">(meta)</li>' );
	$( '#pt-watchlist' ).before( '<li><a href="https://ru.wikipedia.org/wiki/Special:GlobalPreferences">(мета •</li>' );
	$( '#pt-watchlist' ).before( '<li><a href="https://ru.wikipedia.org/wiki/Служебная:Настройки#mw-prefsection-gadgets">гаджеты</li>' );
	$( '#pt-watchlist' ).before( '<li><a href="https://ru.wikipedia.org/wiki/Служебная:Настройки#mw-prefsection-betafeatures">• бета)</li>' );
	$( '#pt-mycontris' ).before( '<li><a href="https://commons.wikimedia.org/wiki/Special:Watchlist">(commons</li>' );
	$( '#pt-mycontris' ).before( '<li><a href="https://en.wikipedia.org/wiki/Special:Watchlist">• en •</li>' );
	$( '#pt-mycontris' ).before( '<li><a href="https://www.wikidata.org/wiki/Special:Watchlist">wikidata)</li>' );
	$( '#pt-mycontris' ).before( '<li><a href="https://ru.wikipedia.org/wiki/Википедия:К_удалению">КУ</li>' );
	$( '#pt-mycontris' ).before( '<li><a href="https://ru.wikipedia.org/wiki/Википедия:Критерии_быстрого_удаления">КБУ</li>' );
	$( '#pt-mycontris' ).before( '<li><a href="https://ru.wikipedia.org/wiki/Википедия:Запросы_к_администраторам/Быстрые">ЗКАБ</li>' );
	$( '#pt-mycontris' ).before( '<li><a href="https://commons.wikimedia.org/w/index.php?title=Special:Upload&uploadformstyle=basic">Загрузить</li>' );
});