Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 2.45 KB

File metadata and controls

65 lines (45 loc) · 2.45 KB

Hidden Elements Viewer - UserScript

A Greasemonkey User Script that let you find hidden tags quickly

Official Hidden Elements Viewer Logo Description

Hidden Elements Viewer is a small project that has a simple goal; help us find some hidden stuff. You got it, it's a simple plugin that reveal some html elements with popular css technics. The goal behind this is to find some issues on some ajax applications, letting us click on some hidden buttons. Pretty simple eh?

Note: This script has been tested on Firefox, but may work on other userscript browsers such as Chrome or Opera with some tweaking.

Usage

An example is worth more than a thousand words. Use Firefox, install greasemonkey and visit the Hidden Elements Viewer Example Page! Once installed, enjoy clicking on some switches. (You don't need anything else, pictures are inline in the user.js file)

Hidden Elements Viewer usage example screenshot

Requirements

Disclaimer

Hidden Elements Viewer does not encourage hacking, this plugin is delivered as-is to help people finding bugs and that's all :)

Credits

Written by Gabriel Le Breton, in collaboration with Sylvain Hallé, Professor at Université du Québec à Chicoutimi.

Developpement

Changelog

0.2

  • Fixed some bugs, typos, added comments
  • Better preferences
  • HideOnInit now working :)
  • Per element toggle now working (thanks Sylvain) :)

0.1

  • Userscript with a couple of bugs
  • Only show all and hide all button working atm (I need more cofee!)

Todo

  • Add hiding type to description
  • Sort elements by hiding types
  • Enable per elements hide/show (about to fix it)
  • Fix button position bug in list
  • Better list style (fix too long name)
  • Fix the autoRefresh (it doesn't seem to work atm*)
  • Add branch for web page,
    • will probably change content of the page with description of the script