{"id":1460,"date":"2025-03-22T14:06:53","date_gmt":"2025-03-22T07:06:53","guid":{"rendered":"https:\/\/siammakemoney.com\/?p=1460"},"modified":"2025-07-20T16:05:34","modified_gmt":"2025-07-20T09:05:34","slug":"javascript-prevents-copying","status":"publish","type":"post","link":"https:\/\/siammakemoney.com\/hi\/javascript-prevents-copying\/","title":{"rendered":"\u0915\u0949\u092a\u0940 \u0915\u0930\u0928\u0947 \u0938\u0947 \u0930\u094b\u0915\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f 10 \u091c\u093e\u0935\u093e\u0938\u094d\u0915\u094d\u0930\u093f\u092a\u094d\u091f \u0915\u094b\u0921 \u274c \u0935\u0947\u092c\u0938\u093e\u0907\u091f \u092a\u0930 \u091f\u0947\u0915\u094d\u0938\u094d\u091f \u0915\u0949\u092a\u0940 \u0928 \u0915\u0930\u0947\u0902\u0964"},"content":{"rendered":"<h2 class=\"wp-block-heading has-text-color has-link-color wp-elements-9ddc246898192c7c037fd05431606d7d\" style=\"color:#ab3a17\">\u090f\u0902\u091f\u0940-\u0915\u0949\u092a\u0940 \u0915\u094b\u0921<\/h2>\n\n\n\n<p>\u091c\u093e\u0935\u093e\u0938\u094d\u0915\u094d\u0930\u093f\u092a\u094d\u091f \u0915\u094b\u0921: \u0935\u0947\u092c\u0938\u093e\u0907\u091f \u092a\u0930 \u092a\u093e\u0920 \u0915\u0940 \u092a\u094d\u0930\u0924\u093f\u0932\u093f\u092a\u093f \u0928 \u092c\u0928\u093e\u090f\u0902\u0964 \u0926\u093e\u092f\u093e\u0901 \u0915\u094d\u0932\u093f\u0915 \u0928 \u0915\u0930\u0947\u0902. \u092a\u093e\u0920 \u0915\u094b \u0922\u0915\u0947\u0902 \u0928\u0939\u0940\u0902. \u092f\u0926\u093f \u0906\u092a \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e\u0913\u0902 \u0915\u094b \u0905\u092a\u0928\u0940 \u0935\u0947\u092c\u0938\u093e\u0907\u091f \u092a\u0930 \u0938\u093e\u092e\u0917\u094d\u0930\u0940 \u0915\u0940 \u092a\u094d\u0930\u0924\u093f\u0932\u093f\u092a\u093f \u092c\u0928\u093e\u0928\u0947 \u092f\u093e \u092a\u0947\u0938\u094d\u091f \u0915\u0930\u0928\u0947 \u0938\u0947 \u0930\u094b\u0915\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902, \u0924\u094b \u0906\u092a \u091f\u0947\u0915\u094d\u0938\u094d\u091f \u091a\u092f\u0928 \u0915\u094b \u0930\u094b\u0915\u0928\u0947 \u0914\u0930 \u0915\u0949\u092a\u0940 \u0915\u092e\u093e\u0902\u0921 \u0915\u094b \u0905\u0915\u094d\u0937\u092e \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u091c\u093e\u0935\u093e\u0938\u094d\u0915\u094d\u0930\u093f\u092a\u094d\u091f \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 \u0906\u092a \u0928\u093f\u092e\u094d\u0928\u0932\u093f\u0916\u093f\u0924 \u0915\u094b\u0921 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902:<\/p>\n\n\n\n<h3 class=\"wp-block-heading has-green-color has-text-color has-link-color wp-elements-0abcf1b0ded62039cb611b405359f367\" style=\"font-size:24px\">1. \u090f\u0915\u0932 \u0915\u094b\u0921 \u092e\u0947\u0902 \u0921\u094d\u0930\u0948\u0917\u093f\u0902\u0917 \u0915\u094b \u0930\u094b\u0915\u0947\u0902 + Ctrl + A, C \u0915\u094b \u092a\u094d\u0930\u0924\u093f\u092c\u0902\u0927\u093f\u0924 \u0915\u0930\u0947\u0902\u0964<\/h3>\n\n\n\n<pre class=\"wp-block-code has-layout-color has-primary-background-color has-text-color has-background has-link-color wp-elements-3f97c424596f8f73de310cff29145e61\" data-no-translation=\"\" data-no-auto-translation=\"\"><code>&lt;script&gt;\nfunction disableselect(e) {\n    return false;\n}\nfunction reEnable() {\n    return true;\n}\n\ndocument.onselectstart = new Function (\"return false\");\nif (window.sidebar) {\n    document.onmousedown = disableselect;\n    document.onclick = reEnable;\n}\n\ndocument.addEventListener(\"keydown\", function (event) {\n    if (event.ctrlKey &amp;&amp; (event.key === \"a\" || event.key === \"c\")) {\n        event.preventDefault();\n        alert(\"<em>Sorry! This command cannot be used.<\/em>\");\n    }\n});\n&lt;\/script&gt;<\/code><\/pre>\n\n\n<style scoped>\n            .gc-box{margin-bottom:30px;padding:20px;border-left:5px solid transparent;line-height:24px}.gc-box .label-info{background-color:#5bc0de;display:inline-block;margin:0 5px 10px 0;padding:3px 6px;font-size:75%;font-weight:700;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em;line-height:14px}.gc-box.green_type{color:#3c763d;background-color:#dff0d8;border-color:#cae6be}.gc-box.blue_type{color:#31708f;background-color:#d9edf7;border-color:#bcdff1}.gc-box.red_type{color:#a94442;background-color:#f2dede;border-color:#e8c4c4}.gc-box.grey_type{background:#ddd;border-color:#ccc;color:#444}.gc-box.info_type{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.gc-box.info_type svg{fill:#30a030}.gc-box.download_type{color:#004085;background-color:#cce5ff;border-color:#b8daff}.gc-box.download_type svg{fill:#3a9aff}.gc-box.update_type{color:#004458;background-color:#d9edf7;border:1px solid #bce8f1}.gc-box.notice_type{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.gc-box.notice_type svg{fill:#f7a000}.gc-box.error_type{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.gc-box.error_type svg{fill:#c70000}.gc-box.border_type{border:2px solid #ddd}.gc-box.icon_type{display:flex}.gc-box.icon_type .gc-box-icon{width:28px}.gc-box.icon_type .gc-box-text{flex-grow:1;margin:0 15px}.gc-box-text > *{margin-bottom: 20px;}\n        .gc-box-text > *:last-child{margin-bottom:0}        \n        <\/style><div class=\"gc-box border_type\" style=\"text-align:left;border-radius:20px;box-shadow: 0 10px 10px #00000007\">\n\t\t\t<div class=\"gc-box-icon\"><\/div>\n\t\t\t\n\t\t\t<div class=\"gc-box-text\">\n\n<p>\u092f\u0939 \u0915\u094b\u0921 \u0935\u0947\u092c \u092a\u0947\u091c \u092a\u0930 \u092a\u093e\u0920 \u091a\u092f\u0928 \u0915\u094b \u0930\u094b\u0915\u0928\u0947 \u0914\u0930 \u0915\u0941\u091b \u0915\u0940\u092c\u094b\u0930\u094d\u0921 \u0936\u0949\u0930\u094d\u091f\u0915\u091f (\u091c\u0948\u0938\u0947 Ctrl+A \u0914\u0930 Ctrl+C) \u0915\u094b \u0905\u0915\u094d\u0937\u092e \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u091c\u093e\u0935\u093e\u0938\u094d\u0915\u094d\u0930\u093f\u092a\u094d\u091f \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0924\u093e \u0939\u0948\u0964 \u0915\u094b\u0921 \u0907\u0938 \u092a\u094d\u0930\u0915\u093e\u0930 \u0915\u093e\u092e \u0915\u0930\u0924\u093e \u0939\u0948:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><code>\u091a\u092f\u0928 \u0905\u0915\u094d\u0937\u092e \u0915\u0930\u0947\u0902(\u0908)<\/code><\/strong> \u2192 \u092a\u0941\u0928\u0930\u094d\u0938\u094d\u0925\u093e\u092a\u093f\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0947\u0902 <code>\u0905\u0938\u0924\u094d\u092f<\/code> \u092a\u093e\u0920 \u091a\u092f\u0928 \u0915\u094b \u0930\u094b\u0915\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f<\/li>\n\n\n\n<li><strong><code>\u092a\u0941\u0928\u0903 \u0938\u0915\u094d\u0937\u092e \u0915\u0930\u0947\u0902()<\/code><\/strong> \u2192 \u092a\u0941\u0928\u0930\u094d\u0938\u094d\u0925\u093e\u092a\u093f\u0924 \u0915\u0930\u0947\u0902 <code>\u0938\u0924\u094d\u092f<\/code> \u092a\u0941\u0928\u0903 \u0915\u094d\u0932\u093f\u0915 \u0938\u0915\u094d\u0937\u092e \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f (\u0915\u0941\u091b \u092a\u0941\u0930\u093e\u0928\u0947 \u092c\u094d\u0930\u093e\u0909\u091c\u093c\u0930\u094b\u0902 \u092e\u0947\u0902 \u092a\u094d\u0930\u092f\u0941\u0915\u094d\u0924)<\/li>\n\n\n\n<li><strong><code>\u0926\u0938\u094d\u0924\u093e\u0935\u0947\u091c\u093c.\u0911\u0928\u0938\u0947\u0932\u0947\u0915\u094d\u091f\u0938\u094d\u091f\u093e\u0930\u094d\u091f<\/code><\/strong> \u2192 \u092f\u0939 \u090f\u0915 \u0907\u0935\u0947\u0902\u091f \u0939\u0948\u0902\u0921\u0932\u0930 \u0939\u0948 \u091c\u094b \u091f\u0947\u0915\u094d\u0938\u094d\u091f \u091a\u092f\u0928 \u0936\u0941\u0930\u0942 \u0939\u094b\u0928\u0947 \u092a\u0930 \u091a\u0932\u0924\u093e \u0939\u0948 (<code>\u091a\u092f\u0928\u092a\u094d\u0930\u093e\u0930\u0902\u092d<\/code>)<\/li>\n\n\n\n<li><strong><code>\u0928\u092f\u093e \u092b\u093c\u0902\u0915\u094d\u0936\u0928 (&#034;\u091d\u0942\u0920\u093e \u0932\u094c\u091f\u093e\u090f\u0901&#034;)<\/code><\/strong> \u2192 \u0930\u0940\u0938\u0947\u091f \u0915\u0930\u0915\u0947 \u092a\u093e\u0920 \u091a\u092f\u0928 \u092c\u0902\u0926 \u0915\u0930\u0947\u0902 <code>\u0905\u0938\u0924\u094d\u092f<\/code><\/li>\n\n\n\n<li><strong><code>\u0935\u093f\u0902\u0921\u094b.\u0938\u093e\u0907\u0921\u092c\u093e\u0930<\/code><\/strong> \u2192 \u092c\u094d\u0930\u093e\u0909\u091c\u093c\u0930 \u0939\u0948 \u092f\u093e \u0928\u0939\u0940\u0902 \u092f\u0939 \u091c\u093e\u0901\u091a\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0947\u0902 <strong>\u092b\u093c\u093e\u092f\u0930\u092b\u093c\u0949\u0915\u094d\u0938<\/strong> (\u092e\u094b\u091c\u093c\u093f\u0932\u093e \u0915\u093e \u092a\u0941\u0930\u093e\u0928\u093e \u092c\u094d\u0930\u093e\u0909\u091c\u093c\u0930)<\/li>\n\n\n\n<li><strong><code>document.onmousedown = \u091a\u092f\u0928 \u0905\u0915\u094d\u0937\u092e \u0915\u0930\u0947\u0902;<\/code><\/strong> \u2192 \u092e\u093e\u0909\u0938 \u0926\u092c\u093e\u0928\u0947 \u092a\u0930 \u092a\u093e\u0920 \u091a\u092f\u0928 \u0905\u0915\u094d\u0937\u092e \u0915\u0930\u0947\u0902<\/li>\n\n\n\n<li><strong><code>document.onclick = \u092a\u0941\u0928\u0903 \u0938\u0915\u094d\u0937\u092e \u0915\u0930\u0947\u0902;<\/code><\/strong> \u2192 \u0915\u094d\u0932\u093f\u0915 \u0938\u0915\u094d\u0937\u092e \u0915\u0930\u0947\u0902 (\u092a\u094d\u0930\u0924\u094d\u092f\u0947\u0915 \u0915\u094d\u0932\u093f\u0915 \u0915\u094b \u0905\u0935\u0930\u0941\u0926\u094d\u0927 \u0939\u094b\u0928\u0947 \u0938\u0947 \u092c\u091a\u093e\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f)<\/li>\n\n\n\n<li><strong><code>event.ctrl\u0915\u0941\u0902\u091c\u0940<\/code><\/strong> \u2192 \u091c\u093e\u0901\u091a \u0915\u0930\u0947\u0902 \u0915\u093f \u092c\u091f\u0928 <code>\u0938\u0940\u091f\u0940\u0906\u0930\u090f\u0932<\/code> \u0915\u094d\u092f\u093e \u0906\u092a \u092a\u0930 \u0905\u0924\u094d\u092f\u093e\u091a\u093e\u0930 \u0939\u094b \u0930\u0939\u093e \u0939\u0948?<\/li>\n\n\n\n<li><strong><code>\u0908\u0935\u0947\u0902\u091f.\u0915\u0941\u0902\u091c\u0940 === &#034;a&#034;<\/code><\/strong> \u2192 \u091c\u093e\u0901\u091a\u0947\u0902 \u0915\u093f \u0915\u094d\u092f\u093e \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e \u0928\u0947 \u0926\u092c\u093e\u092f\u093e \u0939\u0948 <code>Ctrl + \u090f<\/code> (\u0938\u092c\u0915\u093e \u091a\u092f\u0928 \u0915\u0930\u0947\u0902)<\/li>\n\n\n\n<li><strong><code>\u0908\u0935\u0947\u0902\u091f.\u0915\u0941\u0902\u091c\u0940 === &#034;\u0938\u0940&#034;<\/code><\/strong> \u2192 \u091c\u093e\u0901\u091a\u0947\u0902 \u0915\u093f \u0915\u094d\u092f\u093e \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e \u0928\u0947 \u0926\u092c\u093e\u092f\u093e \u0939\u0948 <code>Ctrl + \u0938\u0940<\/code> (\u092a\u094d\u0930\u0924\u093f\u0932\u093f\u092a\u093f)<\/li>\n\n\n\n<li><strong><code>\u0907\u0935\u0947\u0902\u091f.preventDefault();<\/code><\/strong> \u2192 \u0936\u0949\u0930\u094d\u091f\u0915\u091f \u0915\u0941\u0902\u091c\u093f\u092f\u094b\u0902 \u0915\u093e \u0938\u0902\u091a\u093e\u0932\u0928 \u0905\u0935\u0930\u0941\u0926\u094d\u0927 \u0915\u0930\u0947\u0902<\/li>\n\n\n\n<li><strong><code>\u091a\u0947\u0924\u093e\u0935\u0928\u0940(&#034;\u0915\u094d\u0937\u092e\u093e \u0915\u0930\u0947\u0902! \u0907\u0938 \u0906\u0926\u0947\u0936 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0928\u0939\u0940\u0902 \u0915\u093f\u092f\u093e \u091c\u093e \u0938\u0915\u0924\u093e\u0964&#034;);<\/code><\/strong> \u2192 \u0905\u0927\u093f\u0938\u0942\u091a\u0928\u093e \u0938\u0902\u0926\u0947\u0936 \u0926\u093f\u0916\u093e\u090f\u0902<\/li>\n<\/ul>\n\n<\/div>\n\t\t<\/div>\n\n\n<h3 class=\"wp-block-heading has-green-color has-text-color has-link-color wp-elements-f05beb1564599da669224d4ea6ac6d52\" style=\"font-size:24px\">2. \u092a\u093e\u0920 \u0915\u094b \u0916\u0940\u0902\u091a\u0915\u0930 \u0928 \u0922\u0915\u0947\u0902\u0964<\/h3>\n\n\n\n<pre class=\"wp-block-code has-layout-color has-primary-background-color has-text-color has-background has-link-color wp-elements-26e4dcdbe525e5ad218b02ce5cbc06c3\" data-no-translation=\"\" data-no-auto-translation=\"\"><code>&lt;script&gt;\ndocument.addEventListener(\"selectstart\", function (event) {\n    let target = event.target;\n\n    \/\/ Disable text selection for other sections\n    event.preventDefault();\n});\n\n&lt;\/script&gt;<\/code><\/pre>\n\n\n<div class=\"gc-box border_type\" style=\"text-align:left;border-radius:20px;box-shadow: 0 10px 10px #00000007\">\n\t\t\t<div class=\"gc-box-icon\"><\/div>\n\t\t\t\n\t\t\t<div class=\"gc-box-text\">\n\n<p>\u0e43\u0e0a\u0e49 document.addEventListener(&#8220;selectstart&#8221;, function (event) {\u2026})<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u0918\u091f\u0928\u093e \u0915\u094b \u0915\u0948\u092a\u094d\u091a\u0930 \u0915\u0930\u0947\u0902 <code>&#034;\u0938\u0947\u0932\u0947\u0915\u094d\u091f\u0938\u094d\u091f\u093e\u0930\u094d\u091f&#034;<\/code><\/strong> \u0910\u0938\u093e \u0924\u092c \u0939\u094b\u0924\u093e \u0939\u0948 \u091c\u092c \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e \u092a\u093e\u0920 \u0915\u093e \u091a\u092f\u0928 \u0915\u0930\u0928\u0947 \u0915\u093e \u092a\u094d\u0930\u092f\u093e\u0938 \u0915\u0930\u0924\u093e \u0939\u0948\u0964<\/li>\n\n\n\n<li><strong><code>\u0907\u0935\u0947\u0902\u091f.preventDefault();<\/code><\/strong> \u2192 \u0938\u092d\u0940 \u0935\u0947\u092c \u092a\u0947\u091c\u094b\u0902 \u092a\u0930 \u092a\u093e\u0920 \u091a\u092f\u0928 \u0905\u0915\u094d\u0937\u092e \u0915\u0930\u0947\u0902<\/li>\n<\/ul>\n\n<\/div>\n\t\t<\/div>\n\n\n<h3 class=\"wp-block-heading has-green-color has-text-color has-link-color wp-elements-63de42e2942f97ae1e946118b0435333\" style=\"font-size:24px\">3. \u092a\u093e\u0920 \u0915\u094b \u092a\u0942\u0930\u093e \u0928 \u092d\u0930\u0947\u0902 \u0914\u0930 \u0915\u0941\u091b \u0915\u0915\u094d\u0937\u093e\u0913\u0902 \u0915\u094b \u091b\u094b\u0921\u093c \u0926\u0947\u0902\u0964<\/h3>\n\n\n\n<pre class=\"wp-block-code has-layout-color has-primary-background-color has-text-color has-background has-link-color wp-elements-dabd3e7bd443f84d8930c514c548cc2f\" data-no-translation=\"\" data-no-auto-translation=\"\"><code>&lt;script&gt;\ndocument.addEventListener(\"selectstart\", function (event) {\n    let target = event.target;\n\n    \/\/ <em>Check if the target class starts with \"wp-block-code\".<\/em>\n    while (target) {\n        if (target.classList &amp;&amp; &#91;...target.classList].some(cls =&gt; cls.startsWith(\"wp-block-code\"))) {\n            return; \/\/ <em>Allow text selection<\/em>\n        }\n        target = target.parentElement;\n    }\n\n    \/\/ <em>Disable text selection for other sections<\/em>\n    event.preventDefault();\n});\n\n&lt;\/script&gt;<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading has-text-align-center has-text-color has-link-color wp-elements-4da43a84a810eaf23f1fc7ff102e41e6\" style=\"color:#e39427\">For  Child Theme WordPress  &#8211; functions.php<\/h4>\n\n\n\n<pre class=\"wp-block-code has-layout-color has-primary-background-color has-text-color has-background has-link-color wp-elements-ebf393a94a1cbdb45990aaf5b7ed9bf3\" data-no-translation=\"\" data-no-auto-translation=\"\"><code>function custom_child_theme_selection_script() {\n    wp_register_script('child-selection-handler', false);\n    wp_enqueue_script('child-selection-handler');\n\n    $script = &lt;&lt;&lt;JS\ndocument.addEventListener(\"selectstart\", function (event) {\n    let target = event.target;\n\n    while (target) {\n        if (target.classList &amp;&amp; &#91;...target.classList].some(cls =&gt; cls.startsWith(\"wp-block-code\"))) {\n            return;\n        }\n        target = target.parentElement;\n    }\n\n    event.preventDefault();\n});\nJS;\n\n    wp_add_inline_script('child-selection-handler', $script);\n}\nadd_action('wp_enqueue_scripts', 'custom_child_theme_selection_script');\n<\/code><\/pre>\n\n\n<div class=\"gc-box border_type\" style=\"text-align:left;border-radius:20px;box-shadow: 0 10px 10px #00000007\">\n\t\t\t<div class=\"gc-box-icon\"><\/div>\n\t\t\t\n\t\t\t<div class=\"gc-box-text\">\n\n<p><strong>\u0918\u091f\u0928\u093e \u0915\u094b \u0915\u0948\u092a\u094d\u091a\u0930 \u0915\u0930\u0947\u0902 <code>&#034;\u0938\u0947\u0932\u0947\u0915\u094d\u091f\u0938\u094d\u091f\u093e\u0930\u094d\u091f&#034;<\/code><\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u092f\u0939 \u0924\u092c \u0939\u094b\u0924\u093e \u0939\u0948 \u091c\u092c \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e \u092a\u093e\u0920 \u0915\u093e \u091a\u092f\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0909\u0938\u0947 \u0916\u0940\u0902\u091a\u0928\u0947 \u0915\u093e \u092a\u094d\u0930\u092f\u093e\u0938 \u0915\u0930\u0924\u093e \u0939\u0948\u0964<\/li>\n<\/ul>\n\n\n\n<p><strong>\u091c\u093e\u0901\u091a\u0947\u0902 \u0915\u093f \u0915\u094d\u092f\u093e \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e \u092a\u093e\u0920 \u0915\u093e \u091a\u092f\u0928 \u0915\u0930\u0928\u0947 \u0915\u093e \u092a\u094d\u0930\u092f\u093e\u0938 \u0915\u0930 \u0930\u0939\u093e \u0939\u0948 <code>&lt;pre class=\"wp-block-code\"&gt;<\/code> \u092f\u093e \u0928\u0939\u0940\u0902<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u0909\u092a\u092f\u094b\u0917 <code>\u091c\u092c\u0915\u093f (\u0932\u0915\u094d\u0937\u094d\u092f)<\/code> \u0924\u0924\u094d\u0935 \u0914\u0930 \u092e\u0942\u0932 \u0924\u0924\u094d\u0935 \u0915\u0940 \u091c\u093e\u0901\u091a \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f<\/li>\n\n\n\n<li>\u0905\u0917\u0930 <code>\u0932\u0915\u094d\u0937\u094d\u092f<\/code> \u092a\u093e\u0938 \u0939\u094b\u0928\u093e <code>\u0915\u0915\u094d\u0937\u093e<\/code> \u092a\u0930 <strong>\u092a\u094d\u0930\u093e\u0930\u0902\u092d \u0938\u094d\u0925\u0932<\/strong> <code>&#034;wp-\u092c\u094d\u0932\u0949\u0915-\u0915\u094b\u0921&#034;<\/code> \u2192 <strong>\u092a\u093e\u0920 \u091a\u092f\u0928 \u0915\u0940 \u0905\u0928\u0941\u092e\u0924\u093f \u0926\u0947\u0902<\/strong><\/li>\n\n\n\n<li>\u0909\u092a\u092f\u094b\u0917 <code>\u0932\u0915\u094d\u0937\u094d\u092f.classList.some(cls =&gt; cls.startsWith(&#034;wp-block-code&#034;))<\/code> \u091c\u093e\u0901\u091a \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f<\/li>\n<\/ul>\n\n\n\n<p><strong>\u092f\u0926\u093f \u091a\u092f\u0928\u093f\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948 <code>wp-\u092c\u094d\u0932\u0949\u0915-\u0915\u094b\u0921<\/code> \u2192 \u092a\u093e\u0920 \u091a\u092f\u0928 \u092c\u0902\u0926 \u0915\u0930\u0947\u0902<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>\u0907\u0935\u0947\u0902\u091f.preventDefault();<\/code> \u0939\u0930 \u091c\u0917\u0939 \u092a\u093e\u0920 \u091a\u092f\u0928 \u0905\u0915\u094d\u0937\u092e \u0915\u0930\u0947\u0902 <strong>\u0915\u0947 \u0905\u0932\u093e\u0935\u093e<\/strong> <code>wp-\u092c\u094d\u0932\u0949\u0915-\u0915\u094b\u0921<\/code><\/li>\n<\/ul>\n\n<\/div>\n\t\t<\/div>\n\n\n<h3 class=\"wp-block-heading has-green-color has-text-color has-link-color wp-elements-5324f0243efa45d5002df213d37cb2c8\" style=\"font-size:24px\">4. \u0935\u0947\u092c \u092a\u0947\u091c\u094b\u0902 \u092a\u0930 \u0915\u0949\u092a\u0940 \u092a\u094d\u0930\u094b\u091f\u0947\u0915\u094d\u0936\u0928 \u0915\u094b\u0921<\/h3>\n\n\n\n<pre class=\"wp-block-code has-layout-color has-primary-background-color has-text-color has-background has-link-color wp-elements-b629507e7ca89aedb292dc26110bc5fe\" data-no-translation=\"\" data-no-auto-translation=\"\"><code>&lt;script&gt;\ndocument.addEventListener('copy', function (e) {\n    e.preventDefault();\n    alert('<em>Sorry! The content cannot be copied.<\/em>');\n});\n&lt;\/script&gt;<\/code><\/pre>\n\n\n<div class=\"gc-box border_type\" style=\"text-align:left;border-radius:20px;box-shadow: 0 10px 10px #00000007\">\n\t\t\t<div class=\"gc-box-icon\"><\/div>\n\t\t\t\n\t\t\t<div class=\"gc-box-text\">\n\n<p><strong>1\ufe0f\u20e3 \u0907\u0935\u0947\u0902\u091f \u0915\u0948\u092a\u094d\u091a\u0930 <code>\u0915\u0949\u092a\u0940<\/code><\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u0909\u092a\u092f\u094b\u0917 <code>document.addEventListener(&#039;\u0915\u0949\u092a\u0940&#039;, \u092b\u093c\u0902\u0915\u094d\u0936\u0928 (e) {...})<\/code><\/li>\n\n\n\n<li>\u091c\u092c \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e \u0926\u092c\u093e\u0924\u093e \u0939\u0948 <code>Ctrl + \u0938\u0940<\/code> \u0e2b\u0e23\u0e37\u0e2d\u0e04\u0e25\u0e34\u0e01\u0e02\u0e27\u0e32\u0e41\u0e25\u0e49\u0e27\u0e40\u0e25\u0e37\u0e2d\u0e01 &#8220;\u0e04\u0e31\u0e14\u0e25\u0e2d\u0e01&#8221; \u2192 \u0e1f\u0e31\u0e07\u0e01\u0e4c\u0e0a\u0e31\u0e19\u0e19\u0e35\u0e49\u0e08\u0e30\u0e17\u0e33\u0e07\u0e32\u0e19<\/li>\n<\/ul>\n\n\n\n<p><strong>2\ufe0f\u20e3 <code>\u0908.preventDefault();<\/code><\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u092c\u094d\u0932\u0949\u0915 \u0915\u0949\u092a\u0940 \u0915\u0930\u0928\u093e (<code>\u0918\u091f\u0928\u093e \u0915\u0940 \u092a\u094d\u0930\u0924\u093f\u0932\u093f\u092a\u093f \u092c\u0928\u093e\u090f\u0901<\/code>)<\/li>\n\n\n\n<li>\u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e\u0913\u0902 \u0915\u094b <strong>\u092a\u093e\u0920 \u0915\u0940 \u092a\u094d\u0930\u0924\u093f\u0932\u093f\u092a\u093f \u092c\u0928\u093e\u0928\u0947 \u092e\u0947\u0902 \u0905\u0938\u092e\u0930\u094d\u0925<\/strong> \u0915\u094d\u0932\u093f\u092a\u092c\u094b\u0930\u094d\u0921 \u092a\u0930 \u091c\u093e\u090f\u0902<\/li>\n<\/ul>\n\n\n\n<p><strong>3\ufe0f\u20e3 \u0905\u0927\u093f\u0938\u0942\u091a\u0928\u093e (<code>\u091a\u0947\u0924\u093e\u0935\u0928\u0940(...)<\/code>)<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u0938\u0902\u0926\u0947\u0936 \u0926\u093f\u0916\u093e\u090f\u0901 <code>&#034;\u0915\u094d\u0937\u092e\u093e \u0915\u0930\u0947\u0902! \u0938\u093e\u092e\u0917\u094d\u0930\u0940 \u0915\u0940 \u092a\u094d\u0930\u0924\u093f\u0932\u093f\u092a\u093f \u0928\u0939\u0940\u0902 \u092c\u0928\u093e\u0908 \u091c\u093e \u0938\u0915\u0924\u0940\u0964&#034;<\/code><\/li>\n\n\n\n<li>\u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e\u0913\u0902 \u0915\u094b \u0938\u0942\u091a\u093f\u0924 \u0915\u0930\u0947\u0902 \u0915\u093f \u0915\u0949\u092a\u0940 \u0915\u0930\u0928\u093e \u0905\u0935\u0930\u0941\u0926\u094d\u0927 \u0939\u0948<\/li>\n<\/ul>\n\n<\/div>\n\t\t<\/div>\n\n\n<h3 class=\"wp-block-heading has-green-color has-text-color has-link-color wp-elements-43ebf78ac848483be245afffbc588a23\" style=\"font-size:24px\">5. \u0905\u0927\u093f\u0938\u0942\u091a\u0928\u093e \u0915\u0947 \u0938\u093e\u0925 \u0930\u093e\u0907\u091f \u0915\u094d\u0932\u093f\u0915 \u0905\u0915\u094d\u0937\u092e \u0915\u0930\u0947\u0902<\/h3>\n\n\n\n<pre class=\"wp-block-code has-layout-color has-primary-background-color has-text-color has-background has-link-color wp-elements-b0702266239960cdccf5b23107ad9039\" data-no-translation=\"\" data-no-auto-translation=\"\"><code>&lt;script&gt;\nvar message = \"Do not click right..!!\";\ndocument.addEventListener(\"contextmenu\", function (e) {\n    e.preventDefault();\n    alert(message);\n});\n&lt;\/script&gt;<\/code><\/pre>\n\n\n<div class=\"gc-box border_type\" style=\"text-align:left;border-radius:20px;box-shadow: 0 10px 10px #00000007\">\n\t\t\t<div class=\"gc-box-icon\"><\/div>\n\t\t\t\n\t\t\t<div class=\"gc-box-text\">\n\n<p>\u092f\u0939 \u0915\u094b\u0921 \u091c\u093e\u0935\u093e\u0938\u094d\u0915\u094d\u0930\u093f\u092a\u094d\u091f \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0915\u0947 \u0935\u0947\u092c \u092a\u0947\u091c \u092a\u0930 \u0930\u093e\u0907\u091f \u0915\u094d\u0932\u093f\u0915 \u0915\u094b \u0930\u094b\u0915\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0915\u093e\u092e \u0915\u0930\u0924\u093e \u0939\u0948\u0964 \u0926\u093f\u092f\u093e \u0917\u092f\u093e \u092b\u093c\u0902\u0915\u094d\u0936\u0928 \u0930\u093e\u0907\u091f \u0915\u094d\u0932\u093f\u0915 \u0907\u0935\u0947\u0902\u091f \u0915\u094b \u092a\u0915\u0921\u093c \u0932\u0947\u0917\u093e (<code>\u0938\u0902\u0926\u0930\u094d\u092d \u092e\u0947\u0928\u0942 \u0918\u091f\u0928\u093e<\/code>) \u0914\u0930 \u0930\u093e\u0907\u091f-\u0915\u094d\u0932\u093f\u0915 \u092e\u0947\u0928\u0942 \u0915\u094b \u092a\u094d\u0930\u0926\u0930\u094d\u0936\u093f\u0924 \u0939\u094b\u0928\u0947 \u0938\u0947 \u0930\u094b\u0915\u0947\u0902\u0964 \u092f\u0939 \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e \u0915\u094b \u092f\u0939 \u0938\u0942\u091a\u093f\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u090f\u0915 \u0905\u0932\u0930\u094d\u091f \u092c\u0949\u0915\u094d\u0938 \u092d\u0940 \u092a\u094d\u0930\u0926\u0930\u094d\u0936\u093f\u0924 \u0915\u0930\u0924\u093e \u0939\u0948 \u0915\u093f \u0930\u093e\u0907\u091f-\u0915\u094d\u0932\u093f\u0915 \u0915\u0930\u0928\u093e \u0905\u0935\u0930\u0941\u0926\u094d\u0927 \u0939\u0948\u0964 \u091a\u0947\u0924\u093e\u0935\u0928\u0940 \u0938\u0902\u0926\u0947\u0936 \u0935\u0947\u0930\u093f\u090f\u092c\u0932 \u092e\u0947\u0902 \u092a\u0942\u0930\u094d\u0935\u092a\u0930\u093f\u092d\u093e\u0937\u093f\u0924 \u0939\u094b\u0924\u093e \u0939\u0948\u0964 \u0914\u0930 \u0926\u093e\u092f\u093e\u0901 \u0915\u094d\u0932\u093f\u0915 \u0915\u0930\u0928\u0947 \u092a\u0930 \u092a\u094d\u0930\u0926\u0930\u094d\u0936\u093f\u0924 \u0939\u094b\u0917\u093e<\/p>\n\n<\/div>\n\t\t<\/div>\n\n\n<h3 class=\"wp-block-heading has-green-color has-text-color has-link-color wp-elements-b6959f5bf11707f6e86956f1a5bacf15\" style=\"font-size:24px\">6. \u0905\u0927\u093f\u0938\u0942\u091a\u0928\u093e \u0938\u0902\u0926\u0947\u0936 \u092a\u094d\u0930\u0926\u0930\u094d\u0936\u093f\u0924 \u0915\u093f\u090f \u092c\u093f\u0928\u093e \u0930\u093e\u0907\u091f \u0915\u094d\u0932\u093f\u0915 \u0905\u0915\u094d\u0937\u092e \u0915\u0930\u0947\u0902\u0964<\/h3>\n\n\n\n<pre class=\"wp-block-code has-layout-color has-primary-background-color has-text-color has-background has-link-color wp-elements-f437210c8efa29694dcffb33fd0c1318\" data-no-translation=\"\" data-no-auto-translation=\"\"><code>&lt;script&gt;\ndocument.addEventListener(\"contextmenu\", function (e) {\n    e.preventDefault();\n});\n&lt;\/script&gt;<\/code><\/pre>\n\n\n<div class=\"gc-box border_type\" style=\"text-align:left;border-radius:20px;box-shadow: 0 10px 10px #00000007\">\n\t\t\t<div class=\"gc-box-icon\"><\/div>\n\t\t\t\n\t\t\t<div class=\"gc-box-text\">\n\n<p>\u092f\u0939 \u0915\u094b\u0921 \u0935\u0947\u092c \u092a\u0947\u091c \u092a\u0930 \u0930\u093e\u0907\u091f-\u0915\u094d\u0932\u093f\u0915 \u092e\u0947\u0928\u0942 \u0915\u094b \u0905\u0915\u094d\u0937\u092e \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u091c\u093e\u0935\u093e\u0938\u094d\u0915\u094d\u0930\u093f\u092a\u094d\u091f \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0924\u093e \u0939\u0948\u0964 \u0918\u091f\u0928\u093e\u0913\u0902 \u0915\u094b \u0938\u0941\u0928\u0915\u0930 <code>\u0938\u0902\u0926\u0930\u094d\u092d \u092e\u0947\u0928\u0942<\/code> \u0910\u0938\u093e \u0924\u092c \u0939\u094b\u0924\u093e \u0939\u0948 \u091c\u092c \u0915\u094b\u0908 \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e \u0915\u093f\u0938\u0940 \u0935\u0947\u092c \u092a\u0947\u091c \u092a\u0930 \u0930\u093e\u0907\u091f-\u0915\u094d\u0932\u093f\u0915 \u0915\u0930\u0924\u093e \u0939\u0948\u0964 \u092b\u093f\u0930 \u0915\u092e\u093e\u0902\u0921 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0947\u0902 <code>\u0908.preventDefault()<\/code> \u092c\u094d\u0930\u093e\u0909\u091c\u093c\u0930 \u092e\u0947\u0902 \u0930\u093e\u0907\u091f-\u0915\u094d\u0932\u093f\u0915 \u092e\u0947\u0928\u0942 \u0915\u094b \u092a\u094d\u0930\u0926\u0930\u094d\u0936\u093f\u0924 \u0939\u094b\u0928\u0947 \u0938\u0947 \u0930\u094b\u0915\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f\u0964<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u0918\u091f\u0928\u093e \u0915\u094b \u0915\u0948\u092a\u094d\u091a\u0930 \u0915\u0930\u0947\u0902 <code>\u0938\u0902\u0926\u0930\u094d\u092d \u092e\u0947\u0928\u0942<\/code><\/strong>: \u091c\u092c \u0915\u094b\u0908 \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e \u0915\u093f\u0938\u0940 \u0935\u0947\u092c \u092a\u0947\u091c \u092a\u0930 \u0930\u093e\u0907\u091f-\u0915\u094d\u0932\u093f\u0915 \u0915\u0930\u0924\u093e \u0939\u0948<\/li>\n\n\n\n<li><strong><code>\u0908.preventDefault()<\/code><\/strong>: \u0e1b\u0e34\u0e14\u0e01\u0e32\u0e23\u0e41\u0e2a\u0e14\u0e07\u0e40\u0e21\u0e19\u0e39\u0e04\u0e25\u0e34\u0e01\u0e02\u0e27\u0e32\u0e02\u0e2d\u0e07\u0e40\u0e1a\u0e23\u0e32\u0e27\u0e4c\u0e40\u0e0b\u0e2d\u0e23\u0e4c, \u0e0b\u0e36\u0e48\u0e07\u0e1b\u0e01\u0e15\u0e34\u0e08\u0e30\u0e0a\u0e48\u0e27\u0e22\u0e43\u0e2b\u0e49\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e02\u0e49\u0e32\u0e16\u0e36\u0e07\u0e1f\u0e31\u0e07\u0e01\u0e4c\u0e0a\u0e31\u0e19\u0e40\u0e0a\u0e48\u0e19 &#8220;\u0e04\u0e31\u0e14\u0e25\u0e2d\u0e01&#8221;, &#8220;\u0e14\u0e39\u0e41\u0e2b\u0e25\u0e48\u0e07\u0e17\u0e35\u0e48\u0e21\u0e32&#8221; \u0e40\u0e1b\u0e47\u0e19\u0e15\u0e49\u0e19<\/li>\n<\/ul>\n\n\n\n<p>\u092a\u0930\u093f\u0923\u093e\u092e \u092f\u0939 \u0939\u0948 <strong>\u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e \u0930\u093e\u0907\u091f-\u0915\u094d\u0932\u093f\u0915 \u0928\u0939\u0940\u0902 \u0915\u0930 \u0938\u0915\u0947\u0902\u0917\u0947\u0964<\/strong> \u0909\u0938 \u0935\u0947\u092c \u092a\u0947\u091c \u092a\u0930 \u091c\u094b \u0907\u0938 \u0915\u094b\u0921 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0924\u093e \u0939\u0948\u0964<\/p>\n\n<\/div>\n\t\t<\/div>\n\n\n<h3 class=\"wp-block-heading has-green-color has-text-color has-link-color wp-elements-86e6afe15f329f5b0abae724b5e72b20\" style=\"font-size:24px\">7. \u091f\u0947\u0915\u094d\u0938\u094d\u091f \u0915\u0949\u092a\u0940 \u0915\u0930\u0928\u0947 \u0938\u0947 \u0930\u094b\u0915\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f CSS \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0947\u0902\u0964<\/h3>\n\n\n\n<pre class=\"wp-block-code has-layout-color has-primary-background-color has-text-color has-background has-link-color wp-elements-03730d2564e752917bd9b013aec0e178\" data-no-translation=\"\" data-no-auto-translation=\"\"><code>\/* Prevent text selection with CSS *\/\nbody {\n    user-select: none;\n}<\/code><\/pre>\n\n\n<div class=\"gc-box border_type\" style=\"text-align:left;border-radius:20px;box-shadow: 0 10px 10px #00000007\">\n\t\t\t<div class=\"gc-box-icon\"><\/div>\n\t\t\t\n\t\t\t<div class=\"gc-box-text\">\n\n<p>\u0907\u0938 \u0915\u094b\u0921 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u093f\u092f\u093e \u091c\u093e\u0924\u093e \u0939\u0948 <strong>\u0938\u0940\u090f\u0938\u090f\u0938<\/strong> \u0935\u0947\u092c \u092a\u0947\u091c \u092a\u0930 \u091f\u0947\u0915\u094d\u0938\u094d\u091f \u091a\u092f\u0928 \u0915\u094b \u0932\u0949\u0915 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0938\u0947\u091f\u093f\u0902\u0917 \u0915\u0930\u0915\u0947 <strong><code>\u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e-\u091a\u092f\u0928: \u0915\u094b\u0908 \u0928\u0939\u0940\u0902;<\/code><\/strong> \u091f\u0948\u0917 \u0915\u0940 \u0936\u0948\u0932\u0940 \u092e\u0947\u0902 <code>&lt;body&gt;<\/code>. \u0915\u094b\u0921 \u0907\u0938 \u092a\u094d\u0930\u0915\u093e\u0930 \u0915\u093e\u092e \u0915\u0930\u0924\u093e \u0939\u0948:<\/p>\n\n\n\n<p>\u092a\u093e\u0920 \u0915\u093e \u091a\u092f\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u092e\u093e\u0909\u0938 \u0915\u094b \u0916\u0940\u0902\u091a\u0928\u0947 \u092e\u0947\u0902 \u0905\u0938\u092e\u0930\u094d\u0925.<\/p>\n\n\n\n<p><strong><code>\u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e-\u091a\u092f\u0928: \u0915\u094b\u0908 \u0928\u0939\u0940\u0902;<\/code><\/strong>: \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e\u0913\u0902 \u0915\u094b \u0935\u0947\u092c \u092a\u0947\u091c \u092a\u0930 \u092a\u093e\u0920 \u0915\u093e \u091a\u092f\u0928 \u0915\u0930\u0928\u0947 \u0938\u0947 \u0930\u094b\u0915\u0947\u0902.<\/p>\n\n\n\n<p><strong>\u091f\u0948\u0917 \u0915\u0947 \u0938\u093e\u0925 \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0947\u0902 <code>&lt;body&gt;<\/code><\/strong> \u092a\u0943\u0937\u094d\u0920 \u092a\u0930 \u0938\u092d\u0940 \u092a\u093e\u0920 \u0915\u094b \u091a\u092f\u0928\u093f\u0924 \u0939\u094b\u0928\u0947 \u0938\u0947 \u0930\u094b\u0915\u0947\u0902.<\/p>\n\n<\/div>\n\t\t<\/div>\n\n\n<h3 class=\"wp-block-heading has-green-color has-text-color has-link-color wp-elements-e9cca1c919438703038ec4b75d19ab54\" style=\"font-size:24px\">8. \u091f\u0947\u0915\u094d\u0938\u094d\u091f \u0915\u094b \u0916\u0940\u0902\u091a\u0928\u0947 \u0914\u0930 \u091b\u094b\u0921\u093c\u0928\u0947 \u0938\u0947 \u0930\u094b\u0915\u0947\u0902 (Drag &amp; Drop \u0905\u0915\u094d\u0937\u092e \u0915\u0930\u0947\u0902)<\/h3>\n\n\n\n<p>\u092f\u0939 \u0915\u094b\u0921 \u0938\u093e\u092e\u0917\u094d\u0930\u0940 \u092f\u093e \u091b\u0935\u093f\u092f\u094b\u0902 \u0915\u094b \u0905\u0928\u094d\u092f\u0924\u094d\u0930 \u0916\u0940\u0902\u091a\u0928\u0947 \u092f\u093e \u091b\u094b\u0921\u093c\u0928\u0947 \u0938\u0947 \u0930\u094b\u0915\u0924\u093e \u0939\u0948\u0964<\/p>\n\n\n\n<pre class=\"wp-block-code has-layout-color has-primary-background-color has-text-color has-background has-link-color wp-elements-3a6d8874c7d98a99cd2bd8f650bfdc50\" data-no-translation=\"\" data-no-auto-translation=\"\"><code>&lt;script&gt;\ndocument.addEventListener(\"dragstart\", function (e) {\n    e.preventDefault();\n});\ndocument.addEventListener(\"drop\", function (e) {\n    e.preventDefault();\n});\n&lt;\/script&gt;<\/code><\/pre>\n\n\n<div class=\"gc-box border_type\" style=\"text-align:left;border-radius:20px;box-shadow: 0 10px 10px #00000007\">\n\t\t\t<div class=\"gc-box-icon\"><\/div>\n\t\t\t\n\t\t\t<div class=\"gc-box-text\">\n\n<p>\u0907\u0938 \u0915\u094b\u0921 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u093f\u092f\u093e \u091c\u093e\u0924\u093e \u0939\u0948 <strong>\u091c\u093e\u0935\u093e\u0938\u094d\u0915\u094d\u0930\u093f\u092a\u094d\u091f<\/strong> \u0935\u0947\u092c \u092a\u0947\u091c\u094b\u0902 \u092a\u0930 \u0921\u094d\u0930\u0948\u0917\u093f\u0902\u0917 \u0914\u0930 \u0921\u094d\u0930\u0949\u092a\u093f\u0902\u0917 \u0915\u094b \u0930\u094b\u0915\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f, \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0947\u0902: <code>\u0921\u093f\u092b\u093c\u0949\u0932\u094d\u091f \u0930\u094b\u0915\u0947\u0902()<\/code> \u0926\u094b\u0928\u094b\u0902 \u0918\u091f\u0928\u093e\u0913\u0902 \u0915\u094b \u0905\u0915\u094d\u0937\u092e \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f<\/p>\n\n<\/div>\n\t\t<\/div>\n\n\n<h3 class=\"wp-block-heading is-style-default has-green-color has-text-color has-link-color wp-elements-c413c8ad572fcb2e99ccbefa9471c9f2\" style=\"font-size:24px\">9. \u0907\u0902\u0938\u094d\u092a\u0947\u0915\u094d\u091f \u090f\u0932\u093f\u092e\u0947\u0902\u091f \u0914\u0930 \u0935\u094d\u092f\u0942 \u0938\u094b\u0930\u094d\u0938 \u0915\u094b \u0905\u0915\u094d\u0937\u092e \u0915\u0930\u0947\u0902\u0964<\/h3>\n\n\n\n<p>\u0905\u0915\u094d\u0937\u092e \u0915\u0930\u0928\u093e <strong>Ctrl + U (\u0938\u094d\u0930\u094b\u0924 \u0926\u0947\u0916\u0947\u0902), Ctrl + Shift + I (\u0921\u0947\u0935\u0932\u092a\u0930 \u0909\u092a\u0915\u0930\u0923), F12 (\u0921\u0947\u0935\u091f\u0942\u0932)<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code has-layout-color has-primary-background-color has-text-color has-background has-link-color wp-elements-ccef77f5ba12b5dd43c199c0ff316081\" data-no-translation=\"\" data-no-auto-translation=\"\"><code>&lt;script&gt;\ndocument.addEventListener(\"keydown\", function (e) {\n    if (e.ctrlKey &amp;&amp; (e.key === \"u\" || e.key === \"s\" || e.key === \"i\" || e.key === \"j\")) {\n        e.preventDefault();\n        alert(\"<em>Sorry! This command cannot be used.<\/em>\");\n    }\n    if (e.key === \"F12\") {\n        e.preventDefault();\n        alert(\"<em>Developer tools are disabled<\/em>\");\n    }\n});\n&lt;\/script&gt;<\/code><\/pre>\n\n\n<div class=\"gc-box border_type\" style=\"text-align:left;border-radius:20px;box-shadow: 0 10px 10px #00000007\">\n\t\t\t<div class=\"gc-box-icon\"><\/div>\n\t\t\t\n\t\t\t<div class=\"gc-box-text\">\n\n<p>\u0907\u0938 \u0915\u094b\u0921 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u093f\u092f\u093e \u091c\u093e\u0924\u093e \u0939\u0948 <strong>\u091c\u093e\u0935\u093e\u0938\u094d\u0915\u094d\u0930\u093f\u092a\u094d\u091f<\/strong> \u0915\u0941\u091b \u0915\u092e\u093e\u0902\u0921 \u0915\u0947 \u0909\u092a\u092f\u094b\u0917 \u0915\u094b \u0930\u094b\u0915\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u091c\u094b \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e\u0913\u0902 \u0915\u094b \u0935\u0947\u092c \u092a\u0947\u091c \u092a\u0930 \u0921\u0947\u0935\u0932\u092a\u0930 \u091f\u0942\u0932 \u0914\u0930 \u092b\u093c\u0902\u0915\u094d\u0936\u0928 \u0924\u0915 \u092a\u0939\u0941\u0902\u091a\u0928\u0947 \u092e\u0947\u0902 \u092e\u0926\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u091c\u0948\u0938\u0947 \u0915\u093f \u0916\u094b\u0932\u0928\u093e <strong>\u0938\u094d\u0930\u094b\u0924 \u0926\u0947\u0916\u0947\u0902<\/strong>, <strong>\u0924\u0924\u094d\u0935 \u0915\u093e \u0928\u093f\u0930\u0940\u0915\u094d\u0937\u0923<\/strong>, \u092f\u093e <strong>\u0921\u0947\u0935\u0932\u092a\u0930 \u0909\u092a\u0915\u0930\u0923<\/strong> \u0935\u093f\u092d\u093f\u0928\u094d\u0928 \u0936\u0949\u0930\u094d\u091f\u0915\u091f \u0915\u0947 \u092e\u093e\u0927\u094d\u092f\u092e \u0938\u0947 \u0908\u0935\u0947\u0902\u091f \u0915\u094b \u0915\u0948\u092a\u094d\u091a\u0930 \u0915\u0930\u0915\u0947 <strong><code>\u0915\u0940\u0921\u093e\u0909\u0928<\/code><\/strong> \u0914\u0930 \u0909\u0928 \u0906\u0926\u0947\u0936\u094b\u0902 \u0915\u094b \u092d\u0940 \u0930\u094b\u0915\u0947\u0902\u0964 <code>\u0921\u093f\u092b\u093c\u0949\u0932\u094d\u091f \u0930\u094b\u0915\u0947\u0902()<\/code>.<\/p>\n\n\n\n<p><strong>\u0928\u093f\u0930\u0940\u0915\u094d\u0937\u0923 <code>Ctrl + \u092f\u0942<\/code>, <code>Ctrl + \u090f\u0938<\/code>, <code>Ctrl + \u0906\u0908<\/code>, <code>Ctrl + \u091c\u0947<\/code>:<\/strong><br>\u092f\u0926\u093f \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e \u0926\u092c\u093e\u0924\u093e \u0939\u0948 <strong>\u0938\u0940\u091f\u0940\u0906\u0930\u090f\u0932<\/strong> \u092a\u0915\u0921\u093c \u0915\u0930 \u0926\u092c\u093e\u090f\u0901 <strong>\u092e\u0947\u0902<\/strong>, <strong>\u090f\u0938<\/strong>, <strong>\u092e\u0948\u0902<\/strong>, \u092f\u093e <strong>\u091c\u0947<\/strong> (\u092f\u0939 \u090f\u0915 \u0936\u0949\u0930\u094d\u091f\u0915\u091f \u0939\u0948 \u091c\u093f\u0938\u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0905\u0915\u094d\u0938\u0930 \u0935\u0947\u092c \u092a\u0947\u091c \u092f\u093e \u0935\u093f\u0915\u093e\u0938 \u0909\u092a\u0915\u0930\u0923 \u0915\u0947 \u0938\u094d\u0930\u094b\u0924 \u0915\u094b \u0916\u094b\u0932\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0915\u093f\u092f\u093e \u091c\u093e\u0924\u093e \u0939\u0948\u0964)<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>\u0908.preventDefault()<\/code> \u0907\u0938 \u0906\u0926\u0947\u0936 \u0915\u094b \u0905\u0915\u094d\u0937\u092e \u0915\u0930\u0947\u0902<\/li>\n\n\n\n<li>\u0905\u0927\u093f\u0938\u0942\u091a\u0928\u093e \u0938\u0902\u0926\u0947\u0936 \u0926\u093f\u0916\u093e\u090f\u0902: <code>&#034;\u0915\u094d\u0937\u092e\u093e \u0915\u0930\u0947\u0902! \u0907\u0938 \u0906\u0926\u0947\u0936 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0928\u0939\u0940\u0902 \u0915\u093f\u092f\u093e \u091c\u093e \u0938\u0915\u0924\u093e\u0964&#034;<\/code><\/li>\n<\/ul>\n\n\n\n<p><strong>\u092c\u091f\u0928 \u091a\u0947\u0915 <code>\u090f\u092b12<\/code>:<\/strong><br>\u092f\u0926\u093f \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e \u0926\u092c\u093e\u0924\u093e \u0939\u0948 <strong>\u090f\u092b12<\/strong> \u0916\u094b\u0932\u0928\u0947 \u0915\u093e \u0936\u0949\u0930\u094d\u091f\u0915\u091f \u0915\u094c\u0928 \u0938\u093e \u0939\u0948 <strong>\u0921\u0947\u0935\u0932\u092a\u0930 \u0909\u092a\u0915\u0930\u0923<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>\u0908.preventDefault()<\/code> \u0921\u0947\u0935\u0932\u092a\u0930 \u091f\u0942\u0932 \u0905\u0915\u094d\u0937\u092e \u0915\u0930\u0947\u0902<\/li>\n\n\n\n<li>\u0905\u0927\u093f\u0938\u0942\u091a\u0928\u093e \u0938\u0902\u0926\u0947\u0936 \u0926\u093f\u0916\u093e\u090f\u0902: <code>&#034;\u0921\u0947\u0935\u0932\u092a\u0930 \u0909\u092a\u0915\u0930\u0923 \u0905\u0915\u094d\u0937\u092e \u0939\u0948\u0902&#034;<\/code><\/li>\n<\/ul>\n\n<\/div>\n\t\t<\/div>\n\n\n<h3 class=\"wp-block-heading has-green-color has-text-color has-link-color wp-elements-c0707ea72407c5c8b660b559184f9711\" style=\"font-size:23px\">10. \u092c\u094d\u0930\u093e\u0909\u091c\u093c\u0930 \u092e\u0947\u0902 \u0938\u094d\u0935\u091a\u093e\u0932\u093f\u0924 \u092a\u093e\u0920 \u091a\u092f\u0928 \u0905\u0915\u094d\u0937\u092e \u0915\u0930\u0947\u0902\u0964<\/h3>\n\n\n\n<pre class=\"wp-block-code has-layout-color has-primary-background-color has-text-color has-background has-link-color wp-elements-f6d38d1bfe092653af9d83e66fc81521\" data-no-translation=\"\" data-no-auto-translation=\"\"><code>css Copy Edit\/* Disable text selection and data dragging *\/\nbody, p, span, div {\n    user-select: none;\n    -webkit-user-select: none;\n    -moz-user-select: none;\n    -ms-user-select: none;\n}<\/code><\/pre>\n\n\n<div class=\"gc-box border_type\" style=\"text-align:left;border-radius:20px;box-shadow: 0 10px 10px #00000007\">\n\t\t\t<div class=\"gc-box-icon\"><\/div>\n\t\t\t\n\t\t\t<div class=\"gc-box-text\">\n\n<p>\u0907\u0938 CSS \u0915\u094b\u0921 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u093f\u092f\u093e \u091c\u093e\u0924\u093e \u0939\u0948 <strong>\u092a\u093e\u0920 \u091a\u092f\u0928 \u0930\u094b\u0915\u0947\u0902<\/strong> (\u091f\u0947\u0915\u094d\u0938\u094d\u091f \u091a\u092f\u0928) \u0914\u0930 \u0935\u0947\u092c \u092a\u0947\u091c\u094b\u0902 \u092a\u0930 \u0921\u0947\u091f\u093e \u0916\u0940\u0902\u091a\u0928\u0947 (\u0921\u094d\u0930\u0948\u0917\u093f\u0902\u0917) \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0928\u093e <code>\u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e-\u091a\u092f\u0928: \u0915\u094b\u0908 \u0928\u0939\u0940\u0902;<\/code> \u0914\u0930 \u0935\u093f\u092d\u093f\u0928\u094d\u0928 \u092c\u094d\u0930\u093e\u0909\u091c\u093c\u0930\u094b\u0902 \u0915\u0947 \u0932\u093f\u090f \u0938\u092e\u0930\u094d\u0925\u0928<\/p>\n\n\n\n<p><strong>\u0928\u094c\u0915\u0930\u0940 \u0915\u093e \u0935\u093f\u0935\u0930\u0923:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong><code>\u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e-\u091a\u092f\u0928: \u0915\u094b\u0908 \u0928\u0939\u0940\u0902;<\/code><\/strong>\n<ul class=\"wp-block-list\">\n<li>\u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e\u0913\u0902 \u0915\u094b \u0928\u093f\u0930\u094d\u0926\u093f\u0937\u094d\u091f HTML \u0924\u0924\u094d\u0935 \u092e\u0947\u0902 \u092a\u093e\u0920 \u0915\u093e \u091a\u092f\u0928 \u0915\u0930\u0928\u0947 \u0938\u0947 \u0930\u094b\u0915\u0924\u093e \u0939\u0948\u0964 (\u0907\u0938 \u092e\u093e\u092e\u0932\u0947 \u092e\u0947\u0902, <code>\u0936\u0930\u0940\u0930<\/code>, <code>\u092a\u0940<\/code>, <code>\u0905\u0935\u0927\u093f<\/code>, <code>\u0921\u093f\u0935<\/code>)<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong><code>-webkit-\u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e-\u091a\u092f\u0928: \u0915\u094b\u0908 \u0928\u0939\u0940\u0902;<\/code><\/strong>\n<ul class=\"wp-block-list\">\n<li>\u0909\u0928 \u092c\u094d\u0930\u093e\u0909\u091c\u093c\u0930\u094b\u0902 \u0915\u0947 \u0938\u093e\u0925 \u0909\u092a\u092f\u094b\u0917 \u0915\u0947 \u0932\u093f\u090f \u091c\u094b <strong>\u0935\u0947\u092c\u0915\u093f\u091f<\/strong> \u0907\u0902\u091c\u0928 (\u091c\u0948\u0938\u0947 <strong>\u0915\u094d\u0930\u094b\u092e<\/strong>, <strong>\u0938\u092b\u093e\u0930\u0940<\/strong>)<\/li>\n\n\n\n<li>\u092f\u0939 \u0906\u092a\u0915\u094b \u0907\u0928 \u092c\u094d\u0930\u093e\u0909\u091c\u093c\u0930\u094b\u0902 \u092e\u0947\u0902 \u092a\u093e\u0920 \u091a\u092f\u0928 \u0915\u094b \u0930\u094b\u0915\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092e\u0924\u093f \u0926\u0947\u0924\u093e \u0939\u0948\u0964<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong><code>-\u092e\u094b\u091c-\u092f\u0942\u091c\u0930-\u0938\u093f\u0932\u0947\u0915\u094d\u091f\u0903 \u0915\u094b\u0908 \u0928\u0939\u0940\u0902;<\/code><\/strong>\n<ul class=\"wp-block-list\">\n<li>\u0915\u0947 \u0932\u093f\u090f \u0907\u0938\u094d\u0924\u0947\u092e\u093e\u0932 \u0939\u094b\u0924\u093e \u0939\u0948 <strong>\u092b\u093c\u093e\u092f\u0930\u092b\u093c\u0949\u0915\u094d\u0938<\/strong><\/li>\n\n\n\n<li>\u092b\u093c\u093e\u092f\u0930\u092b\u093c\u0949\u0915\u094d\u0938 \u092e\u0947\u0902 \u091f\u0947\u0915\u094d\u0938\u094d\u091f \u091a\u092f\u0928 \u0915\u094b \u0930\u094b\u0915\u0947\u0902<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong><code>-ms-user-select: \u0915\u094b\u0908 \u0928\u0939\u0940\u0902;<\/code><\/strong>\n<ul class=\"wp-block-list\">\n<li>\u0915\u0947 \u0932\u093f\u090f \u0907\u0938\u094d\u0924\u0947\u092e\u093e\u0932 \u0939\u094b\u0924\u093e \u0939\u0948 <strong>\u0907\u0902\u091f\u0930\u0928\u0947\u091f \u090f\u0915\u094d\u0938\u092a\u094d\u0932\u094b\u0930\u0930<\/strong><\/li>\n\n\n\n<li>IE \u092e\u0947\u0902 \u092a\u093e\u0920 \u091a\u092f\u0928 \u0930\u094b\u0915\u0947\u0902<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n<\/div>\n\t\t<\/div>\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>\u0909\u092a\u092f\u094b\u0917 \u0915\u0948\u0938\u0947 \u0915\u0930\u0947\u0902 \u0939\u0947\u0921\u0930 \u0905\u0928\u0941\u092d\u093e\u0917 \u092a\u0930 \u091c\u093e\u090f\u0902 - \u0915\u094b\u0921 \u0915\u094b \u0939\u0947\u0921 \u0915\u0947 \u0905\u0902\u0926\u0930 \u0921\u093e\u0932\u0947\u0902\u0964   <\/p>\n<\/blockquote>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading has-text-color has-link-color wp-elements-56dfe94358adfdbbb0731672a8a2f64b\" style=\"color:#2d5e67;font-size:35px\">\u0935\u0930\u094d\u0921\u092a\u094d\u0930\u0947\u0938 \u092e\u0947\u0902 \u090f\u0902\u091f\u0940-\u0915\u0949\u092a\u0940 \u0915\u094b\u0921 \u0915\u0948\u0938\u0947 \u091c\u094b\u0921\u093c\u0947\u0902<\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"490\" src=\"https:\/\/siammakemoney.com\/wp-content\/uploads\/2025\/03\/code-copy-1024x490.webp\" alt=\"\" class=\"wp-image-1490\" title=\"\" srcset=\"https:\/\/siammakemoney.com\/wp-content\/uploads\/2025\/03\/code-copy-1024x490.webp 1024w, https:\/\/siammakemoney.com\/wp-content\/uploads\/2025\/03\/code-copy-300x144.webp 300w, https:\/\/siammakemoney.com\/wp-content\/uploads\/2025\/03\/code-copy-768x368.webp 768w, https:\/\/siammakemoney.com\/wp-content\/uploads\/2025\/03\/code-copy-1536x735.webp 1536w, https:\/\/siammakemoney.com\/wp-content\/uploads\/2025\/03\/code-copy-400x191.webp 400w, https:\/\/siammakemoney.com\/wp-content\/uploads\/2025\/03\/code-copy-800x383.webp 800w, https:\/\/siammakemoney.com\/wp-content\/uploads\/2025\/03\/code-copy-832x398.webp 832w, https:\/\/siammakemoney.com\/wp-content\/uploads\/2025\/03\/code-copy-1664x796.webp 1664w, https:\/\/siammakemoney.com\/wp-content\/uploads\/2025\/03\/code-copy-1248x597.webp 1248w, https:\/\/siammakemoney.com\/wp-content\/uploads\/2025\/03\/code-copy.webp 1920w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u0905\u092a\u0928\u0947 \u0935\u0930\u094d\u0921\u092a\u094d\u0930\u0947\u0938 \u090f\u0921\u092e\u093f\u0928 \u0915\u094d\u0937\u0947\u0924\u094d\u0930 \u092e\u0947\u0902 \u091c\u093e\u090f\u0902, \u0909\u092a\u0938\u094d\u0925\u093f\u0924\u093f\/\u0925\u0940\u092e \u092b\u093c\u093e\u0907\u0932 \u0938\u0902\u092a\u093e\u0926\u0915 \u092e\u0947\u0928\u0942 \u092a\u0930 \u091c\u093e\u090f\u0902\u0964<\/li>\n\n\n\n<li>\u0926\u093e\u090f\u0901 \u0939\u093e\u0925 \u0915\u0940 \u0913\u0930, \u0935\u0939 \u0925\u0940\u092e \u091a\u0941\u0928\u0947\u0902 (\u091c\u093f\u0938\u0915\u093e \u0906\u092a \u0935\u0930\u094d\u0924\u092e\u093e\u0928 \u092e\u0947\u0902 \u0909\u092a\u092f\u094b\u0917 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902)<\/li>\n\n\n\n<li>\u0925\u0940\u092e \u0939\u0947\u0921\u0930 (header.php) \u0922\u0942\u0902\u0922\u0947\u0902<\/li>\n\n\n\n<li>\u0e27\u0e32\u0e07\u0e42\u0e04\u0e49\u0e14\u0e43\u0e19 &lt;head&gt;<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading has-text-color has-link-color wp-elements-5fc11d7a332f75ebd9582167297c59f7\" style=\"color:#9c5d45cf;font-size:34px\">\u092c\u094d\u0932\u0949\u0917\u0930 \u092e\u0947\u0902 \u090f\u0902\u091f\u0940-\u0915\u0949\u092a\u0940 \u0915\u094b\u0921 \u0915\u0948\u0938\u0947 \u0921\u093e\u0932\u0947\u0902<\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"490\" src=\"https:\/\/siammakemoney.com\/wp-content\/uploads\/2025\/03\/22-03-2025-17-29-31-painty-screenshot-1024x490.webp\" alt=\"\u092a\u093e\u0920 \u0915\u0940 \u092a\u094d\u0930\u0924\u093f\u0932\u093f\u092a\u093f \u0928 \u0915\u0930\u0947\u0902.\" class=\"wp-image-1504\" title=\"\" srcset=\"https:\/\/siammakemoney.com\/wp-content\/uploads\/2025\/03\/22-03-2025-17-29-31-painty-screenshot-1024x490.webp 1024w, https:\/\/siammakemoney.com\/wp-content\/uploads\/2025\/03\/22-03-2025-17-29-31-painty-screenshot-300x144.webp 300w, https:\/\/siammakemoney.com\/wp-content\/uploads\/2025\/03\/22-03-2025-17-29-31-painty-screenshot-768x368.webp 768w, https:\/\/siammakemoney.com\/wp-content\/uploads\/2025\/03\/22-03-2025-17-29-31-painty-screenshot-1536x735.webp 1536w, https:\/\/siammakemoney.com\/wp-content\/uploads\/2025\/03\/22-03-2025-17-29-31-painty-screenshot-400x191.webp 400w, https:\/\/siammakemoney.com\/wp-content\/uploads\/2025\/03\/22-03-2025-17-29-31-painty-screenshot-800x383.webp 800w, https:\/\/siammakemoney.com\/wp-content\/uploads\/2025\/03\/22-03-2025-17-29-31-painty-screenshot-832x398.webp 832w, https:\/\/siammakemoney.com\/wp-content\/uploads\/2025\/03\/22-03-2025-17-29-31-painty-screenshot-1664x796.webp 1664w, https:\/\/siammakemoney.com\/wp-content\/uploads\/2025\/03\/22-03-2025-17-29-31-painty-screenshot-1248x597.webp 1248w, https:\/\/siammakemoney.com\/wp-content\/uploads\/2025\/03\/22-03-2025-17-29-31-painty-screenshot.webp 1920w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u0925\u0940\u092e \u092e\u0947\u0928\u0942 \u092a\u0930 \u091c\u093e\u090f\u0901. <a href=\"https:\/\/siammakemoney.com\/hi\/%e0%b8%aa%e0%b8%ad%e0%b8%99%e0%b8%aa%e0%b8%a3%e0%b9%89%e0%b8%b2%e0%b8%87-blogger-%e0%b8%a0%e0%b8%b2%e0%b8%a2%e0%b9%83%e0%b8%992%e0%b8%99%e0%b8%b2%e0%b8%97%e0%b8%b5\/\">\u092c\u094d\u0932\u0949\u0917\u0930<\/a><\/li>\n\n\n\n<li>\u0921\u094d\u0930\u0949\u092a-\u0921\u093e\u0909\u0928 \u092c\u091f\u0928 \u092a\u0930 \u0915\u094d\u0932\u093f\u0915 \u0915\u0930\u0947\u0902 HTML \u0938\u0902\u092a\u093e\u0926\u093f\u0924 \u0915\u0930\u0947\u0902<\/li>\n\n\n\n<li>\u0e43\u0e2a\u0e48\u0e42\u0e04\u0e49\u0e14 \u0e20\u0e32\u0e22\u0e43\u0e19 &lt;head><\/li>\n\n\n\n<li>or &ndash; Place your code before closing tag. &lt;\/body&gt;<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\u091f\u093f\u092a\u094d\u092a\u0923\u0940<\/h3>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>\u0939\u093e\u0932\u093e\u0902\u0915\u093f<a href=\"https:\/\/siammakemoney.com\/hi\/category\/html-css-javascript\/\">\u0915\u094b\u0921<\/a>\u0907\u0938\u0938\u0947 \u0906\u092a\u0915\u0940 \u0935\u0947\u092c\u0938\u093e\u0907\u091f \u0938\u0947 \u0938\u093e\u092e\u0917\u094d\u0930\u0940 \u0915\u0940 \u0928\u0915\u0932 \u0939\u094b\u0928\u0947 \u0915\u0940 \u0938\u0902\u092d\u093e\u0935\u0928\u093e \u0915\u092e \u0939\u094b \u091c\u093e\u090f\u0917\u0940\u0964 \u0932\u0947\u0915\u093f\u0928 \u092f\u0939 100% \u0938\u0941\u0930\u0915\u094d\u0937\u093f\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u094d\u092f\u094b\u0902\u0915\u093f \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e \u0905\u092d\u0940 \u092d\u0940 \u0921\u0947\u0935\u0932\u092a\u0930 \u091f\u0942\u0932 \u092f\u093e \u092c\u094d\u0930\u093e\u0909\u091c\u093c\u0930 \u090f\u0915\u094d\u0938\u091f\u0947\u0902\u0936\u0928 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0915\u0947 \u0921\u0947\u091f\u093e \u0924\u0915 \u092a\u0939\u0941\u0902\u091a \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 \u0907\u0938\u0932\u093f\u090f, \u092f\u0926\u093f \u0906\u092a \u0905\u092a\u0928\u0940 \u0938\u093e\u092e\u0917\u094d\u0930\u0940 \u0915\u0940 \u0938\u0941\u0930\u0915\u094d\u0937\u093e \u0915\u0930\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902, \u0924\u094b \u091b\u0935\u093f \u092e\u0947\u0902 \u0935\u0949\u091f\u0930\u092e\u093e\u0930\u094d\u0915 \u091c\u094b\u0921\u093c\u0928\u0947 \u091c\u0948\u0938\u0947 \u0905\u0924\u093f\u0930\u093f\u0915\u094d\u0924 \u0909\u092a\u093e\u092f\u094b\u0902 \u092a\u0930 \u0935\u093f\u091a\u093e\u0930 \u0915\u093f\u092f\u093e \u091c\u093e\u0928\u093e \u091a\u093e\u0939\u093f\u090f\u0964 \u092f\u093e \u092e\u0939\u0924\u094d\u0935\u092a\u0942\u0930\u094d\u0923 \u0938\u093e\u092e\u0917\u094d\u0930\u0940 \u0924\u0915 \u092a\u0939\u0941\u0902\u091a \u0915\u094b \u092a\u094d\u0930\u0924\u093f\u092c\u0902\u0927\u093f\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0938\u0926\u0938\u094d\u092f\u0924\u093e \u092a\u094d\u0930\u0923\u093e\u0932\u0940 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0928\u093e<\/p>\n\n\n\n<p>\u0909\u092e\u094d\u092e\u0940\u0926 \u0939\u0948 \u0915\u093f \u092f\u0947 \u0915\u094b\u0921 \u0906\u092a\u0915\u0940 \u0935\u0947\u092c\u0938\u093e\u0907\u091f \u092a\u0930 \u092a\u093e\u0920 \u0915\u0940 \u0928\u0915\u0932 \u0915\u094b \u0930\u094b\u0915\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0909\u092a\u092f\u094b\u0917\u0940 \u0939\u094b\u0902\u0917\u0947! \ud83d\ude80<\/p>\n\n\n\n<p><\/p>\n<\/blockquote>","protected":false},"excerpt":{"rendered":"\u0e2b\u0e32\u0e01\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19\u0e44\u0e21\u0e48\u0e43\u0e2b\u0e49\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e04\u0e31\u0e14\u0e25\u0e2d\u0e01\u0e2b\u0e23\u0e37\u0e2d\u0e01\u0e4a\u0e2d\u0e1a\u0e1b\u0e35\u0e49\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32 \u0e2b\u0e49\u0e32\u0e21\u0e04\u0e31\u0e14\u0e25\u0e2d\u0e01\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21 \u0e1a\u0e19\u0e40\u0e27\u0e47\u0e1a\u0e44\u0e0b\u0e15\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 \u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49 JavaScript \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19\u0e01\u0e32\u0e23\u0e25\u0e32\u0e01\u0e04\u0e25\u0e38\u0e21\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21 (Text Selection) \u0e41\u0e25\u0e30\u0e1b\u0e34\u0e14\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e04\u0e33\u0e2a\u0e31\u0e48\u0e07\u0e04\u0e31\u0e14\u0e25\u0e2d\u0e01 (Copy) \u0e44\u0e14\u0e49 \u0e42\u0e14\u0e22\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e42\u0e04\u0e49\u0e14\u0e15\u0e48\u0e2d\u0e44\u0e1b\u0e19\u0e35\u0e49:","protected":false},"author":1,"featured_media":1490,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"csco_singular_sidebar":"right","csco_page_header_type":"title","csco_page_load_nextpost":"","footnotes":""},"categories":[28,23],"tags":[],"class_list":{"0":"post-1460","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-html-css-javascript","8":"category-website-creation","9":"cs-entry"},"_links":{"self":[{"href":"https:\/\/siammakemoney.com\/hi\/wp-json\/wp\/v2\/posts\/1460","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/siammakemoney.com\/hi\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/siammakemoney.com\/hi\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/siammakemoney.com\/hi\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/siammakemoney.com\/hi\/wp-json\/wp\/v2\/comments?post=1460"}],"version-history":[{"count":44,"href":"https:\/\/siammakemoney.com\/hi\/wp-json\/wp\/v2\/posts\/1460\/revisions"}],"predecessor-version":[{"id":2682,"href":"https:\/\/siammakemoney.com\/hi\/wp-json\/wp\/v2\/posts\/1460\/revisions\/2682"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/siammakemoney.com\/hi\/wp-json\/wp\/v2\/media\/1490"}],"wp:attachment":[{"href":"https:\/\/siammakemoney.com\/hi\/wp-json\/wp\/v2\/media?parent=1460"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/siammakemoney.com\/hi\/wp-json\/wp\/v2\/categories?post=1460"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/siammakemoney.com\/hi\/wp-json\/wp\/v2\/tags?post=1460"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}