Skip to content
Discussion options

You must be logged in to vote

Here is the command (here is how to add the command to CopyQ):

[Command]
Command="
    const onSecretClipboardChanged_ = onSecretClipboardChanged;
    global.onSecretClipboardChanged = function() {
        if (currentWindowTitle().includes('Firefox')) {
            return global.onClipboardChanged();
        }
        return global.onSecretClipboardChanged_();
    }"
IsScript=true
Name=Always Store Clipboard from Firefox

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@hluk
Comment options

hluk Nov 1, 2025
Maintainer

@hluk
Comment options

hluk Nov 1, 2025
Maintainer

Answer selected by KAGEYAM4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants