-
Notifications
You must be signed in to change notification settings - Fork 26
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
Broken familylink.google.com page #141
Comments
It seems to be caused by these lines: selection-search/popup/style.js Lines 37 to 42 in 205846d
Removing those lines seems to fix familylink. I don't remember which sites was affected by the issue that was fixed by those lines, but maybe it has been fixed in new versions of firefox, so maybe it is safe to just remove them. I need to do a bit of testing first. |
Using the following instead of empty strings seems to fix familylink without breaking other sites. _defaultStyleNode.textContent = ';';
_circularStyleNode.textContent = ';';
_customStyleNode.textContent = ';'; |
It took a while, but I have release a new version for Firefox now with this fix. It should be available soon. |
Selection Search somehow breaks familylink.google.com page which gets stuck on the initial "splash screen" (only the logo, "Family Link" and "Google" is displayed). Adding familylink.google.com (and gstatic.com and googleapis.com) to the blacklist doesn't help. Disabling the addon fixes the page.
Version: 0.8.64
Firefox: 114.0.2 (64-bit)
The text was updated successfully, but these errors were encountered: