Caprine: Dark mode not working. Running latest caprine.

Created on 5 Jan 2021  路  5Comments  路  Source: sindresorhus/caprine

Most helpful comment

This issue is fixed and merged into master. The fix will be available on next update (the one after 2.51.2 since that's the latest one). Regarding the quick fix, @Rozkipz is right. That's how we fixed it basically with minor patches.

All 5 comments

Not sure if this has been updated/changed since version 2.51.2, but you can:

  1. Press F12 while focused on the caprine window.
  2. Paste document.querySelector('html').classList.add('__fb-dark-mode') into the console.
  3. Close the console.

And that should enable a decent dark theme.

image

This issue is fixed and merged into master. The fix will be available on next update (the one after 2.51.2 since that's the latest one). Regarding the quick fix, @Rozkipz is right. That's how we fixed it basically with minor patches.

Is there a way to open the console from the UI? The F12 keybinding is intercepted by my OS, and there doesn't seem to be an immediately obvious way to open it from the menu bar.

I think you should be able to open DevTools by right clicking anywhere on the app and clicking 'Inspect Element' menu option. That should then show DevTools window. Then just click on the 'Console' tab and the code from comments.

I'm not sure if this will work since I don't use a Mac but it works on Linux and Windows.

can't you do command+shift+c or command+shift+i

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Martina-Neumayer picture Martina-Neumayer  路  4Comments

sindresorhus picture sindresorhus  路  4Comments

willashley23 picture willashley23  路  3Comments

mmatyas picture mmatyas  路  3Comments

bsucker98 picture bsucker98  路  3Comments