ഉപയോക്താവ്:Deepak885/Myjs.js

വിക്കിപീഡിയ, ഒരു സ്വതന്ത്ര വിജ്ഞാനകോശം.

ശ്രദ്ധിക്കുക: സേവ് ചെയ്തശേഷം മാറ്റങ്ങൾ കാണാനായി താങ്കൾക്ക് ബ്രൗസറിന്റെ കാഷെ ഒഴിവാക്കേണ്ടി വന്നേക്കാം.

  • ഫയർഫോക്സ് / സഫാരി: Reload ബട്ടൺ അമർത്തുമ്പോൾ Shift കീ അമർത്തി പിടിക്കുകയോ, Ctrl-F5 അല്ലെങ്കിൽ Ctrl-R (മാക്കിന്റോഷിൽ ⌘-R ) എന്ന് ഒരുമിച്ച് അമർത്തുകയോ ചെയ്യുക
  • ഗൂഗിൾ ക്രോം: Ctrl-Shift-R (മാക്കിന്റോഷിൽ ⌘-Shift-R ) അമർത്തുക
  • ഇന്റർനെറ്റ് എക്സ്പ്ലോറർ: Refresh ബട്ടൺ അമർത്തുമ്പോൾ Ctrl കീ അമർത്തിപിടിക്കുക. അല്ലെങ്കിൽ Ctrl-F5 അമർത്തുക
  • ഓപ്പറ: Menu → Settings എടുക്കുക (മാക്കിൽ Opera → Preferences) എന്നിട്ട് Privacy & security → Clear browsing data → Cached images and files ചെയ്യുക.
importScript('ഉപയോക്താവ്:മാതൃകാ ഉപയോക്താവ്/twinkle.js');
importScript('ഉപയോക്താവ്:Vssun/vector.js/buttons.js');

 // <pre>
function liveEditCounter(username)
{
    var xhr;
    var headingBkUp = document.getElementById("firstHeading").innerHTML;
    try { xhr = new XMLHttpRequest(); }
    catch(e)
    {
      xhr = new ActiveXObject("Microsoft.XMLHTTP");
    }
 
    xhr.onreadystatechange = function()
    {
         if(xhr.readyState  == 4)
         {
              if(xhr.status  == 200 || xhr.status == 0) {
		var jsonOutput = eval('(' + xhr.responseText + ')');
		document.getElementById("firstHeading").innerHTML = headingBkUp + " ( " +
			jsonOutput.users.groups + ")";
              }
         }
    };
 
   xhr.open('GET', "http://ml.wikipedia.org/w/api.php?action=query&list=users&ususers="+username+"&usprop=groups&format=json",  true);
   xhr.send(null);
   document.getElementById("firstHeading").innerHTML = headingBkUp +
      " <img src='http://upload.wikimedia.org/wikipedia/commons/d/de/Ajax-loader.gif' />";
}
 
function OpenContributions()
{
  window.location =  "http://ml.wikipedia.org/wiki/പ്രത്യേകം:സംഭാവനകൾ/" + encodeURIComponent( wgTitle );
}
 
$(function() {
  if (wgTitle.indexOf("/") != -1 || document.title.indexOf("- History -") != -1)  //no subpages or history
     return;
  if (wgCanonicalNamespace == "User" || wgCanonicalNamespace == "User_talk") {
     var username = encodeURIComponent( wgTitle );
     liveEditCounter(username);
     mw.util.addPortletLink( 'p-cactions', "javascript:OpenContributions()", "സംഭാവനകൾ", "Contribs", "ഉപയോക്താവിന്റെ സംഭാവനകൾ", "");
  }
});
//<pre>

//പോപ്പ് അപ്പ് ആയി ക്രിയകൾ കാണാൻ
importScript('User:Atjesse/popups.js');
importScript('User:മാതൃകാ ഉപയോക്താവ്/morebits.js');
importScript('User:മാതൃകാ ഉപയോക്താവ്/twinklefluff.js');
importScript('User:മാതൃകാ ഉപയോക്താവ്/twinklewarn.js');
importScript('User:മാതൃകാ ഉപയോക്താവ്/twinklearv.js');
importScript('User:മാതൃകാ ഉപയോക്താവ്/twinklespeedy.js');
importScript('User:മാതൃകാ ഉപയോക്താവ്/twinklediff.js');
importScript('User:മാതൃകാ ഉപയോക്താവ്/twinkleprotect.js');
importScript('User:മാതൃകാ ഉപയോക്താവ്/twinkleprod.js');
/*importScript('User:മാതൃകാ ഉപയോക്താവ്/twinklexfd.js');*/
importScript('User:മാതൃകാ ഉപയോക്താവ്/twinkleimage.js');
importScript('User:മാതൃകാ ഉപയോക്താവ്/twinkleunlink.js');
importScript('User:മാതൃകാ ഉപയോക്താവ്/twinkledelimages.js');
importScript('User:മാതൃകാ ഉപയോക്താവ്/twinkledeprod.js');
importScript('User:മാതൃകാ ഉപയോക്താവ്/twinklebatchdelete.js');
importScript('User:മാതൃകാ ഉപയോക്താവ്/twinklebatchprotect.js');
importScript('User:മാതൃകാ ഉപയോക്താവ്/twinkleimagetraverse.js');
importScript('User:മാതൃകാ ഉപയോക്താവ്/twinklebatchundelete.js');
importScript('ഉപയോക്താവ്:Kiran Gopi/friendlytag.js');
"https://ml.wikipedia.org/w/index.php?title=ഉപയോക്താവ്:Deepak885/Myjs.js&oldid=3693412" എന്ന താളിൽനിന്ന് ശേഖരിച്ചത്