Closed Bug 1769112 Opened 3 years ago Closed 3 years ago

Fix intervention for veniceincoming.com

Categories

(Web Compatibility :: Interventions, enhancement)

Firefox 102
enhancement

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ksenia, Unassigned)

References

()

Details

Lets' fix this as the intervention contains css file in js array, so it doesn't work:

  {
    id: "bug1765947",
    platform: "android",
    domain: "veniceincoming.com",
    bug: "1765947",
    contentScripts: {
      matches: ["*://veniceincoming.com/*"],
      js: [
        {
          file: "injections/css/bug1765947-veniceincoming.com-left-fix.css",
        },
      ],
    },
  },

Welp, that was a weird last-second change that introduced this bug. 🙈 Thanks for fixing it!

This is shipping in Firefox 102 via bug 1752989.

Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.