Skip to content

Instantly share code, notes, and snippets.

@piotrkubisa
Created July 13, 2023 12:42
Show Gist options
  • Save piotrkubisa/c6a6a5c1cd056d77d48baecaf1ab20b9 to your computer and use it in GitHub Desktop.
Save piotrkubisa/c6a6a5c1cd056d77d48baecaf1ab20b9 to your computer and use it in GitHub Desktop.
Remove overlay SVG to fix bug causing top 5 rows of table to not be clickable in Data Studio / Looker Studio
lookerstudio.google.com##.metric-axis-holder:style(display: none)
@piotrkubisa
Copy link
Author

piotrkubisa commented Jan 30, 2024

AFAIK, users who has only VIEW access does not see this rectangle, so this is likely only a problem for editors.

Also, the uBlock Origin is available in Firefox (https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/). It is an official extension shared on Mozilla Addons. IMHO, you likely won't find any non-extension way to interfere with a DOM of website, because extensions are meant to do that.

@evasfra
Copy link

evasfra commented Jan 30, 2024

Unfortunately, it also happens if the report is embedded using an iframe, affecting any user using Firefox in my use case. That's why I cannot force dozens of Firefox users to install an extension and add a rule. But you are right, there are not much options unless they fix this random bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment