9 lines
174 B
Plaintext
9 lines
174 B
Plaintext
try {
|
|
setTimeout(() => {
|
|
[replace]
|
|
});
|
|
|
|
}
|
|
catch (ex) {
|
|
parent.document.body.getElementsByTagName("notification-bubbles")[0].add(ex, 'syntax-error');
|
|
} |