Showing posts with label Internet Browser. Show all posts
Showing posts with label Internet Browser. Show all posts

Wednesday, October 5, 2011

10. MSN Messenger hacks/tricks : Send continuous MSN nudges


Here I have already written several articles about Orkut and Myspace Tricks  but today you will know a very special MSN Messenger trick to send continuous MSN nudges to your friend online. This msn messenger trick will send number of continuous nudges. For this msn messenger trick to work, you should have msn messenger plus installed. If you don’t have msn messenger plus installed, download msn messenger plus.
What make me this to write this article as I had many times experienced continuous nudges while on online msn messenger with my friend. You get continuous msn nudges and hardly can do anything on msn messenger while being nudged. When tried to do the same in return, you get message ” You may not send a nudge that often”. Then i searched net for this msn messenger hack/trick and now informing you about this msn messenger nudge trick.
The steps are as below:
1. Download and install NudgeToolsScript (double clicking the .plsc file)
2. You will get warning message. Just check “I accept responsibility of installing this script” and click import.
3. Now, in msn messenger type “/sendnudge 1000 100″ (without quotes) and hit enter. This will make 1000 nudges every 100 milliseconds for friend. To stop nudges type “/stopnudge”.
4. While sending nudges, even your msn messenger window will be nudged. To avoid this, go to Tools > Option > Messages and uncheck the “Allow me to send and receive nudges”.
That’s it. Now, i hope you can send nudges to your friend online on web msn messenger. This msn messenger hack/trick will help you in nudging your online friend on msn messenger.

Google Chrome Browser for your pen drive: Portable Google Chrome


Google Chrome is the second most popular web browser among the net users… but if anyone has to travel very frequently then it will be very unlikely that on every system he use; have Google Chrome. So for those who likes the Google Chrome interface very much and want to have it where ever they go…. then; should try this Portable Version of Google Chrome for Pen or flash drives.
This light version of Google Chrome even being the portable have all the features like the Chrome Installer and is very easy to use and you can keep it in your USB drive too so that you can use it directly from there after copying Chrome in it. Google Chrome stores passwords in such a way that they are encrypted in a way tied to current PC. While the passwords are not kept or left behind on the PC itself, they won’t be retrievable when you move to a new PC. In case you want this feature, there is an advanced option for it.
So why worry if there is the best solution available… go through the below download link.

Thursday, September 22, 2011

Browser Shaking

This is a fun little trick that can create a shaking screen on your web browser (i.e. Internet Explorer, etc..)
The trick is simply a small Java Script that causes your browser window to move to different positions, causing a shake of your entire screen. It's kind of cool to watch and see what Java Script can do! Try it out..
Use this trick at your own risk.
Here's how:
Copy this entire line and paste it onto your address box, then press Enter:


javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)