icecat: add release icecat-140.6.0-1gnu1 for aramo
This commit is contained in:
parent
92fef42cd6
commit
17ba0259bf
3382 changed files with 457689 additions and 569094 deletions
|
|
@ -3332,7 +3332,10 @@
|
|||
"interventions": [
|
||||
{
|
||||
"platforms": ["all"],
|
||||
"ua_string": ["Chrome", "add_IceCat_as_Gecko"]
|
||||
"content_scripts": {
|
||||
"js": ["bug1950282-f1tv.formula1.com-unblock-icecat.js"]
|
||||
},
|
||||
"ua_string": ["Chrome"]
|
||||
},
|
||||
{
|
||||
"platforms": ["linux"],
|
||||
|
|
@ -3695,5 +3698,32 @@
|
|||
"ua_string": ["Chrome", "add_IceCat_as_Gecko"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"1996823": {
|
||||
"label": "rogers.com and fido.ca",
|
||||
"bugs": {
|
||||
"1996823": {
|
||||
"issue": "page-fails-to-load",
|
||||
"matches": [
|
||||
"*://www.rogers.com/bbapp/bbapi.js*",
|
||||
"*://www.fido.ca/bbapp/bbapi.js*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"interventions": [
|
||||
{
|
||||
"platforms": ["all"],
|
||||
"replace_string_in_request": [
|
||||
{
|
||||
"find": "window\\.location\\.href = link;",
|
||||
"replace": "let url = new URL(window.location.href); url.hash = link; window.location.href = url.href;",
|
||||
"urls": [
|
||||
"*://www.rogers.com/bbapp/bbapi.js*",
|
||||
"*://www.fido.ca/bbapp/bbapi.js*"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue