Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 847 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 847 Bytes

no-clickjacking

Google Chrome Extension v1.1: link

Firefox Extension v1.1: link

Safari Extension v1.1: link

CHANGE LOGS

2013-11-19

  • Updated opacity check to consider all opacity less than 0.1 hidden. Some site has been using negative value (-1) or non-zero value (0.01) to avoid being revealed.
  • Updated Firefox extension to work similar to its Chrome/Safari counter part (regarding getComputedStyle).
  • Implemented strikes system to deal with inline !important rules. If the extension cannot reveal a hidden frame, the target will be deleted after the third strike.