The splitt function for the fields was a greedy function and splitt at the last question mark, but it should splitt at the last question mark. So now the splitt function is a non-greedy function.
This commit is contained in:
Kevin Röbert
2018-06-25 21:58:07 +02:00
parent d51b49b40c
commit e001144d1a
2 changed files with 8 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "ClearURLs",
"version": "1.3.3.3",
"version": "1.3.3.4",
"author": "Kevin R.",
"description": "Remove tracking elements form URLs.",
"homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls",