Skip to content

Dark Mode Bookmark

SparkTricks edited this page Dec 5, 2022 · 1 revision

Dark Mode

Instructions

  1. If your bookmark bar is already activated, skip this step. Otherwise, press Ctrl+Shift+B.

  2. Copy this text below:

javascript:setInterval(() => {document.querySelectorAll('*').forEach(function(element){element.style.backgroundColor="#181a1b";element.style.color="#FFFFFF";element.style.borderColor="#000";})},100)
  1. Right click on the bookmark bar and click Add Page.

  2. Type the name you want for the bookmark into the Name box. I'd recommend naming it Dark Mode.

  3. Paste the text into the URL text bar.

  4. Below the URL section, click Main Bookmarks.

  5. Press Done.

Tip

You MUST click the bookmark on the page you want dark, otherwise it won't work.

Note

Some parts of websites might look weird, but that's normal.

Need Help?

If you need help, make an issue and tell me what you want your custom dark mode bookmark to look like.