mirror of
https://github.com/inzerosight/inzerosight.github.io.git
synced 2026-01-13 16:18:06 +00:00
Feat: Add original dash.js from extension
This commit is contained in:
5
dash.js
5
dash.js
@@ -53,8 +53,9 @@ function ACT(event) {
|
||||
textarea.value = DESCRY[op]['PLAIN'](textarea.value, encoderDropdown.value.split('-')[1]);
|
||||
|
||||
if (op === 'NO') {
|
||||
navigator.clipboard.writeText(textarea.value);
|
||||
textarea.value = 'Copied to your clipboard.';
|
||||
textarea.select();
|
||||
document.execCommand('copy');
|
||||
textarea.value = 'Copied to your clipboard.\n A copy has been placed between these brackets [' + textarea.value + ']';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user