You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
deanoemcke
changed the title
UNsuspend all tabs of a specific domain [FEATURE REQUEST]
Suspend/Unsuspend all tabs of a specific domain
Apr 17, 2018
Hey gang,
Personally, I'd absolutely love to be able to trigger actions to:
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 manipulatechrome-*://
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:
The text was updated successfully, but these errors were encountered: