Assalamu Alaikum.
Ajj kal kafi log zyada tar Pakistani Log, Blogging / web developing mein interest lerahy hein or kafi log sucessful bhi hogaye hein iss feild mein. Magar Burai hai k pecha hi Nahi Chortiii...

Sochiye k apny apni mehnet se ek blog bnaya. Or usmein quality SEO-optimized articles bhi likh rhy hein app. Magar agar koi un articles ko copy kar k apny website mein publish krdey tou?
YouTube video py copyright claim kr k usko hatana bht easy hai, magar blogger mein Nahi. Or agar uss bndy ki woh site Wordpress.org py bni ho woh bhi custom hosting py?

App apni website py COPY krna easily rok sakty hein, as a security precaution. Isse koi bhi apka content copy nahi krpyega. Yeah chez shayad har ksi ko krleni chahiye. Or yeah bht easy si setting hai Blogger mein jissy COPY disable hosakta hai.

Simply, blogger.com py jaye, or phir wahan se template, or EDIT HTML py click kijye. Phr <head> tag ko search kijye. (Seach krny k lye easy way press CTRL + F and WRITE <head> and press enter)
Phr <head> tag k nechy app yeah code paste kardijye:

<style>
body {
-webkit-user-select: none; /* Chrome all / Safari all */
-moz-user-select: none; /* Firefox all */
-ms-user-select: none; /* IE 10+ */
-o-user-select: none;
user-select: none;
}
</style>


Acha. Abb usky bd save krlijye. DONE!
But one second wait?! Agar apny khud apni site py koi chez dali k users usko copy krein, like code or link tou app yeah code bhi uper waly code k nechy daliye,


<style>
body {
-webkit-user-select: none; /* Chrome all / Safari all */
-moz-user-select: none; /* Firefox all */
-ms-user-select: none; /* IE 10+ */
-o-user-select: none;
user-select: none;
}
.post blockquote,table{-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}

</style>


issy apki website py app jo bhi TEXT, "BLOCKQUOTE" mein daleingy woh copy ho sakyga

Yeah bs ek info thi jo meiny share ki.By the way yeah android py test nahi kiya meiny But PC py working hai
ALLAH HAFIZ.