Here is the trick to download google book and read it off line also. How to do this?Step 1:Download/install Greasemonkey addon(Customize the way a web page displays or behaves, by using small bits of JavaScript.) in Firefox Install this userscript :google book download Download/insall the Flashgot (FlashGot is the free add-on for Firefox and Thunderbird, […]
Category: Internet Tricks
What is Computer/Browser Cookies? ~Use of Cookies
What is Cookies? HTTP cookie or Browser Cookie are used to store the information about the visitors. Also cookies used to store the Login informations(username ,passwords). It will be useful to track visitors wish so that display the related info or ads. Different Types of Cookies: Session cookieA session cookie upto certain hours,depending on website. […]
Facebook Button Hacking Trick
You can share a html button in walls as a statuts. Can you believe it? This hacking trick found by Acizninja DeadcOde. Login to Your Facebook Account. Copy the following code and paste in the Address bar: https://www.facebook.com/dialog/feed?app_id=209403259107231&redirect_uri=https%3A%2F%2Fwww..facebook.com&message&link=http%3A%2F%2Fwww.BreakTheSecurity.com%2F&name=<center><button>Visit+:+BreakTheSecurity<%2Fbutton><%2Fcenter> Press the share button now. Now visit your profile page, you can see the button. You can also […]
Top 10 Google +plus Tips for Beginners-Google plus Tricks
Invited by Google + , what is the next step? Here is the list Top 10 google + tips for Beginners. Google plus Tips 1: Style the Text*(star) for bold a word. For Example: *Google*=GoogleFor Italic: _Google+=Google For Strike: -Google-=Google Google + Tips 2:Mute Annoying Posts A post you commented on could quickly become popular […]
Hacking Using Doxing -Doxing Complete Hacking Tutorial
I hope you read my last article about What is Doxing?. Let me explain more about Doxing in this article. Use of Doxing: Hackers can track Innocent peoples data and hack their accounts. Security Experts can trace the Hackers(can trace some innocent hackers only,N00bs). This will be helpful for solving Cyber Crime cases. Definiton of […]
What is Doxing? Trace Peoples with Doxing
Day 1:John: Hey my account security question is so strong. No can find it. It is hard to guess it. BreakTheSec: Nice to hear. Day 2: John: BreakTheSec , some one hacked my ID ! BreakTheSec: Don’t worry John that someone is me. John: How did you do that?BreakTheSec: Using Doxing brother. John: Doxing is […]
Rotate the images of any Wesbsites Using JavaScript |Computer Hacking Tricks
Hi friends , this post is just for fun. here i give you the funny JavaScript that will rotate the image of any website. The JavaScript code: javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName(“img”); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position=’absolute’; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+”px”; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+”px”}R++}setInterval(‘A()’,5); void(0); How to use?Visit any website. […]