-
Notifications
You must be signed in to change notification settings - Fork 27
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
works only when URL fully matches #6
Comments
Here's a version that allows you to put a wildcard (*) at the end of the trigger URL. https://chrome.google.com/webstore/detail/staying-alive-with-wildca/lkdnaojfhnjkophgbnmfaciclaghffpe Any chance we can get this fix put in the official build of Staying Alive? All I did was modify isUriMatch in lib.js: DomainRule.prototype.isUriMatch = function (uri) {
} |
Yes... this should be merged. No wildcards is annoying. |
where can we find the git repo for this version? Thanks. |
as a workaround i think you can just leave 1 tab open in that fixed URL |
if I use "http://localhost:8080" as trigger URL plugin does not start background requesting for URL based on given. E.g. "http://localhost:8080/test" does not start requesting.
The text was updated successfully, but these errors were encountered: