You can use these snippets in any resource loader module.This includes those generated by core (such as thesite anduser module generated from wiki pages) and those inextensions.
SeeManual: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!});
#mw-content-text element), you should use the'wikipage.content' hook instead to make the snippet work after the page is updated asynchronously. SeeGadget kitchen#Running code on page load for details.The following 55 pages are in this category, out of 55 total.