-
Updated
Jun 7, 2022 - JavaScript
#
url
Here are 1,990 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
Jun 23, 2022 - Swift
-
Updated
Jun 28, 2022 - Python
React Hook for managing state in URL query parameters with easy serialization.
-
Updated
Jun 28, 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>?
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
A list of search engines useful during Penetration testing, vulnerability assessments, red team operations, bug bounty and more
url
dns
search-engine
security
awesome
osint
exploit
domain
hacking
vulnerability
awesome-list
wifi-network
vulnerabilities
bugbounty
security-tools
awesome-lists
redteaming
redteam
hacking-tools
osint-tool
-
Updated
Jun 27, 2022
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
The most ⚡️ analytics-intensive self-hostable URL shortener, with an amazing UI | AKA free-Bitly/Shlink alternative 🚀
react
redux
nodejs
javascript
url
graphql
tracking
self-hosted
url-shortener
customizable
beautiful
bitly
shlink
-
Updated
Jun 23, 2022 - JavaScript
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
Jun 22, 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