mirror of
https://github.com/arkenfox/user.js.git
synced 2026-06-16 17:32:48 +05:30
Updated 4.2.4 Header Editor (markdown)
+1
-1
@@ -19,7 +19,7 @@ Execute type: Custom function
|
|||||||
|
|
||||||
Code:
|
Code:
|
||||||
```js
|
```js
|
||||||
for (let 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