diff options
Diffstat (limited to 'browser/extensions/webcompat/data/injections.js')
-rw-r--r-- | browser/extensions/webcompat/data/injections.js | 95 |
1 files changed, 30 insertions, 65 deletions
diff --git a/browser/extensions/webcompat/data/injections.js b/browser/extensions/webcompat/data/injections.js index c541622914..87b1da747b 100644 --- a/browser/extensions/webcompat/data/injections.js +++ b/browser/extensions/webcompat/data/injections.js @@ -186,20 +186,6 @@ const AVAILABLE_INJECTIONS = [ }, }, { - id: "bug1654877", - platform: "android", - domain: "preev.com", - bug: "1654877", - contentScripts: { - matches: ["*://preev.com/*"], - css: [ - { - file: "injections/css/bug1654877-preev.com-moz-appearance-fix.css", - }, - ], - }, - }, - { id: "bug1654907", platform: "android", domain: "reactine.ca", @@ -214,24 +200,6 @@ const AVAILABLE_INJECTIONS = [ }, }, { - id: "bug1631811", - platform: "all", - domain: "datastudio.google.com", - bug: "1631811", - contentScripts: { - matches: [ - "https://datastudio.google.com/embed/reporting/*", - "https://lookerstudio.google.com/embed/reporting/*", - ], - js: [ - { - file: "injections/js/bug1631811-datastudio.google.com-indexedDB.js", - }, - ], - allFrames: true, - }, - }, - { id: "bug1694470", platform: "android", domain: "m.myvidster.com", @@ -426,23 +394,6 @@ const AVAILABLE_INJECTIONS = [ }, }, { - id: "bug1790750", - platform: "all", - domain: "relearnings.com", - bug: "1790750", - contentScripts: { - matches: [ - "https://relearnings.com/linkedinlearning.html", // Bug 1790750 - ], - js: [ - { - file: "injections/js/bug1790750-relearnings.com-linkedinlearning-iframe-fix.js", - }, - ], - allFrames: true, - }, - }, - { id: "bug1859617", platform: "all", domain: "Sites relying on there being no window.InstallTrigger", @@ -557,11 +508,12 @@ const AVAILABLE_INJECTIONS = [ "*://*.avanabayview.com/*", // #118617 "*://*.breakpointeandcoronado.com/*", // #117735 "*://*.courtsatspringmill.com/*", // #128404 + "*://*.fieldstoneamherst.com/*", // #132974 "*://*.gslbriarcreek.com/*", // #126401 + "*://*.hpixeniatrails.com/*", // #131703 "*://*.liveatlasathens.com/*", // #111189 "*://*.liveobserverpark.com/*", // #105244 "*://*.liveupark.com/*", // #121083 - "*://*.metropolisapt.com/*", // #129105 "*://*.midwayurban.com/*", // #116523 "*://*.nhcalaska.com/*", "*://*.prospectportal.com/*", // #115206 @@ -569,7 +521,6 @@ const AVAILABLE_INJECTIONS = [ "*://*.thefoundryat41st.com/*", // #128994 "*://*.theloftsorlando.com/*", "*://*.vanallenapartments.com/*", // #120056 - "*://*.waterfordapartmentstulsa.com/*", // #125870 ], css: [ { @@ -958,20 +909,6 @@ const AVAILABLE_INJECTIONS = [ }, }, { - id: "bug1848716", - platform: "desktop", - domain: "elal.com", - bug: "1848716", - contentScripts: { - matches: ["*://*.elal.com/*"], - css: [ - { - file: "injections/css/bug1848716-elal.com-unsupported-banner.css", - }, - ], - }, - }, - { id: "bug1848849", platform: "all", domain: "theaa.com", @@ -1091,6 +1028,34 @@ const AVAILABLE_INJECTIONS = [ ], }, }, + { + id: "bug1877346", + platform: "android", + domain: "offerup.com", + bug: "1877346", + contentScripts: { + matches: ["*://offerup.com/*"], + css: [ + { + file: "injections/css/bug1877346-offerup.com-infinite-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", + }, + ], + }, + }, ]; module.exports = AVAILABLE_INJECTIONS; |