mirror of
https://github.com/inzerosight/inzerosight.github.io.git
synced 2026-01-14 08:38:43 +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]);
|
textarea.value = DESCRY[op]['PLAIN'](textarea.value, encoderDropdown.value.split('-')[1]);
|
||||||
|
|
||||||
if (op === 'NO') {
|
if (op === 'NO') {
|
||||||
navigator.clipboard.writeText(textarea.value);
|
textarea.select();
|
||||||
textarea.value = 'Copied to your clipboard.';
|
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