mirror of
https://github.com/arkenfox/user.js.git
synced 2025-09-09 13:22:56 +02:00
Updated 4.2.4 Header Editor (markdown)
@ -21,6 +21,6 @@ Execute type: Custom function
|
|||||||
Code:
|
Code:
|
||||||
```js
|
```js
|
||||||
for (const a in val) {
|
for (const a in val) {
|
||||||
if (val[a].name.toLowerCase() === 'etag') { val[a].value = ''; }
|
if (val[a].name.toLowerCase() === 'etag') val[a].value = '';
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user