{ "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*" ] } ] } ] }