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

  • மொஸில்லா பயர்பாக்ஸ் / சபாரி: Shift+Reload, அல்லது Ctrl-F5 அல்லது Ctrl-R (⌘-R Mac ல்)
  • கூகிள் குரோம் Ctrl-Shift-R அழுத்தவும். (⌘-Shift-R Mac ல்) ;
  • இண்டர்நெட் எக்ஸ்ப்ளோரர்: Ctrl-Refresh அல்லது Ctrl-F5 ஐ அழுத்தவும்.
  • ஒபேரா: Tools → Preferences இல் இடைமாற்றை அகற்றவும்;
$(document).ready(function() {
  var i=0;
  $('span.mw-headline').each(function() {
    var $pilcrowlink = $('<a>¶</a>').attr({
      id:    'sectiontitlecopy'+i,
      href:  window.location.pathname+window.location.search+'#'+$(this).attr('id'),
      style: 'display:none;'
    });
    $(this).append(' ',$pilcrowlink);
    $(this).parent().attr({
      onMouseOver: '$("#sectiontitlecopy'+i+'").attr("style","display:inline")',
      onMouseOut: '$("#sectiontitlecopy'+i+'").attr("style","display:none")'
    });
    i++;
  });
});
"https://ta.wikipedia.org/w/index.php?title=பயனர்:Shriheeran/copySectionLink.js&oldid=1993883" இலிருந்து மீள்விக்கப்பட்டது