Category:Snippets with JavaScript
How to use
You can use these snippets in any resource loader module.
This includes those generated by core (such as the site
and user
module generated from wiki pages) and those in extensions.
See Manual:Interface/JavaScript for places where you can add those snippets to your site.
Most snippets assume that they are executed after the document is ready: for those cases, make sure that you have a document-ready wrapper in your code. If you don't have one already, use the below:
$( function () {
// Paste snippet here.
// Paste as many as you like, only one "$( function () { ... } );" wrapper is needed!
} );
If the snippet processes the content part of wiki pages (the
Category:Snippets#JavaScript
Category:JavaScript#mw-content-text
element), you should use the 'wikipage.content'
hook instead to make the snippet work after the page is updated asynchronously. See Gadget kitchen#Running code on page load for details.Pages in category "Category:Snippets with JavaScript"
- Snippets/Auto-number headings
- Snippets/Autoedit
- Snippets/Collapsible ChangesList options
- Snippets/Collapsible Upload options
- Snippets/Compare link
- Snippets/Convert vectorMenu to vectorTabs
- Snippets/Cross-wiki editing with CORS
- Snippets/Custom buttons in the toolbar
- Snippets/Custom buttons in the toolbar/tr
- Snippets/Custom display title
- Snippets/Direct imagelinks to Commons
- Snippets/Easily block spambots
- Snippets/Editsection inline
- Snippets/Edittools as buttons
- Snippets/Force preview
- Snippets/Force preview/cs
- Snippets/Force preview/de
- Snippets/Force preview/en
- Snippets/Force preview/es
- Snippets/Force preview/fr
- Snippets/Force preview/ja
- Snippets/Force preview/pl
- Snippets/Force preview/ru
- Snippets/Force preview/zh
- Snippets/forceHTTPS cookie
- Snippets/Hide prefix in category
- Snippets/Hide prefix in SpecialPrefixIndex
- Snippets/Last revision action
- Snippets/Load JS and CSS by URL
- Snippets/Load modules and external scripts
- Snippets/Main Page tab
- Snippets/Mark minor edit
- Snippets/MySandbox
- Snippets/Open external links in new window
- Snippets/Open external sidebar links in new window
- Snippets/Open specific links in new window
- Snippets/Parser information
- Snippets/Persistent sort order
- Snippets/Photo Slider
- Snippets/Point links on file description to Wikimedia Commons
- Snippets/Preview any page as a template
- Snippets/Purge action
- Snippets/Redirect skin.js
- Snippets/Replace a page's contents with something else
- Snippets/Sort table on reload
- Snippets/Special:WhatLinksHere action links
- Snippets/Style pages based on categories
- Snippets/Tick "Ignore any warnings" automatically
- Snippets/Toggle animations
- Snippets/Toggle between dropdown menus and tabs
- Snippets/Toggle user scripts
- Snippets/ToolboxLayer
- Snippets/Top icons
- Snippets/Unwatch from watchlist
- Snippets/WriteInPage