-
Notifications
You must be signed in to change notification settings - Fork 30
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
Improve 'href-sanitizer' — add ability to modify the value #460
Labels
enhancement
Improvement of existent feature
Priority: P4
Release: v2.0.1
Resolution: Fixed
Status: Closed
Version: Scriptlets v2.0
Comments
It would be also nice to have an option to remove hash from the link, a bit related to - #135 For example, if there is a link like this one: <a href="https://example.org/?article#utm_source=Facebook"></a> it should be possible to remove Another
|
adguard
pushed a commit
that referenced
this issue
Oct 25, 2024
…' values in 'transform' option. #460
adguard
pushed a commit
that referenced
this issue
Oct 30, 2024
…' values in 'transform' option. Squashed commit of the following: commit 737dda8 Author: jellizaveta <[email protected]> Date: Mon Oct 28 20:26:25 2024 +0300 add comment commit da34a66 Author: jellizaveta <[email protected]> Date: Mon Oct 28 20:04:41 2024 +0300 update script commit f3c3616 Author: jellizaveta <[email protected]> Date: Mon Oct 28 19:49:42 2024 +0300 fix comments, update script commit 99439d6 Author: jellizaveta <[email protected]> Date: Mon Oct 28 15:45:40 2024 +0300 refactor commit bafa849 Author: jellizaveta <[email protected]> Date: Mon Oct 28 15:16:15 2024 +0300 update compatibility table commit 83e1d96 Merge: 7fb9cf0 e4cb5f3 Author: jellizaveta <[email protected]> Date: Mon Oct 28 15:05:16 2024 +0300 Merge branch 'fix/AG-36910' of ssh://bit.int.agrd.dev:7999/adguard-filters/scriptlets into fix/AG-36910 commit 7fb9cf0 Author: jellizaveta <[email protected]> Date: Mon Oct 28 15:01:33 2024 +0300 update var names, docs, conditions commit c601f8d Author: jellizaveta <[email protected]> Date: Fri Oct 25 20:37:26 2024 +0300 update docs commit ff6f047 Author: jellizaveta <[email protected]> Date: Fri Oct 25 20:31:22 2024 +0300 moved the calculations inside the function commit e4cb5f3 Author: Slava Leleka <[email protected]> Date: Fri Oct 25 20:10:51 2024 +0300 src/scriptlets/href-sanitizer.ts edited online with Bitbucket commit 9736333 Author: jellizaveta <[email protected]> Date: Fri Oct 25 19:59:04 2024 +0300 fix docs commit 1ecfacb Merge: 5ccadb6 a875fdf Author: jellizaveta <[email protected]> Date: Fri Oct 25 19:47:47 2024 +0300 merge master, resolve conflicts commit 5ccadb6 Author: jellizaveta <[email protected]> Date: Fri Oct 25 19:37:30 2024 +0300 AG-36910 Improve 'href-sanitizer' — add 'removeParam' and 'removeHash' values in 'transform' option. #460
This was referenced Jan 24, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
Improvement of existent feature
Priority: P4
Release: v2.0.1
Resolution: Fixed
Status: Closed
Version: Scriptlets v2.0
#455 (comment):
The text was updated successfully, but these errors were encountered: