Jump to content

User:Timeshifter/common.js

From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
// https://en.wikipedia.org/wiki/User:PrimeHunter/Pageviews.js 
// It creates a "Page views" link in the Tools section of the sidebar.
// There is a "Page statistics" link and a "Pageviews" link at top of history page. 
// Those exist with and without this user script.
importScript('User:PrimeHunter/Pageviews.js'); // Backlink: [[User:PrimeHunter/Pageviews.js]]

// It was not working. May be fixed by the time you read this.
// https://en.wikipedia.org/wiki/User_talk:Qwerfjkl/scripts/convertAbbreviations#Does_not_work_in_Vector_2010_and_2022._Or_in_Monobook
// Puts "Convert abbreviations" link in sidebar when in edit window. 
// https://en.wikipedia.org/wiki/User:Qwerfjkl/scripts/convertAbbreviations 
// importScript('User:Qwerfjkl/scripts/convertAbbreviations.js'); // Backlink: [[User:Qwerfjkl/scripts/convertAbbreviations.js]]

// Not using this for now.
// Unfloats the topbar in Vector-2022 skin.
// https://en.wikipedia.org/wiki/User:Novem_Linguae/Scripts/Vector2022NoFloatingTopBar.js 
// importScript('User:Novem Linguae/Scripts/Vector2022NoFloatingTopBar.js'); // Backlink: [[User:Novem Linguae/Scripts/Vector2022NoFloatingTopBar.js]]