Latest Post




How to Speed Up Firefox:

Method 1:  (By changing Developer settings)
Accessing your  about:config  page

In your Firefox, type  about:config  in the address bar.

You will be shown a warning page. Click the “I’ll be careful, I promise!” button to proceed.




On the main page, you will see a long list of configuration entries. Enter the name of the key you want to update in the “Filter” field. The list will narrow to only the entries that match your keyword as you type.
To modify the value, simply double click on the entry value field and update the entry. That’s all!
Isn’t that simple? Now, let’s get to the tweaking.


1) Adjust the Smart Location Bar’s Number of Suggestions
In Firefox 3, when you start typing in the location bar, a drop-down list of suggestion URLs will be shown. If you want it to show more than 12 suggestions (12 is the default), you can adjust the browser.urlbar.maxRichResults keys and get it to show the number you want.

Config name:  browser.urlbar.maxRichResults
Default: 12
Modified value: Set to your desired number of suggestion. If you want to disable it all together, set it to -1


2) Disable the session restore function
Firefox 3 automatically saves your session every 10 secs so that whenever it crashes, it can restore all your tabs. While this is a useful feature, some of you might find it irritating. To disable this function, toggle the value of browser.sessionstore.enabled to False
Config name:  browser.sessionstore.enabled
Default:  True
Modified value:  False if you want to disable the session restore function

3) Adjust the Session Restore Saving Frequency
Same as above, if you decided to keep the session restore feature on, but want to reduce the session saving frequency, change the value of browser.sessionstore.interval so that Firefox will save the session at a longer interval.

Config name:  browser.sessionstore.interval
Default:  10000 (in msecs, equivalent to 10secs)
Modified value: Set it to your desired value. 1000 means 1 sec and 60000 means 1 minute.

4) Enable Advanced Color Profile Support
Firefox has this advanced color profile features that display higher image quality. It is not enabled by default as it has a negative effect on the performance of the browser. If you are concern with the image quality rather than the performance, you can activated it via the gfx.color_management.enabled setting

Config name:  gfx.color_management.enabled
Default:  False
Modified value:  True (if you want to activate the color profile support feature)

5) Disable Antivirus Scanning
This is mainly for Windows users. By default, Firefox 3 automatically scan the downloaded file with the default anti-virus application to make sure it is free of virus. If you download a big file, it could take a long time for the whole scanning process to complete. To increase the performance of the browser, you might want to consider disabling the anti-virus scanning via the browser.download.manager.scanWhenDone key.

Config name:  browser.download.manager.scanWhenDone
Default:  True
Modified value:  False (if you want to disable it)


6) Configuring The Scrolling Tabs
When you opened many tabs, Firefox will not keep on reducing the tab width. Instead, it shows a scrolling bar so that the min width (100px) is conserved and you can scroll to find your tabs. If you are those who don’t like the scrolling tab function and prefer Firefox to show all the tabs, regardless how small it is, you can set the value of browser.tabs.tabMinWidth to 0 to disable it. Similarly, if you want Firefox to display more tabs before showing the scrolling button, you can reduce the default value to a lower value, say 75 pixels.

Config name:  browser.tabs.tabMinWidth
Default:  100
Modified value:  0  (if you want to disable the scrolling functions, other values to set the min width value)

7) Show/Disable Close button on Tabs
Some people love to see the Close (the red X) button on every tabs, but some hate it. Whatever is it, you can configure it to your preferences via the browser.tabs.closeButtons setting.

Config name:  browser.tabs.closeButtons
Default:  1
Modified values:
  • 0 – display a close button on the active tab only
  • 1- display close buttons on all tabs
  • 2- don’t display any close buttons
  • 3- display a single close button at the end of the tab strip
8) Extend Scripts Execution Time
In Firefox 3, a script is only given 10 seconds to respond, after which it will issue a unresponsive script warning. If you are hooked on a slow network connection, you might want to increase the script execution time via dom.max_script_run_time to cut down on the frequency of the no script warning.

Config name:  dom.max_script_run_time
Default: 10 (in secs)
Modified value:  20, or any values greater than 10

