Make Money

Freelance Jobs Freelance Jobs
Showing posts with label java script. Show all posts
Showing posts with label java script. Show all posts

4.12.11

Prevent or disable copy contents of your blog or site

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed


If you want to prevent users from copying contents of your blog or site than you need to put this code in ur blog so that user can not copy ur blog's contents , i was browsing through POP SONG LYRICS and got this script

Go to Layout and click on add new gadget > select Html/Javacsript

Now in the box copy and paste the following code


<script type="text/javascript">
var omitformtags=["input", "textarea", "select"]
omitformtags=omitformtags.join("|")
function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}
function reEnable(){
return true
}
if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
</script>


Click on save and check whether u r able to copy or not .

Have fun

24.11.11

Cool Javascript Tricks: Edit Websites in Browser (Live)

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed

Imagine a world where you are a God and have ultimate control on what happens and more importantly, how it happens. Seems too good a dream. Now it has come true, at least for the online world.

javascript tricks
Using this trick, you will be able to edit any webpage live in your browser as if it was a Wiki and change the details according to your wish. Yes, you read that right. You can edit Google or even Facebook for that matter right in your browser and that too without requiring any technical know-how or getting deep into hacking and cracking.



18.11.11

Cool JavaScripts that you must Try on your WebBrowser!

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed

here’s i am sharing with you some cool pieces of codes that you must try on your browser. Interestingly the JavaScripts listed below can be used to perform malicious activity or to spread SPAM by just modifying them or combining with few extra code. for example we have already seen the “Rotating images Facebook Spam” some days back. So Guys Before trying out any JavaScripts on any Websites, you got to first examine the code properly and see that it is not calling any external Script or contains any malicious code.
All the JavaScripts listed below are 100% safe and tested. use of these java scripts will not harm your PC and will not affect your ongoing processes. Copy-paste any javascript in the Address bar of your Browser and hit ‘enter’. To Stop the JavaScript actions, Just Refresh the current Tab of your Browser.

Crack Copy Protection of any web page and Enable Right Click Option

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed



Several web sites turn off the ability of right-click on there pages.  Web administrators are using this to protecting their web pages from unauthorized copying. This is very common in past, but still there are lots of sites using this to protect copying there content by others. They use simple JavaScript to disable the ability of right-clicking on there web pages. Here I’m going to show you a very simple way to turn this function ON. When ever you visiting offending website type the code in red below in the browser URL bar, with the most cases this will work perfectly and enable you to write click on any web page and do what ever you want.
javascript:void(document.oncontextmenu=null)
Below are two types of that can be used in web sites to prevent copying of content.
code #1

code #2

For code #2 you can hold the right mouse button and hit enter to close the warning dialog box, and then release the right mouse button.
So the next time you encounter this protection, you know how to crack it

 

HOW TO HACK Copyright © 2010 LKart Theme is Designed by Lasantha