Note: - Save kare ke baad, aap ke sait browser ke cache ke bypass kare ke parri badlao ke dekhe khatir.

  • Firefox / Safari: me Shift ke dabae ke Reload, pe click karo, nai to chaahe Ctrl-F5 nai to Ctrl-R (⌘-R Mac pe)
  • Google Chrome: me Ctrl-Shift-R dabao (⌘-Shift-R Mac pe)
  • Internet Explorer: me Ctrl dabae ke Refresh pe click karo, nai to Ctrl-F5 dabao
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* <nowiki> */
/* For adding link in usertools, link to MyUserpages */
 mw.loader.using(['mediawiki.util']).done(function () {
	mw.util.addPortletLink(
		"p-personal",     // toolbox portlet
		"https://hif.wikipedia.org/wiki/Special:PrefixIndex?prefix=SM7%2F&namespace=2", // link url
		"MyPages"  // link label
	)}
);

/* Tools from Bhojpuri Wikipedia ... */

// Gadget-Charinsert
$(".mw-editTools").hide();                 //This  line suppresses edittools and only Charinsert is loaded
mw.loader.load( "https://bh.wikipedia.org/w/index.php?title=मीडियाविकि:Gadget-charinsert.js&action=raw&ctype=text/javascript" );
mw.loader.load( "https://bh.wikipedia.org/w/index.php?title=मीडियाविकि:Gadget-charinsert-core.js&action=raw&ctype=text/javascript" );

// Localisation for Charinsert
window.charinsertCustom = { 
	"UserSM7":'[\[vibhag:+]] [\[:vibhag:+]] &nbsp; <br> ==+== <!--+--> (+) [+] *.[+.] [\[+]] *.[\[+]] {\{+}} *. {\{tl|+}}'
		+ ' {\{merge|+}} {\{cn|+}} {\{vs|+}} {\{unfref|+}} {\{subst:DATE}} {\{+-stub}} {\{subst:+}}'
		+ ' {\{clear}} {\{main|+}} {\{cat.main|+}} {\{center|+}} {\{for|+}} {\{Wikipedia.category}}'
		+ ' {\{category.redirect|+}} {\{teplate.redirect}} Σ τ → — • ±'
		+ ' <gallery>+</gallery> <pre>+</pre> <code>+</code> <nowiki>+</nowiki> <noinclude>+</noinclude> <includeonly>+</includeonly> ==.References.==\n{\{Reflist+}}',
};

/* Local personal scripts by SM7 and Test scripts... */
// Tagger
importScript('sadasya:SM7/Tagger.js');     // Please don't copy to your own common.js
importScript('sadasya:SM7/TS1.js');        // Please don't copy to your own common.js
importScript('sadasya:SM7/TS1.js');        // Please don't copy to your own common.js

/* </nowiki> */