youtube-subscriptions-exporter icon indicating copy to clipboard operation
youtube-subscriptions-exporter copied to clipboard

document.execCommand(‘cut’/‘copy’) was denied because it was not called from inside a short running user-generated event handler.

Open ghost opened this issue 2 years ago • 0 comments

I tried to use copy/pasted the code inside file 'youtube-subscriptions-exporter.js' into the Developer Tools console in firefox on a linux (ubuntu 20.04) and got the error : document.execCommand(‘cut’/‘copy’) was denied because it was not called from inside a short running user-generated event handler.

The pop-up window with the following message appeared : Subscriptions have been successfully copied to the clipboard. Nevertheless, the data was not in the clipboard.

Very cool project ! Thanks for your work.

ghost avatar Apr 21 '22 14:04 ghost