a11y.css icon indicating copy to clipboard operation
a11y.css copied to clipboard

Disabling images — webextension, or not?

Open ffoodd opened this issue 5 years ago • 3 comments

Doable with CSS:

img {
    visibility: hidden;
}

* {
    background-image: unset !important;
}

But how would we activate this?

ffoodd avatar Mar 21 '19 15:03 ffoodd

Related to #320

ffoodd avatar Mar 21 '19 15:03 ffoodd

We could add another on/off button in the palette?

notabene avatar Mar 25 '19 07:03 notabene

In the webextension, sure :)

I still have in mind to allow a CSS only usage, and this one is kinda special from this view.

ffoodd avatar Mar 25 '19 08:03 ffoodd