mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-03 23:35:26 +01:00 
			
		
		
		
	Updated 4.2.4 Header Editor (markdown)
@@ -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