Javascript URL mutation library
-
Updated
Jun 7, 2022 - JavaScript
{{ message }}
Javascript URL mutation library
Parse and stringify URL query strings
Fast and secure tunnels over HTTP/2
A macOS app for customizing which browser to start
React Hook for managing state in URL query parameters with easy serialization.
Create and view web pages stored entirely in the URL
Similar to how Weblinkpreview allows you to search for any property tag.
webLinkMetadata["image"] // String for <meta property="og:image" ...>
The above method allows for searching for any tag, which would be useful to search for things that we need.
is there an option to ignore not a tag but some class name for example. i just want not to linkify for example all <span class="link-removed-by-user">google.com</span>?
Attempts to improve how clickable links are detected, highlighted and handled in TextView
A <Hyperlink /> component for react-native that makes urls, fuzzy links, emails etc clickable
A silly snake game on the browser URL
A list of search engines useful during Penetration testing, vulnerability assessments, red team operations, bug bounty and more
Node.js module to generate URL slugs. Another one? This one cares about i18n and transliterates non-Latin scripts to conform to the RFC3986 standard. Mostly API-compatible with similar modules.
The most
E2guardian is a web content filter that can work in proxy, transparent or icap server modes
RFC3986/RFC3987 compliant URI parser
Add a description, image, and links to the url topic page so that developers can more easily learn about it.
To associate your repository with the url topic, visit your repo's landing page and select "manage topics."
Describe the bug
Possibly incorrect queryParams output
To Reproduce
urlcat('https://google.com', '', {test: 'abc'})
returns https://google.com/test=abc
Expected behavior
Should return
https://google.com?test=abc