MediaWiki:Common.js: Difference between revisions
Appearance
Nazarzadeh (talk | contribs) Created page with "→Any JavaScript here will be loaded for all users on every page load.: →غیر فعال کردن کپی کات: document.body.oncut = new Function('return false'); document.body.oncopy = new Function('return false');" |
(No difference)
|
Latest revision as of 08:41, 5 August 2025
/* Any JavaScript here will be loaded for all users on every page load. */
/* غیر فعال کردن کپی کات */
document.body.oncut = new Function('return false');
document.body.oncopy = new Function('return false');