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

Replace url support for url cleaner module #355

Open
3 tasks done
AdityaMH opened this issue May 6, 2024 · 1 comment
Open
3 tasks done

Replace url support for url cleaner module #355

AdityaMH opened this issue May 6, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@AdityaMH
Copy link

AdityaMH commented May 6, 2024

Describe a related problem (optional)

if someone want to change url from en.google.com to www.google.com, or media.discordapp.net to cdn.discordapp.com you can't do that because clearurl didn't support it.

Describe your suggested feature

Using alternative to clear or replace url or make it support js like this: https://github.com/AdityaMH/Untracker/blob/fix-yt-music/app/src/main/java/me/zhanghai/android/untracker/BuiltinRuleList.kt

Describe alternatives you've considered for your suggested feature

No response

Other details

No response

Acknowledgements

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
  • I have written a short but informative title.
  • I will fill out all of the requested information in this form.
@AdityaMH AdityaMH added the enhancement New feature or request label May 6, 2024
@TrianguloY
Copy link
Owner

The pattern checker module should allow what you want.

It may be more complex to setup than adding code, I agree, but it should be similar regarding what you can do.

Is there something that code allows and the patterns doesn't? I won't mind adding a more general "Coding module", but I need to check if there is an easy way to add a language parser that doesn't add a big overhead (maybe lisp? Probably better JavaScript...I see you are using quick-js...I wonder how much overhead it adds...)

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

No branches or pull requests

2 participants