#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,323
January 2004
todge
|
Post by Todge on Nov 6, 2006 18:02:16 GMT -8
This will stop people copying and pasting from the posts on your board...
Put it in your Global Footer....
<script type="text/javascript"> <!-- /* Stop copying and pasting posts Copyright © 2006 Please keep this header intact */
if(location.href.match('action=display')) { var posts = document.getElementsByTagName('font'); for(t=0; t<posts.length; t++) { if(posts[t].innerHTML.match('google_ad_section_start')) { posts[t].parentNode.ondblclick = function(){var post = this.innerHTML;alert('No copying please');this.innerHTML = post;if(document.all){this.innerHTML = '<hr size="1" class="hr"><font size="2"><b>Please, no copying.<br>Refresh the page to view the contents of this post.</b></font>';}} posts[t].parentNode.onmouseup = function(){this.onmousemove = '';} posts[t].parentNode.onmousedown = function(){var c = 0;var post = this.innerHTML; this.onmousemove = function(){c++;if(c<2){alert('No copying please');this.innerHTML = post;}}} }}} // --> </script>
|
|