Url-Shorten-Worker icon indicating copy to clipboard operation
Url-Shorten-Worker copied to clipboard

A URL Shortener created using Cloudflare worker

Results 28 Url-Shorten-Worker issues
Sort by recently updated
recently updated
newest added

在访问 根路径 / 时,返回404 只有在访问一个秘密路径时,才返回正常的使用页面 修改说明: https://zelikk.blogspot.com/2022/07/url-shorten-worker-hide.html 部署教程: https://zelikk.blogspot.com/2022/07/url-shorten-worker-hide-tutorial.html

这样子就不用在上cfkv里,就可以自定义和删除了 另,可不可以在两个地方加个可选的密码一个是跳转,另外一个是主界面,因为害怕被不法分子拿来利用

修改方法 https://zelikk.blogspot.com/2022/07/url-shorten-worker-custom.html GitHub https://github.com/crazypeace/Url-Shorten-Worker

非常感谢您的项目,有个问题想请教 如果我现在有域名 **myurl.com** 如何实现 访问**url.myurl.com**为短连接主页,生成短连接格式 **myurl.com/abcdef** 例如 访问t.cn为微博主页,同时微博短连接为t.cn/abcdef 谢谢啦

我改了下main.js, 复制的时候会加上 `https://`了 [实现](https://github.com/Sakaizd/Url-Shorten-Worker/blob/gh-pages/main.js#L49)

请问[sub-web-modify](https://github.com/youshandefeiyang/sub-web-modify)如何调用[Url-Shorten-Worker](https://github.com/xyTom/Url-Shorten-Worker)的API,实现短连接

![IMG_20220409_124442](https://user-images.githubusercontent.com/98105676/162556776-273fb0ce-87bb-41ec-b9ca-b8a6e667cc75.jpg) 刚刚复制的就是这样子 ![IMG_20220409_124706](https://user-images.githubusercontent.com/98105676/162556809-3b90ea2c-d1ac-4fb1-b9d4-5ea5766716a1.jpg)