firefox-modheader
Advanced tools
Comparing version 1.0.0 to 1.0.3
{ | ||
"name": "firefox-modheader", | ||
"version": "1.0.0", | ||
"version": "1.0.3", | ||
"description": "Packaged ModHeader extension for Firefox WebDriver.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -31,15 +31,21 @@ # ModHeader for Firefox Selenium (WebDriver) | ||
``` | ||
https://bewisse.com/add?{name1}={value1}&{name2}={value2}&... | ||
``` | ||
e.g., https://bewisse.com/add?Test=1 | ||
e.g., `https://bewisse.com/add?Test=1` | ||
### Clear all modified request headers: | ||
``` | ||
https://bewisse.com/clear | ||
``` | ||
### Load custom profile: | ||
``` | ||
https://bewisse.com/load?profile={exported_profile_in_json} | ||
``` | ||
exported_profile_in_json can be obtained from the regular ModHeader | ||
extension using ... -> Export Profile. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29077
51