How to unlock and view Facebook profile picture in full size

Facebook is allowing users for the option to lock full size view of profile picture from public. It can also possible to lock full size view from friends by changing privacy to “Only Me”.

Its easy to find whether profile picture is locked for full size. Simply mouse over the profile picture, the cursor will change to “hand”. Now click to see full size image. If it is locked, there will be no change in cursor. Even we right click and take image location URL and open it in a new tab, we will not get its actual size.

There are few browser applications to unlock and view profile pictures in their original size. We need install those apps.
But the following simple trick will unlock its size limitation and helps to view in full size. This method does not need to install any apps.

Steps:

1. Open the profile of the person whose profile picture you want to see in its original size.

2. Right click and copy its image URL

3. Take a new tab and paste it in the address bar. The URL will look like this

https://fbcdn-profile-a.akamaihd.net/hprofile-ak-xpa1/v/t1.0-1/c2.100.716.716/s200x200/10482496_10152300259746890_5258561475610608030_n.jpg?oh=ea254c8351b4f032068759a8e7b01f87&oe=54B927AA&__gda__=1421412635_d3911b9ce1354a6c2b4b6fe7b5cc055c

4. Now remove the red coloured code from the URL and hit enter

 

Now you will see the full sized image of the profile picture

Note: The above URL is just for demo and will not work. It doesn’t belongs to any existing Fb profile


Easy method to share files between 2 computer (copy-paste)

This is the easiest method to share files from one computer to another using a LAN cable. I use LAN cable connecting my modem and computer to share files between 2 PCs usually. Try these simple steps.

 

Note these: You want to access files from PC2 in your computer PC1. You have to set up a password for the user in PC2. You have to enter its username and password when asked. Windows doesn’t let you to access a computer with a blank password due to Account restriction.

 

1) In PC2, right click on the folder or drive you want to share and select Properties. Choose Sharing tab and go for Advanced sharing. Select Share this folder and then OK.
Here I’m sharing drive E.

 

file-share-1

 

2) Connect 2 PCs with LAN cable. Use a cable connecting with your router

3) Go to PC1 and open Computer. Select Network from Navigation pane as shown below

 

file-share-2

 

3) If you are getting a message saying network discovery and file sharing is off, right click on it and select Turn on network discovery and file sharing.

 

4) It will list the PC which is connected to it (PC2) shortly. Double-click on the name of the PC2 and you will get a message to enter username and password to connect with PC2. Enter the User name and Password of PC2 in the field and click Ok.

 

file-share-3

 

If you are getting a warning message related to certificate, just ignore it.

 

5) It will show the shared folder in computer! You can see shared drive E from PC2 below.

 
file-share-4


Simple trick to use web browsers as Text editor

We all use notepad as the simple text editor. Here is a simple and interesting trick to use your web browser as a text editor.  You can use Google Chrome or Mozilla Firefox as a simple text editor like notepad and this trick works on all web browsers.

Once your web browser changed to a text editor, you can bookmark the page just like any web pages. At anytime when you use web browser, you can simply open this bookmark in a new tab and start typing.

How To Do ?

1 Copy below code in browser Url Section

data:text/html, <html contenteditable>

2. Now Press Enter.
3. Now you can type anything as would do on any other text editor like Notepad.

4. To save your text file Press Ctrl + S and save it as anything.txt (.txt is must).

You are done!