Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any plan to add support of GM_getTab/GM_saveTab/GM_getTabs? #1120

Closed
duhd1993 opened this issue Dec 3, 2020 · 2 comments
Closed

Any plan to add support of GM_getTab/GM_saveTab/GM_getTabs? #1120

duhd1993 opened this issue Dec 3, 2020 · 2 comments
Labels

Comments

@duhd1993
Copy link

duhd1993 commented Dec 3, 2020

What is the problem?

GM_getTab/GM_saveTab/GM_getTabs not supported. They are exclusive to Tampermonkey. Tampermonkey has more users for now. Many scripts are written with Tampermonkey in mind. Without support of these APIs, many scripts cannot run on violentmonkey.

How to reproduce it?

  1. Any userscript using these APIs does not work

What is the expected result?

userscript works properly. maximum compatibility with Tampermonkey.

What is the actual result?

What is the result in the upcoming release?

Environment

  • Browser: Chromium
  • Browser version:86
  • Violentmonkey version: 2.12.7
  • OS:macos
@tophf
Copy link
Member

tophf commented Dec 4, 2020

I'm skeptical about this. AFAIK There's only a few scripts that use this feature and it can be approximated by GM_setValue + gm_addValueChangeListener anyway even though it's not ideal.

@tophf
Copy link
Member

tophf commented Dec 17, 2020

There's just 24 scripts on greasyfork that use GM_getTab so we won't implement it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants