Skip to content

Commit

Permalink
fix: web request listener removed on 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Singh1 authored Jan 16, 2025
1 parent 9ee7050 commit 8fbfc0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/data/compat-grant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ export const compatMap: CompatMap = {
{ type: 'tampermonkey', versionConstraint: '>=3.6.3737' },
{ type: 'violentmonkey', versionConstraint: '>=2.9.4' }
],
'GM.webRequest': [{ type: 'tampermonkey', versionConstraint: '>=4.5' }],
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' }],
GM_xmlhttpRequest: [
{ type: 'tampermonkey', versionConstraint: '*' },
{ type: 'violentmonkey', versionConstraint: '*' },
Expand Down

0 comments on commit 8fbfc0d

Please sign in to comment.