9) Handling JavaScript Popups
When you come across a site that executes a javascript open new window function, and if the popup window is without all the usual window features, i.e. back/forward/reload buttons, status bar etc, Firefox will automatically treat it as a popup and will not open it as a new tab. However, if you find this to be a nuisance and wanted to open all new windows in a new tabs, you can specify it via the browser.link.open_newwindow.restriction setting.

Config name:  browser.link.open_newwindow.restriction
Default:  2 – Open all JavaScript windows the same way as you have Firefox handle new windows unless the JavaScript call specifies how to display the window
Modified values:
  • 0 – open all links as how you have Firefox handle new windows
  • 1 – do not open any new windows
  • 2- open all links as how you have Firefox handle new windows unless the Javascript specify how to display the window

10) Enable Spell Checking In All Text Fields
The default spell checking function only checks for multi-line text boxes. You can get it to spell-check for single line text box as well.

Config name:  layout.spellcheckDefault
Default:  1 (spell checker for multi-lines text boxes only)
Modified values:
  • 0 – disable the spell checker
  • 2 – enable the spell checker for all text boxes
11) Open Search Box Results In New Tab
When you search using the search box at the top right hand corner of the browser, it will display the search results in the current tab. If you don’t want the search to interfere with your current tab, you can tweak the browser.search.openintab to make it open in a new tab.

Config Name:  browser.search.openintab
Default:  False
Modified value:  True (open search box results in new tab)

12) Lower The Physical Memory Used When Minimized
This tweak is mainly for Windows users. When you minimize Firefox, it will send Firefox to your virtual memory and free up your physical memory for other programs to use. Firefox will reduce its physical memory usage, when minimized, to approximately 10MB (give or take some) and when you maximize Firefox it will take back the memory that it needs.
The preference name does not exist and needs to be created.

Right click on the background and select  New ->Boolean.
Enter the name when prompted:  config.trim_on_minimize
Enter the values:  True

13) Speed up your Firefox
Several tweaks required for this

Config name:  network.http.pipelining
Default:  False
Modified value:  True
Config name:  network.http.proxy.pipelining
Default:  False
Modified value:  True
Config name:  network.http.pipelining.maxrequests
Default:  4
Modified value: any value higher than 4, but not more than 8
Config name:  network.http.max-connections
Default:  30
Modified value:  96
Config name:  network.http.max-connections-per-server
Default:  15
Modified value:  32

14) Increase/Decrease the Amount of Disk Cache
When a page is loaded, Firefox will cache it into the hard disk so that it doesn’t need to be download again for redisplaying. The bigger the storage size you cater for Firefox, the more pages it can cache.
Before you increase the disk cache size, make sure that browser.cache.disk.enabled browser.cache.disk.enable is set to True.

Config name:  browser.cache.disk.capacity
Default:  50000 (in KB)
Modified value:
  • 0 – disable disk caching
  • any value lower than 50000 reduces the disk cache
  • any value higher than 50000 increases the disk cache.
15) Select all text when click on the URL bar
In Windows and Mac, Firefox highlights all text when you click on the URL bar. In Linux, it does not select all the text. Instead, it places the cursor at the insertion point. Regardless which platform you are using, you can now tweak it to either select all or place cursor at insertion point.

Config name: browser.urlbar.clickSelectsAll
Modified value:
  • False – place cursor at insertion point
  • True – select all text on click
16) Autofill Address in URL Bar
Other than the smart location feature, you can also get your URL bar to autofill the address as you type the URL.

Config name: browser.urlbar.autofill
Default: False
Modified value: True (Have Firefox autofill the address as you type in the URL bar)

17) Same Zoom Level For Every Site
Firefox remembers your zoom preference for each site and set it to your preferences whenever you load the page. If you want the zoom level to be consistent from site to site, you can toggle the value of browser.zoom.siteSpecific from True to False.

Config name:  browser.zoom.siteSpecific
Default: True
Modified value: False (enable same zoom preferences for every sites)

18) Setting your zoom limit
If you find that the max/min zoom level is still not sufficient for your viewing, you can change the zoom limit to suit your viewing habits.

Config name:  zoom.maxPercent
Default: 300 (percent)
Modified value: any value higher than 300
Config name: zoom.minPercent
Default: 30 (percent)
value: any value


19) Configure Your Backspace Button
In Firefox, you can set your backspace to better use by getting it to either go back to the previous page or act as page up function.

Config name: browser.backspace_action
Default: 2 (does nothing)
Modified value:
  • 0 – go back previous page
  • 1- page up
20) Increase Offline Cache
If you do not have access to Internet most of the time, you might want to increase the offline cache so that you can continue to work offline. By default, Firefox 3 caches 500MB of data from supported offline Web apps. You can change that value to whatever amount of your choice.

Config name:  browser.cache.offline.capacity
Default: 512000 (in KB)
Modified value: any value higher than 512000 will increase the cache value



21) Auto Export Firefox 3 bookmarks to bookmarks.html
Unlike the previous version, Firefox 3 backup the bookmarks file in places.sqlite rather than the usual bookmarks.html. Since bookmarks.html allows us to export and sync our bookmarks with other browser, it will be very useful if Firefox 3 can backup the bookmark to the bookmarks.html as well.

Config name: browser.bookmarks.autoExportHTML
Default: False
Modified value: True (auto export bookmarks file to bookmarks.html)

22) Disable Extension Compatibility Checks
This is useful if you want to use an extension that is not supported by your version of Firefox badly. It is not recommended, but you can still do it at your own risk.

Right click and select New->Boolean.
Enter extensions.checkCompatibility in the field.
Enter False in the next field.

Right click again and select New->Boolean.
Enter extensions.checkUpdateSecurity into the field and
enter False into the next field.

23) Disable Delay Time When Installing Add-on
Everytime you wanted to install a Firefox add-on, you will have to wait for several secs before the actual installation starts. If you are tired of waiting, you can turn the function security.dialog_enable_delay off so that the installation will start immediately upon clicking.

Config name:  security.dialog_enable_delay
Default: 2000 (in msec)
Modified value:
  • 0 – start installation immediately
  • any other value (in msec)
24) View Source in Your Favorite Editor
This is very useful for developers who are always using the ‘view source‘ function. This tweak allows you to view the source code in an external editor.
There are two configuration need to be made:

Config name:  view_source.editor.external
Default: False
Modified value: True ( enable view source using external text editor)
Config name:  view_source.editor.path
Default: blank
Modified value: insert the file path to your editor here.

25) Increasing ‘Save Link As‘  timeout value
When you right click and select the ‘Save Link As…‘, the browser will request the content disposition header from the URL so as to determine the filename. If the URL did not deliver the header within 1 sec, Firefox will issue a timeout value. This could happen very frequently in a slow network connection environment. To prevent this issue from happening frequently, you can increase the timeout value so as to reduce the possibility of a timeout.

Config name:  Browser.download.saveLinkAsFilenameTimeout
Default: 1000 (1 sec)
Modified value: any value higher than 1000 (value is in msec)


26) Animate Fullscreen Toolbar Collapse mode
In Firefox’s fullscreen mode, toolbars and the tab strip are hidden at the top of the screen and only shown on mouseover. To draw attention to this, there is an animation of the toolbar sliding upwards and off-screen when fullscreen mode is toggled on. For performance issue, the animation of the collapse of the toolbar only appear for the first time. For some reason that you may love/hate the animation, you can adjust Browser.fullscreen.animateUp to switch it on/off for every collapse.

Config name:  Browser.fullscreen.animateUp
Default: 1 (animate the toolbar collapse only the first time)
Modified value:
  • 0 -disable the animation
  • 2- enable the animation for every collapse
27) Autohide Toolbar in Fullscreen mode
In fullscreen mode, the toolbar is set to autohide and appear upon mouseover. If you have a need to view the toolbar at all time, you can toggle the value of browser.fullscreen.autohide to False to always show the toolbar.

Config name:  browser.fullscreen.autohide
Default: True (always autohide)
Modified value: False (always show the toolbar)

28) Increase Add-On search result
If you go to Tools->Add-ons->Get Add-ons and perform a search there, Firefox will only fetch and display 5 matching results. If you want Firefox to show more than 5 results (say 10), you can adjust extensions.getAddons.maxResults to get it to display more results.

Config name:  extensions.getAddons.maxResults
Default: 5
Modified value: any value more than 5


Restart Firefox & Enjoy Speed....


Method 2:  Use Firefox extensions for speeding it up.

There are a lot of Firefox extensions are available for speeding up Firefox, some of them are below:

1. SpeedyFox: An extension to speed up your browsing. Download the extension from  Here

2. BetterFox:
Another official extension by Mozilla “To make browsing experience 15 times faster” as it claims. Download this speedup extension  Here


OR


Simple Trick To Speed Up FireFox

.

Create WiFi Hotspot in Windows OS

WiFi Hotspot For Windows 8.1/8/7 using Command Prompt

  


How to create WiFi hotspot network without using any software’s within 2 minutes by using your command prompt in Windows 7 or Windows 8.1/8

Step 1:
First you need to know that whether your PC hardware supports hotspot feature or not. To check this follow the instructions.

Open your command prompt in administrative mode (if you don’t know this post your comment I will tell you) Enter this command

             netsh wlan show drivers 


 


>> If it show “yes” as you can in image you can create WiFi hotspot in your PC.
Go ahead you’re almost done. If it shows No you PC can’t create hotspot.
Don’t close your command prompt until i say close it because we need it again.

Step 2:
  • Enter the below command (your CMD must be open in administrative mode). The Past following Command
netsh wlan set hostednetwork mode=allow ssid=SwapnilTech key=SwapnilHaxoR

  • Hit enter then you will see like in below image.If you see image like below then your doing right.Now your hotspot is activated in your PC.




Here SwapnilTech is your WiFi name and SwapnilHaxoR is your password. You can change your password if you want.

Step 3:
This is to switch on the created WiFi network Again Enter the below command.

netsh wlan start hostednetwork
Press Enter >> Now you will see the command prompt as below.
Now can close your CMD if you want. your hotspot is created you can see it in your other devices.

      

Step 4:
This is to share internet connection with other devices.
  • Click on windows button in your keyboard .
  • Then type Network and sharing as shown in below image
  • click on settings there highlighted with yellow then click on the red marked option.

The virtual wireless adapter is now started and shown in the Network and Sharing Center.

   

You can connect all your devices to the newly created wireless network. However, it has no Internet access. If you stop at this point, when you connect other devices and computers to the newly created access point, you can create a network between them and use it to share files and resources.

# Allow Internet Access For The Devices That Are Connected To The Virtual WiFi Network

Open the Network and Sharing Center. Notice that the virtual network adapter you just created is displayed as active, but it has no Internet access at this time.

   

Click or Tap the connection of the physical network adapter that currently has Internet access. In our case, it is an Ethernet connection.
 
   

This opens the Status window for the selected network adapter. Click or tap Properties.

     
In the Properties window, go to the Sharing tab.
 
     

In order to give Internet access to the virtual WiFi adapter that was created earlier, check the box near "Allow other network users to connect through this computer's Internet connection".

Then, select the virtual adapter that was created earlier.

    

Click or tap OK and Close to save the settings you've made.
Go back to the Network and Sharing Center and you will notice that the virtual network adapter now has Internet access.


     

The virtual adapter now gives Internet access to all the devices that are connected to it.


# How To Fix "The Hosted Network Couldn’t Be Started" in Windows

Steps:
  • Open “Device Manager” and click on “View” >> “Show Hidden Devices”
  • Now navigate to “Network Adapters” and browse to “Microsoft Hosted Network Virtual Adapter”
  • Right click on it and choose “Enable”.
  • Now the hosted network is connected.
  
Then Try Step 2 & 3

Enjoy Wifi Hotspot without Software.
.


Kali Linux OS

Our Most Advanced Penetration Testing Distribution, Ever.

After almost two years of public development (and another year behind the scenes), we are proud to announce our first point release of Kali Linux – version 1.1.0. This release brings with it a mix of unprecedented hardware support as well as rock solid stability. For us, this is a real milestone as this release epitomizes the benefits of our move from BackTrack to Kali Linux over two years ago. As we look at a now mature Kali, we see a versatile, flexible Linux distribution, rich with useful security and penetration testing related features, running on all sorts of weird and wonderful ARM hardware. But enough talk, here are the goods:
  • The new release runs a 3.18 kernel, patched for wireless injection attacks.
  • Our ISO build systems are now running off live-build 4.x.
  • Improved wireless driver support, due to both kernel and firmware upgrades.
  • NVIDIA Optimus hardware support.
  • Updated virtualbox-tool, openvm-tools and vmware-tools packages and instructions.
  • A whole bunch of fixes and updates from our bug-tracker changelog.
  • And most importantly, we changed grub screens and wallpapers!
                

Kali Linux Features:

Full Customisation of Kali ISOs

Full customisation of Kali ISOs with live-build allowing you to create your own Kali Linux images – Kali Linux is heavily integrated with live-build, allowing endless flexibility in customising and tailoring every aspect of your Kali Linux ISO images. Want a non-root user, KDE version of Kali with only the top 10 tools installed? We have a Kali Linux live build recipe for that!

Kali Linux ISO of Doom and Other Kali Recipes
The Kali Linux ISO of doom – a great example of the flexibility of live-build, and the types and complexity of customisations possible. Build a self installing, reverse VPN auto-connecting, network bridging Kali image – for the perfect hardware backdoor.
Kali Linux Live USB with LUKS Encrypted Persistence
Kali Linux Live USB persistence with LUKS encryption – Kali has extensive support for USB live installs, allowing for features such as file persistence or full (USB) disk encryption.
Kali Linux Live USB with Multiple Persistence Stores
Kali Linux Live USB with multiple persistence stores
– What’s more, Kali Linux supports multiple persistence USB stores on a single USB drive. You can create a live Kali USB bootable drive which supports encryption and multiple store profiles.

Kali Linux Full Disk Encryption
Kali Linux
LUKS Full Disk Encryption (FDE) – Having the ability to perform a full disk encryption of your sensitive penetration testing computer drive is an essential feature needed in our industry. Just the thought of unencrypted client data getting lost or mishandled is horrific.

Kali Linux LUKS Encryption Nuke
Nuking your Kali Linux hard disk with the
Kali LUKS nuke option – While being able to encrypt your drives is important, we believe it’s also important to be able to quickly control the destruction of data on these drives. Our Kali LUKS nuke feature is unique to our distribution.

Kali Linux Metapackages
Mastering Kali Linux tool sets with
Kali Metapackages – Kali contains a bunch of metapackage collections which aggregate different toolsets. This makes it easy to get custom, minimized environments set up. For example, if all you need are some wireless tools for an upcoming assessment, you can apt-get install kali-linux-wireless.

Kali Linux Amazon EC2 AWS Images
Kali Linux in the cloud –
Kali Amazon EC2 images available – Need to spin up a Kali box quickly? Perhaps you need some serious bandwidth or disk space for your upcoming tasks. You can easily set up a cloud version of Kali Linux in the Amazon Elastic Compute Cloud.

Kali Linux Accessibility Features
Kali Linux accessibility features for visually impaired users – Kali is one of the very few Linux distributions which have a working accessibility system for blind or visually impaired users through both voice feedback and braille hardware support.

Automating Kali Linux Deployment
Automating Kali Linux deployment via Unattended PXE installations – You can automate and customize your Kali Linux installations over the network. You are one PXE boot away from a fresh, custom Kali installation, or 10,000 of them.

Kali Linux on a Raspberry Pi and Other ARM Devices
Kali Linux on a Raspberry Pi
and a bunch of other interesting ARM devices
– Kali supports over a dozen different ARM devices and common hardware such as Raspberry Pi, Odroid, Beaglebone, and more. We’re very active in the ARM arena and constantly add new interesting hardware to our repertoire.

Kali Linux Forensics Mode
Kali Linux forensics mode
– The bootable “Forensics” mode available in Kali makes it perfect for forensics work, as the forensics Kali live image option does not mount any drives (including swap) with this option. The wealth of forensics tools on Kali (metapackage – kali-forensics-tools) makes Kali a good choice for any forensics work you need.

Kali Linux NetHunter
Kali Linux NetHunter ROM overlay for Nexus Android devices
– Kali is so versatile that creating the “Kali NetHunter” Android was a natural extension to our distribution. NetHunter is a custom Android ROM overlay for ASOP which brings together all the toolset of Kali Linux (and more!) to your Nexus or OnePlus phones.

Kali Linux Running on Android
Kali Linux running on Android through Linux Deploy
– Have a recent Android device other than a Nexus or OnePlus phone? Try using the Android App “Linux Deploy” to get Kali seamlessly installed in a chroot environment.

Disk Encryption on Raspberry Pi 2
Disk Encryption on Raspberry Pi 2
and other ARM hardware
– There’s no easy way of having LUKS disk encryption on ARM hardware. We’ve simplified the process and gave it bells and whistles.



We generate fresh Kali Linux image files every few months, which we make available for download. This page provides the links to download Kali Linux in it’s latest release. For a release history, check our Kali Linux Releases page.


Downloads Links:
Kali OS  Direct      Torrent     Size                   Version
Kali Linux 64 bitISOTorrent3.0G
1.1.0a

Kali Linux 32 bitISOTorrent3.1G
1.1.0a

Kali Linux 64 bit miniISOTorrent28M
1.1.0a

Kali Linux 32 bit miniISOTorrent28M
1.1.0a

Kali Linux armelImageTorrent2.1G
1.1.0a

Kali Linux armhfImageTorrent2.0G
1.1.0a

>> Download Kali Linux VMware and VirtualBox images <<


Kali Linux NetHunter for Nexus and OnePlus

The Kali Linux NetHunter project is the first Open Source Android penetration testing platform for Nexus devices, created as a joint effort between the Kali community member “BinkyBear” and Offensive Security. NetHunter supports Wireless 802.11 frame injection, one-click MANA Evil Access Point setups, HID keyboard (Teensy like attacks), as well as BadUSB MITM attacks – and is built upon the sturdy shoulders of the Kali Linux distribution and toolsets. Whether you have a Nexus 5, Nexus 6, Nexus 7, Nexus 9, Nexus 10 or OnePlus One we’ve got you covered. Our freely downloadable images come with easy to follow installation and setup instructions to get you up and running in no time at all.


  • 802.11 Wireless Injection and AP mode support with multiple supported USB wifi cards.
  • Capable of running USB HID Keyboard attacks, much like the Teensy device is able to do.
  • Supports BadUSB MITM attacks. Plug in your Nethunter to a victim PC, and have your traffic relayed though it.
  • Contains a full Kali Linux toolset, with many tools available via a simple menu system.
  • USB Y-cable support in the Nethunter kernel – use your OTG cable while still charging your Nexus device!
  • Software Defined Radio support. Use Kali Nethunter with your HackRF to explore the wireless radio space.

 Download WhatsApp for PC with Bluestacks:



You can download many applications like WhatsApp Messenger etc on the Google Play Store with the help of BlueStacks.


## How to Running WhatsApp on PC :
First of all, you need to download Bluestacks in Windows PC or Mac.


Bluestacks Website


BlueStacks Offline Download Links:

  Bluestacks Download Here
(Without Root)


OR

  Download Bluestacks Here
(Pre-rooted with SuperSU)


  and Install it on your pc. After installing Open it.

# Now Open the Application You can Find the Screen Capture Just Like Below Picture
 


> Now Click on Search icon and search for Whatsapp


> Now choose the whatsapp messenger form any market .its your wish.


> Just click and Download whatsapp after selecting from any
app store

 


> You can find downloaded app in My Apps.

 


OR

 Download Whatsapp

> Now click on WhatsApp fill the Details and Start using it.

# Problem with App Player for Surface Pro solved!
If you're having issues with touch response,


click this link:

Win8 Reg File

Click "Yes" to all prompts, restart your Surface and it will work great!
Enjoy,

# Import Contacts From PC To WhatsApp:

 
1) Create a contacts file in Excel.

2) Need to convert Excel sheet to V-Card. V-Card will have .vcf as its file extension. Then convert Excel to.vcf and save those contacts.

3) Open BlueStack application. One more important thing is you need to install file manager application on BlueStack along with WhatsApp.

4) Go To 'C' Drive ---> Program Data
 If you didn't see Program Data don't worry it was hidden. Make sure that folder options should be in 'Show Hidden Files'.

5) Now Program Data > BluStacks > UserData > Shared Folder
Then remove all the folders if have any. Then upload your contacts (V-Card .vcf File).

6) Open File Manager application on BlueStack then Go To > My Files > SdCard > bstfolder
then add every contact file(.vcf) manually.

OR
Backup Your Contacts Using Android Mobile

Android Mobile > Contacts > Option > Export To Sd Card > 0001.vcf

Then Copy & Past in

C:\ProgramData\BlueStacks\UserData\SharedFolder

[[ Past Here ]]

.



Getting Started with WhatsApp Web

WhatsApp has finally arrived on the web, but unfortunately not everyone will be able to use the service.

To provide you with a richer communication experience, WhatsApp is now accessible both on your phone and your computer. WhatsApp Web is a computer based extension of the WhatsApp account on your phone. The messages you send and receive are fully synced between your phone and your computer, and you can see all messages on both devices. Any action you take on the phone will apply to WhatsApp Web and vice versa. At this time, WhatsApp Web is available only for Android, Windows Phone, Nokia S60, BlackBerry and BB10 smartphones.

WhatsApp Web is not another WhatsApp account. When you use WhatsApp on your computer and your phone, you are simply accessing the same account on these two devices.


Requirements to WhatsApp Web:
  • You need to have an active WhatsApp account on your phone.
  • You need to have a stable internet connection on both your phone and your computer.
  • You need to use Google Chrome OR Other web browser. (Firefox/Opera)

To get started with WhatsApp Web you must first pair your phone and computer:

  1. Visit  https://web.whatsapp.com/ 
    on your computer. (Any PC Browser)
     

  2. Open WhatsApp on your phone and go to Option (Menu)
    & Click on WhatsApp Web.



  3. Scan the QR Code on your computer.



    4) Done & Enjoy Whatsapp Web
Note: WhatsApp Web only works if your phone is turned on and connected to the internet, so avoid turning it off or switching to airplane mode if you want the web client to work.
The connection troubleshooting steps for your device: Android | iPhone | BlackBerry | Nokia S40 | Nokia S60 | Windows Phone | BlackBerry 10.

Why can't I connect to WhatsApp Web?



Enjoy... :D


Your Account has been disabled Gmail Error Fixed:


Method 1:
Simple Steps:

Just Open Mobile Browser (Oprea Mini/ Other)
  • Clear cache
  • Clear history
  • Clear all cookie data
  • Clear form data
  • Clear location access
> Done
> Login Again, Problem Solved. :D

OR
Method 2:

>> Use Gmail Android App

OR
Method 3:

Your account has been disabled (Explanation)
If you've been redirected to this page from the sign-in page, it means that access to your Google Account has been disabled.
In most cases, accounts are disabled if we believe you have violated either the Google Terms of Service, product-specific Terms of Service (available on the product page), or product-specific policies. Your account has not been deleted, your data is still intact, and it might be possible to regain access to your account.

Why Google disables accounts:
Google wants to ensure that everyone has a chance to safely and securely connect and communicate.
To help preserve this environment, Google reserves the right to:
  • Suspend a Google Account from using a particular product or the entire Google Accounts system if there is a violation of the Google Terms of Service, product-specific Terms of Service
    (available on the product page), or product-specific policies.
  • Terminate your account at any time, for any reason, with or without notice.

Next steps for disabled accounts:
Please start by reviewing the relevant Terms of Service. Then, if you think your account should not have been disabled, please contact us.
By contacting us to look into this issue, you certify that you’re the owner of the account and consent to allowing us to review the contents of your account to evaluate your request.


>> Google Solution Page

.

Author Name

{picture#https://instagram.fbom1-2.fna.fbcdn.net/t51.2885-19/s150x150/17662158_221658868312088_138323287238246400_a.jpg} Hi, I am Swapnil Zambare. I love to explore Computer and Internet. My aim is to spread tips and tricks related to Hacking, Computer, Android phones, Blogging, SEO, Social networks and many mores all over the world for free so that every one can enjoy our Premium Services for Completely Free. {facebook#https://www.facebook.com/SwapnilTech} {twitter#https://twitter.com/swapnilzambare7} {google#YOUR_SOCIAL_PROFILE_URL} {pinterest#YOUR_SOCIAL_PROFILE_URL} {youtube#YOUR_SOCIAL_PROFILE_URL} {instagram#https://www.instagram.com/theswapnilzambare/}

Contact Form

Name

Email *

Message *

Powered by Blogger.