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

  • மொஸில்லா பயர்பாக்ஸ் / சபாரி: Shift+Reload, அல்லது Ctrl-F5 அல்லது Ctrl-R (⌘-R Mac ல்)
  • கூகிள் குரோம் Ctrl-Shift-R அழுத்தவும். (⌘-Shift-R Mac ல்) ;
  • இண்டர்நெட் எக்ஸ்ப்ளோரர்: Ctrl-Refresh அல்லது Ctrl-F5 ஐ அழுத்தவும்.
  • ஒபேரா: Tools → Preferences இல் இடைமாற்றை அகற்றவும்;
$(function () {
	if(mw.config.values.wgCanonicalNamespace==="Page"){
       if ( $.inArray( mw.config.get( 'wgAction' ), [ 'edit', 'submit' ] ) != -1 ) {
			newbutton = $("#wpSaveWidget").clone();
			newbutton.children().prop('id', 'Quicksave','name', 'IFsave'); 
			newbutton.children().val("சடுதியில் பதிப்பி");
			$("#wpSaveWidget").after(newbutton)
		}
	}
	
	$("#Quicksave").click(function(e) {
		$.cookie('chaduthi_flag',"true", { path: '/' });
		console.log('Saduthi clicked ' + $.cookie('chaduthi_flag'));
	});

	var chaduthi = $.cookie('chaduthi_flag');
	console.info('Saduthi during load ' + $.cookie('chaduthi_flag'));
	if(chaduthi === "true"){
		$.cookie('chaduthi_flag', "false", { path: '/' });
		var viewurl = $('#ca-proofreadPageNextLink').find('a').attr('href');
		console.log('Next Link ' + viewurl);
		if(viewurl.length > 0){
			viewurl = viewurl.replace("/wiki/","/w/index.php?title=")+"&action=edit";
			console.log('Final Redirect URL ' + viewurl);
			window.open(viewurl,"_self");
		}
	}
});
"https://ta.wikisource.org/w/index.php?title=பயனர்:Rtssathishkumar/SaduthiButtonInfo.js&oldid=1130840" இலிருந்து மீள்விக்கப்பட்டது