Alx Knife 作者: Dormines
HTTP Header Knife inserts HTTP headers and script on a per host basis.
扩展元数据
屏幕截图
关于此扩展
Matching of hosts is done with either simple strings or regular expressions.
Rules can have multiple headers apply to multiple hosts, or simply insert a single header for a single host.
Insert rules in the the first textarea in option.
Example:
Script to inject on load page:
Insert script in the the second textarea in option.
Example:
Rules can have multiple headers apply to multiple hosts, or simply insert a single header for a single host.
Insert rules in the the first textarea in option.
Example:
example.com
.*regexp\d+
# This is a comment.
X-Forwarded-For=192.168.1.10
Script to inject on load page:
Insert script in the the second textarea in option.
Example:
if(document.location.host==="www.mozilla.org"){
alert("OK");
}
评分 0(1 位用户)
权限与数据
更多信息