mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-06 00:10:02 +00:00
2.2 KiB
2.2 KiB
self-troubleshooting cobalt
🚧 this page is work-in-progress. expect more guides to be added in the future!
if any issues occur while using cobalt, you can fix many of them yourself. this document aims to provide guides on how to fix most complicated of them.
use wiki navigation on right to jump between solutions.
how to fix clipboard pasting in firefox
you can fix this issue by changing a single preference in about:config
.
steps to enable clipboard functionality
-
go to
about:config
: -
if asked, read what firefox has to say and press "accept the risk and continue".
⚠ tinkering with other preferences may break your browser. do not edit them unless you know what you're doing. -
search for
dom.events.asyncClipboard.readText
-
press the toggle button on very right.
-
"false" should change to "true".
-
go back to cobalt, reload the page, press
paste and download
button again. this time it works! enjoy simpler downloading experience :)