Skip to content
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

line wise #57

Open
DylanRosfelder opened this issue Jan 8, 2025 · 7 comments
Open

line wise #57

DylanRosfelder opened this issue Jan 8, 2025 · 7 comments

Comments

@DylanRosfelder
Copy link

it doesnt show up as an option to disable linewise, I was able to kill goguardian but linewise is still filtering websites, anyone know a solution?

@DylanRosfelder
Copy link
Author

note the chrome ID is identical from the linewise extension from the extensions tab and the URL link, it isn't simply a bad or old ID

@Blobby-Boi
Copy link
Owner

most likely because the URL provided isn't under web_accessible_resources so its not possible to embed it onto an iframe. If you want to try fixing it, go to the manifest.json file of linewise which you can find here: chrome-extension://ifinpabiejbjobcphhaomiifjibpkjlf/manifest.json and locate web_accessible_resources. From there, see which files are listed, then get the URL of that file by adding the file after chrome-extension://ifinpabiejbjobcphhaomiifjibpkjlf/. Then you can change the linewise url to that in the index.html file on this repository and it should work.

@GoobisMoobis
Copy link

chrome-extension://ifinpabiejbjobcphhaomiifjibpkjlf/manifest.json

I don't have access to manifest files for my extensions, is there another way or some way I can access them?

@Blobby-Boi
Copy link
Owner

Is manifest the only blocked file, or can you not access chrome-extension url's whatsoever?

@GoobisMoobis
Copy link

Is manifest the only blocked file, or can you not access chrome-extension url's whatsoever?

I just realized lol, the url the html is using (the launcher thing) is completely blocked too

@Blobby-Boi
Copy link
Owner

they can do that? Dang I guess you're out of luck.

@GoobisMoobis
Copy link

At least they didn't do that with goguardian 🙃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants