Thursday, 29 October 2015

Amazing PC / Internet Tricks

You can search Google timer in Google for a timer with alarm

google-timer

Search This in Google for Direct Mp3 Links

intitle:index.of?mp3 Your song name here
google-search-mp3

Use your Chrome Browser as Notepad quickly.

new1
Just copy the text below to the address Bar.
data:text/html, <html contenteditable>
Note: You can also bookmark this to use it anytime.

View Hidden Password  in Browser

newfbook

Go to Google and search any of the texts given below and peep through Live cameras around the world

  • inurl:”CgiStart?page=”
  • inurl:/view.shtml* intitle:”Live View / — AXIS
  • inurl:view/view.shtml
  •  inurl:ViewerFrame?Mode=
  •  inurl:ViewerFrame?Mode=Refresh
  •  inurl:axis-cgi/jpg
peep-url-google-cam

In your PC just create a folder with the name given below and access everything

GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
godmode

To Undo an Undo Just press CTRL+Y


Do you Know you can play mp3, movie directly on chrome browser, Just drag files in Chrome Window

esds

Just Google Food Vs Food for comparative Analysis

food-search-google

Check a website is safe to visit or Not by changing red letter by website domain name

http://www.google.com/safebrowsing/diagnostic?site=suspiciouswebsite.com
.safe-browsingpng

When signing on not so useful website , use disposable temporary email services to avoid spam

AppInventor– Learn or develop android apps/games with very little or no programming knowledge for free –MIT App Inventor.


Delete Your account Permanently from Famous websites

delete-account

Check if Your email is a part of the famous hacking leaks

Have-I-Been-leaked
Note: See 100 More Useful Websites Like this

Convert YouTube Videos to Gif by adding gif before yotube in url

gifyoutube

Avoid accidental closing of Tab at Chrome, Pin Them

pin-tab

Closed a Tab accidentally , Undo with Ctrl + Shift + t to get it back.


Forget Where You Parked , Just Try this ..

Paste Image URL directly to open it and edit in Paint

edit-from-paint

To access your address bar directly: Press F6 or Ctrl + L


Do you Know Google Translate can be your Free Proxy

free-proxy-google

Getting redirected to country specific Google search page. Try http://google.com/ncr to avoid this

Google-no-redirect

Visit https://www.google.com/sky/ to explore space

Hack and start using  airport Wi-Fi by adding “?.jpg” at the end of any URL

bypass-wifi

Delete one word at One time by CTRL+ Backspace

one-word-atone-time-delete

If you want to avoid someone on your phone but do not want to reveal that you have switched off your phone, remove the battery, instead of switching it off. Switching off phone will notify mobile switching centre and callers will receive the switched off notification.


Lost your Android phone? You can Ring your phone even if it is in silent mode, erase Data, or lock your smartphone remotely using Android Device Manager.


Just Search Find My Phone in Google to Locate your Phone instantly


While Travelling Open http://en.wikipedia.org/wiki/Special:Nearby in your Phone to read articles based on your Location


You can create a Book with Cool Index page and contents from a Wikipedia article

create-book

Bored ! Go to Google images and search Atari Breakout

atari-breakout

Bored Again Search the words below in Google

  • do a barrel roll
  • tilt
  • Google in 1998
  • zerg rush
  • Pacman
  • blink html

Shake the yotube by searching Do the Harlem Shake on youtube


Use You calculator for EMI calculation and many more stuff

calculate-emi

Just do Shift + Esc TO start chrome’s inbuilt Task Manager

task-manager-chrome

To close a tab just do a Middle click on it.


 Open Task Manager  in Windows directly Press Ctrl + Shift + Esc


Just shake The current active window by mouse to minimize everything else


To capture exact steps , windows has a free screen recorder for you, search psr in Your computer


To share your Wi-Fi access with your friends coming to your house : Generate a QR code with the access details. Print it and stick it on the wall.

qrcode-wifi

YouTube Hotkeys

  • To pause a video: Press K.
  • To skip 10 seconds back and forward: Press J and L respectively.

When visiting any video on youtube Replace youtube with following things given in video url to see the magic

  1.  Just Replace “youtube” with “listentoyoutube” in the URL and paste it in your address bar to download the audio of the video.
    Just Replace “youtube” with “ssyoutube” in the URL and paste it in your address bar  to download the video in any quality available.
  2. Just Replace “youtube” with “nsfwyoutube” and paste it in your address bar  to bypass age restriction.
  3. Just Replace “youtube” with “youtubeskip” in the URL  and paste it in your address bar and you won’t see ads.
  4. Just Replace “youtube” with “listenonrepeat” in the URL  and paste it in your address bar to repeat the video automatically .
  5. Just Replace “youtube” with “gifyoutube” in the URL  and paste it in your address bar to convert video into gif format .

Feeling Alone , Visit coffitivity.com for  Morning Murmur

If you Liked these tips , Please share with your friends.

HOW TO SET PASSWORD ON ANY APPLICATION IN PC

Make your Computer Talk

Have you ever wondered how can you make your computer speak whatever you input to it like in the movies? Would it not be fun? If only it was possible! Rejoice, because now it is possible. Well, if you wish to know how to do this, then you have come to the right place. With this trick, you can create a script in Windows which will make your computer speak whatever you input to it.

To create one such talk script, follow the steps given below:-

Make your Computer Talk

Steps
  1. Open Notepad.
  2. Copy and paste the exact code given below.
          Dim Message, Speak
          Message=InputBox("Enter text","Speak")
          Set Speak=CreateObject("sapi.spvoice")
          Speak.Speak Message
    3. Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Speak.vbs or "*.vbs".
    4.  Double click on the saved file, a window will open like the one in the image. Enter some text in enter text column and click OK.

Now your Computer will speak / talk what you typed in Step 4. Try it yourself.

Windows Compatibility: This VBS file can be executed on all versions of Windows including Windows XP, Windows Vista, Windows 7 and Windows 8.

Personal Experience: I personally showed this trick to many of my friends and they were literally left awestruck. You too can impress your friends by making your PC talk and be the Computer Wiz.

Add Background Images to Folders in Windows

Suppose you have a music folder that contains all songs by your favorite singer. Would it not be great if instead of the plain white background, you could add the singer's image as the background of this folder?

It is relatively easy to add background images to folders using a simple desktop.ini trick just as easily as you can change your Desktop's background.

Desktop.ini is a system file that is used to customize the appearance and behavior of folders in Windows. We can use this ability of desktop.ini files to add backgrounds to folders just by adding a few lines of code.

Folder Background in Windows
This is how the background in folder looks like.

Steps for adding backgrounds to Folders
  1. Open Notepad.
  2. Copy and paste the following code:-
  3. [{BE098140-A513-11D0-A3A4-00C04FD706EC}] iconarea_image="location of the image"
  4. You need to slightly modify this code on Windows Vista and Windows 7 as the ability to add folder backgrounds has been removed. So, if you use these versions of Windows, install AveFolderBG and then, replace [{BE098140-A513-11D0-A3A4-00C04FD706EC}] with [AveFolder] in the above code. To install this app, extract all the files and then, open the folder according to your installation of Windows (32 bit or 64 bit), right click install.bat and select Run as Administrator.
  5. In this code, iconarea_image is the parameter where the location of your image will go.
  6. Save the file as desktop.ini.
  7. Place this file in the folder where you want your personalized background.
  8. On Windows XP, you need to add system attribute to the folder where you want a background. To do this, open command prompt and execute "attrib +s D:\Music" (without quotes) if "D:\Music" is the location of your folder. If there are spaces in the location of your folder, you need to add double quotes around it. Windows Vista and 7 users need not add system attribute to folders.
  9. You might need to log off and log back on for the changes to take effect. Sometimes, AveFolder app fails to work in which case, you will need to restart Windows Explorer. I recommend you to create a System Restore point in case you do not like the results.

You can hide this desktop.ini file if you feel that it is something that should not be visible in your folder.

Tip: I am using this trick to have a personal picture as the background of the root folder of my flash drive. So, whenever I connect it to my Windows PC, the picture is displayed as the background. You can also do this but you should have the image in the drive itself. As you cannot assign a static location to the iconarea_image parameter (as the drive could be G:/ on one computer while F:/ on the other), you need to add the image's dynamic location. To do this, add "/{location of the image in flash drive}" as the value of iconarea_image. For example, if your image is located in the Pics folder in the flash drive, you need to have this value as:-

iconarea_image=/Pics/Image.jpg

It is important to note that the background to your flash drive will only be displayed on computers running Windows XP (if you have used the code for XP) or those computers running Windows 7 and Windows Vista that have AveFolder installed. Sadly, Windows 8 and Windows 8.1 do not support this trick. Also, there is no way to make the background of your flash drive visible on all computers unless you modify your flash drive to automatically install this app on every PC you plug it in.

If this trick does not work for you, do add a comment.

Youtube Tricks You Must Know

Coolest Youtube Tricks You Must Know

No wonder all of us are very familiar with this name YouTube . It is the biggest video streaming channel all over the world. Whenever you want to watch any new music release video , your favorite show that you missed on tv , live sports , funny videos , coolest tricks , tech videos and much much more are available anytime there on youtube.
Youtube Tricks
All these gives us reason to depend on Youtube for many purposes but apart from its usability there are many tricks which may give you a better and more efficient way to use YouTube. So here I am going to share some exciting and very useful Youtube Tricks with you.
Also Check : Top 10 Unknown Google Tricks.

5 Coolest Youtube Tricks that you must Know.


1.Set a Specific Start Time:

Many times you wish to share some video on Youtube with your friends but you want them to focus on some specific part of video and then you inform them the exact time duration from where they should start watching it. But it is possible to share video with customized or specific start time easily. All you need to do is adding some simple code in URL.
Lets say you are watching video on following URL : http ://www.youtube.com/watch?v=U8STgCviLe0
Now you may simply add ” #t=01m02s ” at the end of this URL while sharing this video and it will start playing video from 1 Minute and 02 Seconds instead of it’s initial position.

 2.Set Auto Replay For Video:

Just like a Windows Media Player where you can loop and replay your favorite audio/video song infinite times , you can do the same with Youtube. All you need to do is replace Youtube with infinitelooper in the URL bar and hit enter.
Original URL : http://www.youtube.com/watch?v=U8STgCviLe0
Modified URL : http://www.infinitelooper.com/watch?v=U8STgCviLe0
It will redirect you to a new website where you can replay your video as many times as you want. It also allows a special feature , you can set a selected area for looping which means only some special part of video can be set for looping. This is simply great isn’t it ?

 3.Watching Video With Slow Internet Speed:

Youtube is taking care of their all type of visitors from many different countries as well as of many different kinds of internet connections including very slow speed video streaming. Youtube provides a great feature called Feather Beta which allows users to enjoy videos on Youtube even if they have very slow internet connection.
Feather beta feature removes the bytes which restricts the browser speed of streaming video hence unleashes full capacity of browser to allow streaming at rapid rate. To Use This Awesome Feature you may Click here And click on Join the Feather Beta feature.

 4.Search Accurate Keyword:

Youtube is biggest video channel on internet and it gives birth to complexity that whenever you search for any video title , as a result you get thousands of results for same keyword. This makes it really challenging to find that video which you really want to watch. But there is a simple trick by using which you will be provided with videos having exactly same keywords as you have entered in search bar and no inappropriate stuff.
Youtube TricksSimply add allintitle: in the beginning of the keyword you want to search and it will show results having exactly same keywords as you searched.

5.Always Play Videos In HD:

If you have a high speed internet connection and you love watching videos in HD then this trick is for you. Most of the time videos on youtube channels have default settings and when you play them , they start with low quality in order to stream at faster rate but if you want all videos to be played in HD by default when you click them you can simply install an Add-on in your browser named Magic Actions For Youtube . This Add-on is available for Mozilla Firefox as well as google chrome . Once you installed this Add-on in your browser enable the Auto HD option.
With this it ends my list of 5 Cool Youtube Tricks , you you know more and want to share  with us, Don’t Hasitate to add it in Comments.