Hide all images v1.4
Allows to hide (and then unhide back) all images (including background images) on all tabs.
Usage
Click the toolbar button to hide/unhide.
Operating principle
Works by adding/removing following CCS code:
img,svg{visibility: hidden !important;} *{background-image: none !important;}
Version history
- 2019-Aug-07
Improved performance, allows hiding svg elements. - 2019-Jun-12
First published version
Source code
Git repo: github:sur98ke/hide-images-ff-quantum
Credits
Based on Hide Images by SavageRu