dmmax / hide-glassdoor-overlap-blocks

Hides the Glassdoor overlap blocks
Apache License 2.0
3 stars 1 forks source link

Fix October 2023 #1

Open laurenceWalton opened 8 months ago

laurenceWalton commented 8 months ago

Script was not working for me (Chrome, signed-in, signed-out, MacOS).

Suggested fix:

New Script:

dmmax commented 8 months ago

Hi @laurenceWalton I started facing the same issue. When I was debugging the console I can see the following errors

image

and the problem with the URL line

image image

I tried using your code using the external JS URL but faced the same issue. The problem is with loading the external script using the extension.

If I pass the code directly to the extension without the external link - it works fine.

Do you know how it could be resolved?