How to make anti code copy and paste to default
Kamis, 17 Januari 2013
0
komentar
Now i'm gonna posting about How to Make anti code copy and paste to default For those of you who had put up an anti code Copy and Paste in your blog, in a time of want to eliminate the return code so it's easy.
2. go to the Template.
_ _ _ Tick on EXPAND WIDGET TEMPLATES
4. find the code below.
_ _ _ Use CTRL F for easier searching.
< SCRIPT type = "text/javascript" >
if (typeof document. onselectstart! = "undefined") {
document. onselectstart = new Function ("return false");
}
else {
document. onmousedown = new Function ("return false");
onmouseup document. = new Function ("return true");
}
</SCRIPT>
5. If the above code is not found, then the search is at least somewhat similar to the code.
6. then delete.
7. save the TEMPLATE.
Finish. Now your blog is back to the original default.
Baca Selengkapnya ....
