User:Terasail/HeaderIcons

From Wikipedia, the free encyclopedia
User script
HeaderIcons
DescriptionAdds dropdown menu icon links to the header (static & sticky)
Author(s)Terasail
StatusWorking
First releasedApril 29, 2021; 2 years ago (2021-04-29)
UpdatedDecember 29, 2023
    (3 months ago)
Skin support
  • Only Vector (2022)
SourceUser:Terasail/HeaderIcons.js

This userscript adds the icon links (no text) from the vector user menu dropdown to the header and sticky header so that the user menu doesn't need to be opened to use the buttons.

It is ideal for lage width screens where the header appears empty and you often need to open the dropdown menu.

How to use[edit]

Local (English wiki)[edit]

To use this script on english wiki, add the following to your common.js page:

importScript('User:Terasail/HeaderIcons.js'); // [[User:Terasail/HeaderIcons]]

Global (All wikis)[edit]

To use this script on all wikis (Commons, Meta, Mediawiki...), add the following to your global.js page:

mw.loader.load("https://en.wikipedia.org/w/index.php?action=raw&title=User:Terasail/HeaderIcons.js&ctype=text/javascript"); // [[:en:User:Terasail/HeaderIcons]]

See also[edit]

User:Terasail/HeaderTextLinks – The same however it will display the icons rather than the text link.

Questions / Issues[edit]

Please leave any questions or issues on my talk page, Thanks.