Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disabling images — webextension, or not? #17

Open
ffoodd opened this issue Mar 21, 2019 · 3 comments
Open

Disabling images — webextension, or not? #17

ffoodd opened this issue Mar 21, 2019 · 3 comments
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@ffoodd
Copy link
Owner

ffoodd commented Mar 21, 2019

Doable with CSS:

img {
    visibility: hidden;
}

* {
    background-image: unset !important;
}

But how would we activate this?

@ffoodd ffoodd added enhancement New feature or request question Further information is requested labels Mar 21, 2019
@ffoodd
Copy link
Owner Author

ffoodd commented Mar 21, 2019

Related to #16

@notabene
Copy link

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

@ffoodd
Copy link
Owner Author

ffoodd commented Mar 25, 2019

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 ffoodd self-assigned this May 10, 2019
@ffoodd ffoodd transferred this issue from ffoodd/a11y.css Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants