Skip to content

Commit

Permalink
new bookmarklet: Invert colors (quick dark theme)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasOrlita authored Dec 2, 2024
1 parent a739a76 commit f06bd72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ These bookmarklets modify the content of the page and do not load any external r
### contentEditable
javascript:void(document.body.contentEditable=true)

### Invert colors (quick dark theme)
javascript:(function(){document.documentElement.style.filter='invert(1)';})();

### Dark color scheme
javascript:void(document.documentElement.style.colorScheme='dark')

Expand Down

0 comments on commit f06bd72

Please sign in to comment.