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