Skip to content

Commit

Permalink
feat: tampermonkey 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Singh1 committed Oct 21, 2024
1 parent 3688f36 commit e1d6ff1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/data/compat-grant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ export const compatMap: CompatMap = {
{ type: 'violentmonkey', versionConstraint: '*' },
{ type: 'greasemonkey', versionConstraint: '>=0.8.20090123.1 <4' }
],
'GM.deleteValues': [{ type: 'tampermonkey', versionConstraint: '>=5.3' }],
GM_deleteValues: [{ type: 'tampermonkey', versionConstraint: '>=5.3' }],
'GM.download': [{ type: 'tampermonkey', versionConstraint: '>=4.5' }],
GM_download: [
{ type: 'tampermonkey', versionConstraint: '>=3.8' },
Expand Down Expand Up @@ -79,6 +81,8 @@ export const compatMap: CompatMap = {
{ type: 'violentmonkey', versionConstraint: '*' },
{ type: 'greasemonkey', versionConstraint: '>=0.3-beta <4' }
],
'GM.getValues': [{ type: 'tampermonkey', versionConstraint: '>=5.3' }],
GM_getValues: [{ type: 'tampermonkey', versionConstraint: '>=5.3' }],
'GM.info': [
{ type: 'tampermonkey', versionConstraint: '>=4.5' },
{ type: 'violentmonkey', versionConstraint: '>=2.12.0' },
Expand Down Expand Up @@ -166,6 +170,8 @@ export const compatMap: CompatMap = {
{ type: 'violentmonkey', versionConstraint: '*' },
{ type: 'greasemonkey', versionConstraint: '>=0.3-beta <4' }
],
'GM.setValues': [{ type: 'tampermonkey', versionConstraint: '>=5.3' }],
GM_setValues: [{ type: 'tampermonkey', versionConstraint: '>=5.3' }],
'GM.unregisterMenuCommand': [
{ type: 'tampermonkey', versionConstraint: '>=4.5' }
],
Expand Down
4 changes: 4 additions & 0 deletions lib/data/compat-headers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ export const compatMap: {
{ type: 'violentmonkey', versionConstraint: '*' },
{ type: 'greasemonkey', versionConstraint: '>=0.9.8' }
],
'run-in': [
// 5.3.6209 beta
{ type: 'tampermonkey', versionConstraint: '>=5.3' }
],
resource: [
{ type: 'tampermonkey', versionConstraint: '*' },
{ type: 'violentmonkey', versionConstraint: '*' },
Expand Down

0 comments on commit e1d6ff1

Please sign in to comment.