Skip to content
Alex edited this page Nov 20, 2013 · 5 revisions

If you have succesfully installed the addon, a button like this should appear in the bottom left corner of your browser:

Hidden Addon

If you click on it this will happen:

  1. The script will start downloading the source code of the current site.
    The addon will not expand until the source code is completely downloaded
  2. The body html will be replaced for the downloaded one.
    This will make disappear some elements generated by JS. Why? Because we are only interested in the real source code.
  3. The iframes will be "hidden" like:
    Hidden Iframe
    We don't want iframes because they are not really in the source code.
  4. The addon will expand:
    Addon Expanded
Clone this wiki locally