mirror of
https://github.com/arkenfox/user.js.git
synced 2024-11-25 20:11:38 +01:00
Updated 4.2.4 Header Editor (markdown)
parent
3e9f624327
commit
cd9e1a0187
@ -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 = ''; }
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user