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

Suspend/Unsuspend all tabs of a specific domain #673

Open
UInIQ opened this issue Mar 30, 2018 · 0 comments
Open

Suspend/Unsuspend all tabs of a specific domain #673

UInIQ opened this issue Mar 30, 2018 · 0 comments
Labels

Comments

@UInIQ
Copy link

UInIQ commented Mar 30, 2018

Hey gang,

Personally, I'd absolutely love to be able to trigger actions to:

  • Unsuspend all tabs on this domain
  • Unsuspend all tabs on this domain across all windows

The use case is as follows:
A number of other utilities and extensions allow for the browser to extract, sort, close all, and otherwise search for a given domain within the tab list. Alas, when TGS works its magic, the browser now believes the URL to be something along the lines of chrome-extension://klbibkeccnjlkjkiokjodocebajanzzz/suspended.html#ttl=Google&uri=https://www.google.com/. This causes the aforementioned tools to fail, unilaterally. Largely, I suspect, due to an extension's inability to manipulate chrome-*:// tabs.

Now, I'm not sure if this is a technical restriction of chrome - particularly with regard to the (relatively) new security levels on extension execution across tabs) - but, seeing as I can unsuspend ALL tabs, I can only infer that the procedures required to iterate all tabs, test each's uri querystring parameter set by TGS and ascertain if its indexOf window.location.hostname exceeds -1, then fire whatever routine is needed to unsuspend should be a relatively-simple procedure.

Specifications:

  • Extension version: v6.30
  • Browser & version: Google Chrome Version 65.0.3325.181 (Official Build) (64-bit)
  • Operating system & version: macOS Sierra 10.12.6 (16G1212)
@deanoemcke deanoemcke changed the title UNsuspend all tabs of a specific domain [FEATURE REQUEST] Suspend/Unsuspend all tabs of a specific domain Apr 17, 2018
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