mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 17:38:31 +00:00
Created the page
parent
17d8ef3345
commit
00478aad9d
25
How-to-fix-clipboard-pasting-in-Firefox.md
Normal file
25
How-to-fix-clipboard-pasting-in-Firefox.md
Normal file
@ -0,0 +1,25 @@
|
||||
If you ended up here, cobalt's clipboard functionality probably does not work for you in Firefox. You can fix this by changing a single preference in `about:config`.
|
||||
|
||||
## Steps to fix clipboard functionality:
|
||||
1. Go to `about:config`:
|
||||
|
||||

|
||||
|
||||
2. 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.
|
||||
|
||||

|
||||
|
||||
3. Search for `dom.events.asyncClipboard.readText`
|
||||
|
||||

|
||||
|
||||
4. Press the toggle button on very right.
|
||||
|
||||

|
||||
|
||||
5. "false" should change to "true".
|
||||
|
||||

|
||||
|
||||
6. Go back to cobalt, reload the page, press `paste and download` button again. This time it works! Enjoy simpler downloading experience :)
|
Loading…
Reference in New Issue
Block a user