the script below fails with the following error: Error: @match could not parse pattern
// ==UserScript==
// @name match test
// @namespace https://github.com/an-electric-sheep/
// @version 1
// @match *://*.twitter.com/*
// @grant none
// ==/UserScript==
It works on FF stable. I suspect that it would break a lot of scripts soon.
the script below fails with the following error:
Error: @match could not parse patternIt works on FF stable. I suspect that it would break a lot of scripts soon.