parent
99db0b2d85
commit
c20b615c9f
2 changed files with 3 additions and 2 deletions
@ -1,5 +1,5 @@ |
||||
(function() { |
||||
let newText = "%1"; |
||||
const activeElement = document.activeElement; |
||||
activeElement.value = newText; |
||||
activeElement.value = decodeURIComponent(escape(window.atob(newText))); |
||||
})(); |
||||
|
||||
Loading…
Reference in new issue