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