-
Updated
Apr 3, 2022 - JavaScript
#
url
Here are 1,921 public repositories matching this topic...
Javascript URL mutation library
Parse and stringify URL query strings
-
Updated
Feb 5, 2022 - JavaScript
Fast and secure tunnels over HTTP/2
-
Updated
Apr 14, 2022 - Go
A macOS app for customizing which browser to start
-
Updated
Apr 13, 2022 - Swift
-
Updated
Mar 15, 2022 - Python
React Hook for managing state in URL query parameters with easy serialization.
-
Updated
Mar 29, 2022 - TypeScript
Open
Query params output
10
Create and view web pages stored entirely in the URL
-
Updated
Mar 10, 2021 - JavaScript
haansplosion
commented
Jun 22, 2021
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.
help wanted
investigation-needed
good first issue
This issue is good for beginners to start contributing.
artemijan
commented
Jan 4, 2017
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>?
-
Updated
Sep 16, 2021 - Swift
Attempts to improve how clickable links are detected, highlighted and handled in TextView
-
Updated
May 29, 2021 - Java
A <Hyperlink /> component for react-native that makes urls, fuzzy links, emails etc clickable
-
Updated
Aug 11, 2021 - JavaScript
A silly snake game on the browser URL
-
Updated
Feb 26, 2022 - JavaScript
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.
nodejs
javascript
i18n
url
language
converts
seo
transliteration
pinyin
latin-script
hepburn
slug
speakingurl
-
Updated
Oct 8, 2021 - JavaScript
Splits a hostname into subdomains, domain and (effective) top-level domains.
-
Updated
Apr 10, 2022 - TypeScript
E2guardian is a web content filter that can work in proxy, transparent or icap server modes
url
ssl
c-plus-plus
web
scalable
openssl
https
proxy
squid
filtering
icap-server
transparent-proxy
content-filter
transparent-https-proxy
dansguardian
e2guardian
http1-1
-
Updated
Apr 14, 2022 - HTML
RFC3986/RFC3987 compliant URI parser
-
Updated
May 16, 2021 - PHP
Improve this page
Add a description, image, and links to the url topic page so that developers can more easily learn about it.
Add this topic to your repo
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