We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ee7050 commit 8fbfc0dCopy full SHA for 8fbfc0d
lib/data/compat-grant.ts
@@ -179,8 +179,8 @@ export const compatMap: CompatMap = {
179
{ type: 'tampermonkey', versionConstraint: '>=3.6.3737' },
180
{ type: 'violentmonkey', versionConstraint: '>=2.9.4' }
181
],
182
- 'GM.webRequest': [{ type: 'tampermonkey', versionConstraint: '>=4.5' }],
183
- GM_webRequest: [{ type: 'tampermonkey', versionConstraint: '>=4.4' }],
+ 'GM.webRequest': [{ type: 'tampermonkey', versionConstraint: '>=4.5 <=5.2' }],
+ GM_webRequest: [{ type: 'tampermonkey', versionConstraint: '>=4.4 <=5.2' }],
184
GM_xmlhttpRequest: [
185
{ type: 'tampermonkey', versionConstraint: '*' },
186
{ type: 'violentmonkey', versionConstraint: '*' },
0 commit comments