From ac700e6059e2cee8f65c94408c25e9781b5dda0c Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Sat, 24 Dec 2022 12:16:06 -0500 Subject: [PATCH] "clipboard.plainTextOnly" removed --- Peskyfox.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/Peskyfox.js b/Peskyfox.js index e872b49..17ec0e0 100644 --- a/Peskyfox.js +++ b/Peskyfox.js @@ -436,9 +436,6 @@ user_pref("dom.disable_window_move_resize", true); //user_pref("accessibility.blockautorefresh", true); //user_pref("browser.meta_refresh_when_inactive.disabled", true); -// PREF: Plain Text only when copying text -user_pref("clipboard.plainTextOnly", true); - // PREF: Controls if a double click word selection also deletes one adjacent whitespace // (if feasible). This mimics native behaviour on macOS. //user_pref("editor.word_select.delete_space_after_doubleclick_selection", true);