aligo/better-google

Rendering/compatibility issue with uBlacklist Firefox addon

Gaurav-Original-ClassicShellTester opened this issue · 2 comments

There is an addon for Chrome and Firefox called uBlacklist that lets you hide/blacklist sites from Google search results. I use it and your wonderful Better Google script with TamperMonkey in Google Chrome, other Chromium-based browsers and Mozilla Firefox.

No problems in Chrome.

But in Firefox, the text "Block this site" added by that addon, renders on the page like this after Better Google is installed: (Attached image):
image

Can you circumvent or fix it, please? :)

same here, my workaround is to change
style.sheet.insertRule('.btrG { word-break: break-all; line-height: 18px; }');
into
style.sheet.insertRule('.btrG { word-break: normal; line-height: 18px; }');

may have some side effects