Showing posts with label chrome. Show all posts
Showing posts with label chrome. Show all posts

Friday, July 11, 2014

How to download and install an old version of Google Chrome on Windows 7

1) Uninstall Chrome

2) Go to: http://www.oldversion.com/windows/download/google-chrome-22-0-1229-0

3) Install Chrome 22

4) Once chrome is installed, enter about:plugins in the location bar

5) Search for "Google Update" and click on disable

Tuesday, December 24, 2013

How to view the source after a webpage has been loaded with AJAX


  1. Use Chrome.
  2. Bring up the developer tools by right clicking anywhere on the page, and selecting "Inspect Element.
  3. Click on the "Elements" tab
  4. Right click on the <html...> tag, and select "Copy as HTML"
  5. Paste the clipboard into your favorite text editor.