Skip to content

Add ability to extract a specific argument from the URL #14

Description

@RobertKlohr

Add the ability to extract a specific argument from the URL into the title.

Example URL: https://example.com/?login=saml&email=test%40example.com with the title “Sign-In”

Example:

The tag could be {argvalue=”key”} with “key” being the argument key to search for to return the value. Need to consider arguements prefaced by both “?” and “&”.

Tab title format: {title} - {protocol}://{hostnameascii} - {argvalue=email}

Result: Sign In - https://example.com/ - test%40example.com

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions