பயனர்:Tshrinivasan/common.js

விக்கிமூலம் இலிருந்து

குறிப்பு - சேமித்த பின்னர், நீங்கள் செய்த மாற்றங்களைக் காண்பதற்கு உங்கள் உலவியின் இடைமாற்று அகற்றப்பட வேண்டும்.

  • மொஸில்லா பயர்பாக்ஸ் / சபாரி: Shift+Reload, அல்லது Ctrl-F5 அல்லது Ctrl-R (⌘-R Mac ல்)
  • கூகிள் குரோம் Ctrl-Shift-R அழுத்தவும். (⌘-Shift-R Mac ல்) ;
  • இண்டர்நெட் எக்ஸ்ப்ளோரர்: Ctrl-Refresh அல்லது Ctrl-F5 ஐ அழுத்தவும்.
  • ஒபேரா: Tools → Preferences இல் இடைமாற்றை அகற்றவும்;
mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Indic-TechCom/Script/IndicOCR.js&action=raw&ctype=text/javascript');
mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Indic-TechCom/Script/findAndreplace.js&action=raw&ctype=text/javascript');

/*
mw.loader.load('//ta.wikisource.org/w/index.php?title=User:Balaji2198/common.js&action=raw&ctype=text/javascript');
*/

/*
$.getScript('https://www.appelsiini.net/projects/jeditable/jquery.jeditable.js', function() {
    //script is loaded and executed put your dependent JS here
     $("#bodyContent").editable("Jeditable_Demo_Response.php", { 
      tooltip   : "Click to edit...",
      style  : "inherit"
  });  //end of editable

});

var pagetitle = mw.config.get('wgTitle');
console.log(pagetitle);
alert(pagetitle);

var selectedtext = window.getSelection().toString();
console.log(selectedtext );


function getSelectionText() {
    var text = "";
   
        text = window.getSelection().toString();
    
    return text;
}

document.onmouseup = document.onkeyup = document.onselectionchange = function() {
  console.log(getSelectionText());
};
*/
"https://ta.wikisource.org/w/index.php?title=பயனர்:Tshrinivasan/common.js&oldid=1421290" இலிருந்து மீள்விக்கப்பட்டது