зеркало из https://github.com/mozilla/gecko-dev.git
1181 строка
27 KiB
JavaScript
1181 строка
27 KiB
JavaScript
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
"use strict";
|
|
|
|
/* globals module, require */
|
|
|
|
// This is a hack for the tests.
|
|
if (typeof InterventionHelpers === "undefined") {
|
|
var InterventionHelpers = require("../lib/intervention_helpers");
|
|
}
|
|
|
|
/**
|
|
* For detailed information on our policies, and a documention on this format
|
|
* and its possibilites, please check the Mozilla-Wiki at
|
|
*
|
|
* https://wiki.mozilla.org/Compatibility/Go_Faster_Addon/Override_Policies_and_Workflows#User_Agent_overrides
|
|
*/
|
|
const AVAILABLE_INJECTIONS = [
|
|
{
|
|
id: "testbed-injection",
|
|
platform: "all",
|
|
domain: "webcompat-addon-testbed.herokuapp.com",
|
|
bug: "0000000",
|
|
hidden: true,
|
|
contentScripts: {
|
|
matches: ["*://webcompat-addon-testbed.herokuapp.com/*"],
|
|
css: [
|
|
{
|
|
file: "injections/css/bug0000000-testbed-css-injection.css",
|
|
},
|
|
],
|
|
js: [
|
|
{
|
|
file: "injections/js/bug0000000-testbed-js-injection.js",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1452707",
|
|
platform: "all",
|
|
domain: "ib.absa.co.za",
|
|
bug: "1452707",
|
|
contentScripts: {
|
|
matches: ["https://ib.absa.co.za/*"],
|
|
js: [
|
|
{
|
|
file: "injections/js/bug1452707-window.controllers-shim-ib.absa.co.za.js",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1457335",
|
|
platform: "desktop",
|
|
domain: "histography.io",
|
|
bug: "1457335",
|
|
contentScripts: {
|
|
matches: ["*://histography.io/*"],
|
|
js: [
|
|
{
|
|
file: "injections/js/bug1457335-histography.io-ua-change.js",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1472075",
|
|
platform: "desktop",
|
|
domain: "bankofamerica.com",
|
|
bug: "1472075",
|
|
contentScripts: {
|
|
matches: [
|
|
"*://*.bankofamerica.com/*",
|
|
"*://*.ml.com/*", // #120104
|
|
],
|
|
js: [
|
|
{
|
|
file: "injections/js/bug1472075-bankofamerica.com-ua-change.js",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1579159",
|
|
platform: "android",
|
|
domain: "m.tailieu.vn",
|
|
bug: "1579159",
|
|
contentScripts: {
|
|
matches: ["*://m.tailieu.vn/*", "*://m.elib.vn/*"],
|
|
js: [
|
|
{
|
|
file: "injections/js/bug1579159-m.tailieu.vn-pdfjs-worker-disable.js",
|
|
},
|
|
],
|
|
allFrames: true,
|
|
},
|
|
},
|
|
{
|
|
id: "bug1583366",
|
|
platform: "desktop",
|
|
domain: "Download prompt for files with no content-type",
|
|
bug: "1583366",
|
|
data: {
|
|
urls: ["https://ads-us.rd.linksynergy.com/as.php*"],
|
|
contentType: {
|
|
name: "content-type",
|
|
value: "text/html; charset=utf-8",
|
|
},
|
|
},
|
|
customFunc: "noSniffFix",
|
|
},
|
|
{
|
|
id: "bug1575000",
|
|
platform: "all",
|
|
domain: "apply.lloydsbank.co.uk",
|
|
bug: "1575000",
|
|
contentScripts: {
|
|
matches: ["*://apply.lloydsbank.co.uk/*"],
|
|
css: [
|
|
{
|
|
file: "injections/css/bug1575000-apply.lloydsbank.co.uk-radio-buttons-fix.css",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1610344",
|
|
platform: "all",
|
|
domain: "directv.com.co",
|
|
bug: "1610344",
|
|
contentScripts: {
|
|
matches: [
|
|
"https://*.directv.com.co/*",
|
|
"https://*.directv.com.ec/*", // bug 1827706
|
|
],
|
|
css: [
|
|
{
|
|
file: "injections/css/bug1610344-directv.com.co-hide-unsupported-message.css",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1644830",
|
|
platform: "desktop",
|
|
domain: "usps.com",
|
|
bug: "1644830",
|
|
contentScripts: {
|
|
matches: ["https://*.usps.com/*"],
|
|
css: [
|
|
{
|
|
file: "injections/css/bug1644830-missingmail.usps.com-checkboxes-not-visible.css",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1651917",
|
|
platform: "android",
|
|
domain: "teletrader.com",
|
|
bug: "1651917",
|
|
contentScripts: {
|
|
matches: ["*://*.teletrader.com/*"],
|
|
css: [
|
|
{
|
|
file: "injections/css/bug1651917-teletrader.com.body-transform-origin.css",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1653075",
|
|
platform: "desktop",
|
|
domain: "livescience.com",
|
|
bug: "1653075",
|
|
contentScripts: {
|
|
matches: ["*://*.livescience.com/*"],
|
|
css: [
|
|
{
|
|
file: "injections/css/bug1653075-livescience.com-scrollbar-width.css",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1654907",
|
|
platform: "android",
|
|
domain: "reactine.ca",
|
|
bug: "1654907",
|
|
contentScripts: {
|
|
matches: ["*://*.reactine.ca/*"],
|
|
css: [
|
|
{
|
|
file: "injections/css/bug1654907-reactine.ca-hide-unsupported.css",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1694470",
|
|
platform: "android",
|
|
domain: "m.myvidster.com",
|
|
bug: "1694470",
|
|
contentScripts: {
|
|
matches: ["https://m.myvidster.com/*"],
|
|
css: [
|
|
{
|
|
file: "injections/css/bug1694470-myvidster.com-content-not-shown.css",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1707795",
|
|
platform: "desktop",
|
|
domain: "Office Excel spreadsheets",
|
|
bug: "1707795",
|
|
contentScripts: {
|
|
matches: [
|
|
"*://*.live.com/*",
|
|
"*://*.office.com/*",
|
|
"*://*.sharepoint.com/*",
|
|
],
|
|
css: [
|
|
{
|
|
file: "injections/css/bug1707795-office365-sheets-overscroll-disable.css",
|
|
},
|
|
],
|
|
allFrames: true,
|
|
},
|
|
},
|
|
{
|
|
id: "bug1722955",
|
|
platform: "android",
|
|
domain: "frontgate.com",
|
|
bug: "1722955",
|
|
contentScripts: {
|
|
matches: ["*://*.frontgate.com/*"],
|
|
js: [
|
|
{
|
|
file: "lib/ua_helpers.js",
|
|
},
|
|
{
|
|
file: "injections/js/bug1722955-frontgate.com-ua-override.js",
|
|
},
|
|
],
|
|
allFrames: true,
|
|
},
|
|
},
|
|
{
|
|
id: "bug1724868",
|
|
platform: "android",
|
|
domain: "news.yahoo.co.jp",
|
|
bug: "1724868",
|
|
contentScripts: {
|
|
matches: ["*://news.yahoo.co.jp/articles/*", "*://s.yimg.jp/*"],
|
|
js: [
|
|
{
|
|
file: "injections/js/bug1724868-news.yahoo.co.jp-ua-override.js",
|
|
},
|
|
],
|
|
allFrames: true,
|
|
},
|
|
},
|
|
{
|
|
id: "bug1741234",
|
|
platform: "all",
|
|
domain: "patient.alphalabs.ca",
|
|
bug: "1741234",
|
|
contentScripts: {
|
|
matches: ["*://patient.alphalabs.ca/*"],
|
|
css: [
|
|
{
|
|
file: "injections/css/bug1741234-patient.alphalabs.ca-height-fix.css",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1739489",
|
|
platform: "desktop",
|
|
domain: "Sites using draft.js",
|
|
bug: "1739489",
|
|
contentScripts: {
|
|
matches: [
|
|
"*://draftjs.org/*", // Bug 1739489
|
|
"*://www.facebook.com/*", // Bug 1739489
|
|
"*://twitter.com/*", // Bug 1776229
|
|
"*://mobile.twitter.com/*", // Bug 1776229
|
|
"*://x.com/*", // Bug 1776229
|
|
"*://mobile.x.com/*", // Bug 1776229
|
|
"*://*.reddit.com/*", // Bug 1829755
|
|
],
|
|
js: [
|
|
{
|
|
file: "injections/js/bug1739489-draftjs-beforeinput.js",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1765947",
|
|
platform: "android",
|
|
domain: "veniceincoming.com",
|
|
bug: "1765947",
|
|
contentScripts: {
|
|
matches: ["*://veniceincoming.com/*"],
|
|
css: [
|
|
{
|
|
file: "injections/css/bug1765947-veniceincoming.com-left-fix.css",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug11769762",
|
|
platform: "all",
|
|
domain: "tiktok.com",
|
|
bug: "1769762",
|
|
contentScripts: {
|
|
matches: ["https://www.tiktok.com/*"],
|
|
js: [
|
|
{
|
|
file: "injections/js/bug1769762-tiktok.com-plugins-shim.js",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1770962",
|
|
platform: "all",
|
|
domain: "coldwellbankerhomes.com",
|
|
bug: "1770962",
|
|
contentScripts: {
|
|
matches: ["*://*.coldwellbankerhomes.com/*"],
|
|
css: [
|
|
{
|
|
file: "injections/css/bug1770962-coldwellbankerhomes.com-image-height.css",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1774490",
|
|
platform: "all",
|
|
domain: "rainews.it",
|
|
bug: "1774490",
|
|
contentScripts: {
|
|
matches: ["*://www.rainews.it/*"],
|
|
css: [
|
|
{
|
|
file: "injections/css/bug1774490-rainews.it-gallery-fix.css",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1774005",
|
|
platform: "all",
|
|
domain: "Sites relying on window.InstallTrigger",
|
|
bug: "1774005",
|
|
contentScripts: {
|
|
matches: [
|
|
"*://*.crunchyroll.com/*", // Bug 1777597
|
|
"*://*.ersthelfer.tv/*", // Bug 1817520
|
|
"*://*.webex.com/*", // Bug 1788934
|
|
"*://ifcinema.institutfrancais.com/*", // Bug 1806423
|
|
"*://islamionline.islamicbank.ps/*", // Bug 1821439
|
|
"*://*.itv.com/*", // Bug 1830203
|
|
"*://mobilevikings.be/*/registration/*", // Bug 1797400
|
|
"*://www.schoolnutritionandfitness.com/*", // Bug 1793761
|
|
],
|
|
js: [
|
|
{
|
|
file: "injections/js/bug1774005-installtrigger-shim.js",
|
|
},
|
|
],
|
|
allFrames: true,
|
|
},
|
|
},
|
|
{
|
|
id: "bug1859617",
|
|
platform: "all",
|
|
domain: "Sites relying on there being no window.InstallTrigger",
|
|
bug: "1859617",
|
|
contentScripts: {
|
|
matches: [
|
|
"*://*.stallionexpress.ca/*", // Bug 1859617
|
|
],
|
|
js: [
|
|
{
|
|
file: "injections/js/bug1859617-installtrigger-removal-shim.js",
|
|
},
|
|
],
|
|
allFrames: true,
|
|
},
|
|
},
|
|
{
|
|
id: "bug1784141",
|
|
platform: "android",
|
|
domain: "aveeno.com and acuvue.com",
|
|
bug: "1784141",
|
|
contentScripts: {
|
|
matches: [
|
|
"*://*.aveeno.com/*",
|
|
"*://*.aveeno.ca/*",
|
|
"*://*.aveeno.com.au/*",
|
|
"*://*.aveeno.co.kr/*",
|
|
"*://*.aveeno.co.uk/*",
|
|
"*://*.aveeno.ie/*",
|
|
"*://*.acuvue.com/*", // 1804730
|
|
"*://*.acuvue.com.ar/*",
|
|
"*://*.acuvue.com.br/*",
|
|
"*://*.acuvue.ca/*",
|
|
"*://*.acuvue-fr.ca/*",
|
|
"*://*.acuvue.cl/*",
|
|
"*://*.acuvue.co.cr/*",
|
|
"*://*.acuvue.com.co/*",
|
|
"*://*.acuvue.com.do/*",
|
|
"*://*.acuvue.com.pe/*",
|
|
"*://*.acuvue.com.sv/*",
|
|
"*://*.acuvue.com.gt/*",
|
|
"*://*.acuvue.hn/*",
|
|
"*://*.acuvue.com.mx/*",
|
|
"*://*.acuvue.com.pa/*",
|
|
"*://*.acuvue.com.py/*",
|
|
"*://*.acuvue.com.pr/*",
|
|
"*://*.acuvue.com.uy/*",
|
|
"*://*.acuvue.com.au/*",
|
|
"*://*.acuvue.com.cn/*",
|
|
"*://*.acuvue.com.hk/*",
|
|
"*://*.acuvue.co.in/*",
|
|
"*://*.acuvue.co.id/*",
|
|
"*://acuvuevision.jp/*",
|
|
"*://*.acuvue.co.kr/*",
|
|
"*://*.acuvue.com.my/*",
|
|
"*://*.acuvue.co.nz/*",
|
|
"*://*.acuvue.com.sg/*",
|
|
"*://*.acuvue.com.tw/*",
|
|
"*://*.acuvue.co.th/*",
|
|
"*://*.acuvue.com.vn/*",
|
|
"*://*.acuvue.at/*",
|
|
"*://*.acuvue.be/*",
|
|
"*://*.fr.acuvue.be/*",
|
|
"*://*.acuvue-croatia.com/*",
|
|
"*://*.acuvue.cz/*",
|
|
"*://*.acuvue.dk/*",
|
|
"*://*.acuvue.fi/*",
|
|
"*://*.acuvue.fr/*",
|
|
"*://*.acuvue.de/*",
|
|
"*://*.acuvue.gr/*",
|
|
"*://*.acuvue.hu/*",
|
|
"*://*.acuvue.ie/*",
|
|
"*://*.acuvue.co.il/*",
|
|
"*://*.acuvue.it/*",
|
|
"*://*.acuvuekz.com/*",
|
|
"*://*.acuvue.lu/*",
|
|
"*://*.en.acuvuearabia.com/*",
|
|
"*://*.acuvuearabia.com/*",
|
|
"*://*.acuvue.nl/*",
|
|
"*://*.acuvue.no/*",
|
|
"*://*.acuvue.pl/*",
|
|
"*://*.acuvue.pt/*",
|
|
"*://*.acuvue.ro/*",
|
|
"*://*.acuvue.ru/*",
|
|
"*://*.acuvue.sk/*",
|
|
"*://*.acuvue.si/*",
|
|
"*://*.acuvue.co.za/*",
|
|
"*://*.jnjvision.com.tr/*",
|
|
"*://*.acuvue.co.uk/*",
|
|
"*://*.acuvue.ua/*",
|
|
"*://*.acuvue.com.pe/*",
|
|
"*://*.acuvue.es/*",
|
|
"*://*.acuvue.se/*",
|
|
"*://*.acuvue.ch/*",
|
|
],
|
|
css: [
|
|
{
|
|
file: "injections/css/bug1784141-aveeno.com-acuvue.com-unsupported.css",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1784199",
|
|
platform: "all",
|
|
domain: "Sites based on Entrata Platform",
|
|
bug: "1784199",
|
|
contentScripts: {
|
|
matches: [
|
|
"*://*.7streetbrownstones.com/*", // #129553
|
|
"*://*.aptsovation.com/*",
|
|
"*://*.avanabayview.com/*", // #118617
|
|
"*://*.breakpointeandcoronado.com/*", // #117735
|
|
"*://*.courtsatspringmill.com/*", // #128404
|
|
"*://*.fieldstoneamherst.com/*", // #132974
|
|
"*://*.gslbriarcreek.com/*", // #126401
|
|
"*://*.hpixeniatrails.com/*", // #131703
|
|
"*://*.liveobserverpark.com/*", // #105244
|
|
"*://*.liveupark.com/*", // #121083
|
|
"*://*.midwayurban.com/*", // #116523
|
|
"*://*.nhcalaska.com/*",
|
|
"*://*.prospectportal.com/*", // #115206
|
|
"*://*.securityproperties.com/*",
|
|
"*://*.thefoundryat41st.com/*", // #128994
|
|
"*://*.theloftsorlando.com/*",
|
|
"*://*.vanallenapartments.com/*", // #120056
|
|
],
|
|
css: [
|
|
{
|
|
file: "injections/css/bug1784199-entrata-platform-unsupported.css",
|
|
},
|
|
],
|
|
allFrames: true,
|
|
},
|
|
},
|
|
{
|
|
id: "bug1799968",
|
|
platform: "linux",
|
|
domain: "www.samsung.com",
|
|
bug: "1799968",
|
|
contentScripts: {
|
|
matches: ["*://www.samsung.com/*"],
|
|
js: [
|
|
{
|
|
file: "injections/js/bug1799968-www.samsung.com-appVersion-linux-fix.js",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1860417",
|
|
platform: "android",
|
|
domain: "www.samsung.com",
|
|
bug: "1860417",
|
|
contentScripts: {
|
|
matches: ["*://www.samsung.com/*"],
|
|
js: [
|
|
{
|
|
file: "injections/js/bug1799968-www.samsung.com-appVersion-linux-fix.js",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1799980",
|
|
platform: "all",
|
|
domain: "healow.com",
|
|
bug: "1799980",
|
|
contentScripts: {
|
|
matches: ["*://healow.com/*"],
|
|
js: [
|
|
{
|
|
file: "injections/js/bug1799980-healow.com-infinite-loop-fix.js",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1448747",
|
|
platform: "android",
|
|
domain: "FastClick breakage",
|
|
bug: "1448747",
|
|
contentScripts: {
|
|
matches: [
|
|
"*://*.co2meter.com/*", // 10959
|
|
"*://*.franmar.com/*", // 27273
|
|
"*://*.themusiclab.org/*", // 49667
|
|
"*://*.oregonfoodbank.org/*", // 53203
|
|
"*://*.fourbarrelcoffee.com/*", // 59427
|
|
"*://bluetokaicoffee.com/*", // 99867
|
|
"*://bathpublishing.com/*", // 100145
|
|
"*://dylantalkstone.com/*", // 101356
|
|
"*://renewd.com.au/*", // 104998
|
|
"*://*.lamudi.co.id/*", // 106767
|
|
"*://*.thehawksmoor.com/*", // 107549
|
|
"*://weaversofireland.com/*", // 116816
|
|
"*://*.iledefrance-mobilites.fr/*", // 117344
|
|
"*://*.lawnmowerpartsworld.com/*", // 117577
|
|
"*://*.discountcoffee.co.uk/*", // 118757
|
|
"*://torguard.net/*", // 120113
|
|
"*://*.arcsivr.com/*", // 120716
|
|
"*://drafthouse.com/*", // 126385
|
|
"*://*.lafoodbank.org/*", // 127006
|
|
"*://rutamayacoffee.com/*", // 129353
|
|
"*://ottoandspike.com.au/*", // bugzilla 1644602
|
|
],
|
|
js: [
|
|
{
|
|
file: "injections/js/bug1448747-fastclick-shim.js",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1818818",
|
|
platform: "android",
|
|
domain: "FastClick breakage - legacy",
|
|
bug: "1818818",
|
|
contentScripts: {
|
|
matches: [
|
|
"*://*.chatiw.com/*", // 5544
|
|
"*://*.wellcare.com/*", // 116595
|
|
],
|
|
js: [
|
|
{
|
|
file: "injections/js/bug1818818-fastclick-legacy-shim.js",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1819476",
|
|
platform: "all",
|
|
domain: "axisbank.com",
|
|
bug: "1819476",
|
|
contentScripts: {
|
|
matches: ["*://*.axisbank.com/*"],
|
|
js: [
|
|
{
|
|
file: "injections/js/bug1819476-axisbank.com-webkitSpeechRecognition-shim.js",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1819450",
|
|
platform: "android",
|
|
domain: "cmbchina.com",
|
|
bug: "1819450",
|
|
contentScripts: {
|
|
matches: ["*://www.cmbchina.com/*", "*://cmbchina.com/*"],
|
|
js: [
|
|
{
|
|
file: "injections/js/bug1819450-cmbchina.com-ua-change.js",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1827678-webc77727-js",
|
|
platform: "android",
|
|
domain: "free4talk.com",
|
|
bug: "1827678",
|
|
contentScripts: {
|
|
matches: ["*://www.free4talk.com/*"],
|
|
js: [
|
|
{
|
|
file: "injections/js/bug1819678-free4talk.com-window-chrome-shim.js",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1827678-webc119017",
|
|
platform: "desktop",
|
|
domain: "nppes.cms.hhs.gov",
|
|
bug: "1827678",
|
|
contentScripts: {
|
|
matches: ["*://nppes.cms.hhs.gov/*"],
|
|
css: [
|
|
{
|
|
file: "injections/css/bug1819678-nppes.cms.hhs.gov-unsupported-banner.css",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1830776",
|
|
platform: "all",
|
|
domain: "blueshieldca.com",
|
|
bug: "1830776",
|
|
contentScripts: {
|
|
matches: ["*://*.blueshieldca.com/*"],
|
|
js: [
|
|
{
|
|
file: "injections/js/bug1830776-blueshieldca.com-unsupported.js",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1829949",
|
|
platform: "desktop",
|
|
domain: "tomshardware.com",
|
|
bug: "1829949",
|
|
contentScripts: {
|
|
matches: ["*://*.tomshardware.com/*"],
|
|
css: [
|
|
{
|
|
file: "injections/css/bug1829949-tomshardware.com-scrollbar-width.css",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1830752",
|
|
platform: "all",
|
|
domain: "afisha.ru",
|
|
bug: "1830752",
|
|
contentScripts: {
|
|
matches: ["*://*.afisha.ru/*"],
|
|
css: [
|
|
{
|
|
file: "injections/css/bug1830752-afisha.ru-slider-pointer-events.css",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1830761",
|
|
platform: "all",
|
|
domain: "91mobiles.com",
|
|
bug: "1830761",
|
|
contentScripts: {
|
|
matches: ["*://*.91mobiles.com/*"],
|
|
css: [
|
|
{
|
|
file: "injections/css/bug1830761-91mobiles.com-content-height.css",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1830796",
|
|
platform: "android",
|
|
domain: "copyleaks.com",
|
|
bug: "1830796",
|
|
contentScripts: {
|
|
matches: ["*://*.copyleaks.com/*"],
|
|
css: [
|
|
{
|
|
file: "injections/css/bug1830796-copyleaks.com-hide-unsupported.css",
|
|
},
|
|
],
|
|
allFrames: true,
|
|
},
|
|
},
|
|
{
|
|
id: "bug1830810",
|
|
platform: "all",
|
|
domain: "interceramic.com",
|
|
bug: "1830810",
|
|
contentScripts: {
|
|
matches: ["*://interceramic.com/*"],
|
|
css: [
|
|
{
|
|
file: "injections/css/bug1830810-interceramic.com-hide-unsupported.css",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1830813",
|
|
platform: "desktop",
|
|
domain: "onstove.com",
|
|
bug: "1830813",
|
|
contentScripts: {
|
|
matches: ["*://*.onstove.com/*"],
|
|
css: [
|
|
{
|
|
file: "injections/css/bug1830813-page.onstove.com-hide-unsupported.css",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1831007",
|
|
platform: "all",
|
|
domain: "All international Nintendo domains",
|
|
bug: "1831007",
|
|
contentScripts: {
|
|
matches: [
|
|
"*://*.mojenintendo.cz/*",
|
|
"*://*.nintendo-europe.com/*",
|
|
"*://*.nintendo.at/*",
|
|
"*://*.nintendo.be/*",
|
|
"*://*.nintendo.ch/*",
|
|
"*://*.nintendo.co.il/*",
|
|
"*://*.nintendo.co.jp/*",
|
|
"*://*.nintendo.co.kr/*",
|
|
"*://*.nintendo.co.nz/*",
|
|
"*://*.nintendo.co.uk/*",
|
|
"*://*.nintendo.co.za/*",
|
|
"*://*.nintendo.com.au/*",
|
|
"*://*.nintendo.com.hk/*",
|
|
"*://*.nintendo.com/*",
|
|
"*://*.nintendo.de/*",
|
|
"*://*.nintendo.dk/*",
|
|
"*://*.nintendo.es/*",
|
|
"*://*.nintendo.fi/*",
|
|
"*://*.nintendo.fr/*",
|
|
"*://*.nintendo.gr/*",
|
|
"*://*.nintendo.hu/*",
|
|
"*://*.nintendo.it/*",
|
|
"*://*.nintendo.nl/*",
|
|
"*://*.nintendo.no/*",
|
|
"*://*.nintendo.pt/*",
|
|
"*://*.nintendo.ru/*",
|
|
"*://*.nintendo.se/*",
|
|
"*://*.nintendo.sk/*",
|
|
"*://*.nintendo.tw/*",
|
|
"*://*.nintendoswitch.com.cn/*",
|
|
],
|
|
js: [
|
|
{
|
|
file: "injections/js/bug1831007-nintendo-window-OnetrustActiveGroups.js",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1836157",
|
|
platform: "android",
|
|
domain: "thai-masszazs.net",
|
|
bug: "1836157",
|
|
contentScripts: {
|
|
matches: ["*://*.thai-masszazs.net/*"],
|
|
js: [
|
|
{
|
|
file: "injections/js/bug1836157-thai-masszazs-niceScroll-disable.js",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1836103",
|
|
platform: "all",
|
|
domain: "autostar-novoross.ru",
|
|
bug: "1836103",
|
|
contentScripts: {
|
|
matches: ["*://autostar-novoross.ru/*"],
|
|
css: [
|
|
{
|
|
file: "injections/css/bug1836103-autostar-novoross.ru-make-map-taller.css",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1836105",
|
|
platform: "all",
|
|
domain: "cnn.com",
|
|
bug: "1836105",
|
|
contentScripts: {
|
|
matches: ["*://*.cnn.com/*"],
|
|
css: [
|
|
{
|
|
file: "injections/css/bug1836105-cnn.com-fix-blank-pages-when-printing.css",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1842437",
|
|
platform: "desktop",
|
|
domain: "www.youtube.com",
|
|
bug: "1842437",
|
|
contentScripts: {
|
|
matches: ["*://www.youtube.com/*"],
|
|
js: [
|
|
{
|
|
file: "injections/js/bug1842437-www.youtube.com-performance-now-precision.js",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1848711",
|
|
platform: "android",
|
|
domain: "vio.com",
|
|
bug: "1848711",
|
|
contentScripts: {
|
|
matches: ["*://*.vio.com/*"],
|
|
css: [
|
|
{
|
|
file: "injections/css/bug1848711-vio.com-page-height.css",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1848713",
|
|
platform: "all",
|
|
domain: "cleanrider.com",
|
|
bug: "1848713",
|
|
contentScripts: {
|
|
matches: ["*://*.cleanrider.com/*"],
|
|
css: [
|
|
{
|
|
file: "injections/css/bug1848713-cleanrider.com-slider.css",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1848849",
|
|
platform: "all",
|
|
domain: "theaa.com",
|
|
bug: "1848849",
|
|
contentScripts: {
|
|
matches: ["*://*.theaa.com/route-planner/*"],
|
|
css: [
|
|
{
|
|
file: "injections/css/bug1848849-theaa.com-printing-mode-fix.css",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1849058",
|
|
platform: "all",
|
|
domain: "nicochannel.jp",
|
|
bug: "1849058",
|
|
contentScripts: {
|
|
matches: ["*://nicochannel.jp/*", "*://gs-ch.com/*"],
|
|
js: [
|
|
{
|
|
file: "injections/js/bug1849058-nicochannel.jp-picture-in-picture-shim.js",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1849388",
|
|
platform: "android",
|
|
domain: "kucharkaprodceru.cz",
|
|
bug: "1849388",
|
|
contentScripts: {
|
|
matches: ["*://*.kucharkaprodceru.cz/*"],
|
|
css: [
|
|
{
|
|
file: "injections/css/bug1849388-kucharkaprodceru.cz-scroll-fix.css",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1855014",
|
|
platform: "android",
|
|
domain: "eksiseyler.com",
|
|
bug: "1855014",
|
|
contentScripts: {
|
|
matches: ["*://eksiseyler.com/*"],
|
|
js: [
|
|
{
|
|
file: "injections/js/bug1855014-eksiseyler.com.js",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1855071",
|
|
platform: "android",
|
|
domain: "www.meteoam.it",
|
|
bug: "1855071",
|
|
contentScripts: {
|
|
matches: ["*://www.meteoam.it/*"],
|
|
js: [
|
|
{
|
|
file: "injections/js/bug1855071-www.meteoam.it.js",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1864564",
|
|
platform: "all",
|
|
domain: "Esri breakage",
|
|
bug: "1864564",
|
|
contentScripts: {
|
|
matches: [
|
|
"*://*.ncep.noaa.gov/*",
|
|
"*://*.northumberland.gov.uk/*",
|
|
"*://webmap.gis.gov.mo/*",
|
|
],
|
|
js: [
|
|
{
|
|
file: "injections/js/bug1864564-esri-transfrom-names-shim.js",
|
|
},
|
|
],
|
|
allFrames: true,
|
|
},
|
|
},
|
|
{
|
|
id: "bug1868345",
|
|
platform: "desktop",
|
|
domain: "tvmovie.de",
|
|
bug: "1868345",
|
|
contentScripts: {
|
|
matches: [
|
|
"*://www.tvmovie.de/tv/fernsehprogramm",
|
|
"*://www.tvmovie.de/tv/fernsehprogramm*",
|
|
"*://www.goodcarbadcar.net/*",
|
|
],
|
|
css: [
|
|
{
|
|
file: "injections/css/bug1868345-tvmovie.de-scroll-fix.css",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1884842",
|
|
platform: "android",
|
|
domain: "foodora.cz",
|
|
bug: "1884842",
|
|
contentScripts: {
|
|
matches: ["*://*.foodora.cz/*"],
|
|
css: [
|
|
{
|
|
file: "injections/css/bug1884842-foodora.cz-height-fix.css",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1897120",
|
|
platform: "desktop",
|
|
domain: "turn.js breakage",
|
|
bug: "1897120",
|
|
contentScripts: {
|
|
matches: ["*://flipbook.se.com/*", "*://*.flipbookpdf.net/*"],
|
|
js: [
|
|
{
|
|
file: "injections/js/bug1897120-turnjs-zoom-fix.js",
|
|
},
|
|
],
|
|
allFrames: true,
|
|
},
|
|
},
|
|
{
|
|
id: "1896383",
|
|
platform: "all",
|
|
domain: "unimarc.cl",
|
|
bug: "1896383",
|
|
contentScripts: {
|
|
matches: ["*://*.unimarc.cl/*"],
|
|
js: [
|
|
{
|
|
file: "injections/js/bug1896383-error-capturestacktrace-shim.js",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1889326",
|
|
platform: "desktop",
|
|
domain: "Office 365 email handling prompt",
|
|
bug: "1889326",
|
|
contentScripts: {
|
|
matches: [
|
|
"*://*.live.com/*",
|
|
"*://*.office.com/*",
|
|
"*://*.office365.com/*",
|
|
"*://*.office365.us/*",
|
|
"*://*.outlook.cn/*",
|
|
"*://*.outlook.com/*",
|
|
"*://*.sharepoint.com/*",
|
|
],
|
|
js: [
|
|
{
|
|
file: "injections/js/bug1889326-office365-email-handling-prompt-autohide.js",
|
|
},
|
|
],
|
|
allFrames: true,
|
|
},
|
|
},
|
|
{
|
|
id: "bug1881922",
|
|
platform: "all",
|
|
domain: "helpdeskgeek.com",
|
|
bug: "1881922",
|
|
contentScripts: {
|
|
matches: ["*://helpdeskgeek.com/*"],
|
|
js: [
|
|
{
|
|
file: "injections/js/bug1881922-disable-legacy-mutation-events.js",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1901780",
|
|
platform: "all",
|
|
domain: "vanbreda-health.be",
|
|
bug: "1901780",
|
|
contentScripts: {
|
|
matches: ["*://www.vanbreda-health.be/*"],
|
|
js: [
|
|
{
|
|
file: "injections/js/bug1881922-disable-legacy-mutation-events.js",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1896571",
|
|
platform: "all",
|
|
domain: "gracobaby.ca",
|
|
bug: "1896571",
|
|
contentScripts: {
|
|
matches: ["*://www.gracobaby.ca/*"],
|
|
css: [
|
|
{
|
|
file: "injections/css/bug1896571-gracobaby.ca-unlock-scrolling.css",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1895994",
|
|
platform: "android",
|
|
domain: "www.softrans.ro",
|
|
bug: "1895994",
|
|
contentScripts: {
|
|
matches: ["*://*.softrans.ro/*"],
|
|
css: [
|
|
{
|
|
file: "injections/css/bug1895994-softtrans.ro-unlock-scrolling.css",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1898952",
|
|
platform: "desktop",
|
|
domain: "digits.t-mobile.com",
|
|
bug: "1898952",
|
|
contentScripts: {
|
|
matches: ["*://digits.t-mobile.com/*"],
|
|
js: [
|
|
{
|
|
file: "injections/js/bug1898952-digits.t-mobile.com.js",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
{
|
|
id: "bug1815733",
|
|
platform: "desktop",
|
|
domain: "Office 365 Outlook locations",
|
|
bug: "1815733",
|
|
contentScripts: {
|
|
matches: [
|
|
"*://outlook.live.com/*",
|
|
"*://outlook.office.com/*",
|
|
"*://outlook.office365.com/*",
|
|
"*://outlook.office365.us/*",
|
|
"*://*.outlook.cn/*",
|
|
"*://*.outlook.com/*",
|
|
],
|
|
js: [
|
|
{
|
|
file: "injections/js/bug1815733-outlook365-clipboard-read-noop.js",
|
|
},
|
|
],
|
|
allFrames: true,
|
|
},
|
|
},
|
|
{
|
|
id: "bug1899937",
|
|
platform: "all",
|
|
domain: "plus.nhk.jp",
|
|
bug: "1899937",
|
|
contentScripts: {
|
|
matches: ["*://plus.nhk.jp/*"],
|
|
js: [
|
|
{
|
|
file: "injections/js/bug1899937-plus.nhk.jp-request-picture-in-picture.js",
|
|
},
|
|
],
|
|
},
|
|
},
|
|
];
|
|
|
|
module.exports = AVAILABLE_INJECTIONS;
|