ad

https://linksredirect.com/?cid=74688&source=linkkit&url=https%3A%2F%2Fwww.amazon.in%2F

Show HN: HN dark mode in 2 lines of code https://ift.tt/L1ebtj0

Show HN: HN dark mode in 2 lines of code Paste this in the developer tools console of your browser document.documentElement.style.filter = "invert()" document.documentElement.style.background = '#fff' Edit: you can also create a bookmark with the code below in the URL field javascript: (() => { document.documentElement.style.filter = "invert()";document.documentElement.style.background = '#fff' })(); Then just click on the bookmark for instant dark mode September 5, 2022 at 06:51AM

No comments