Skip to content

使用秘密路径访问操作页面。支持自定义短链。API 不公开服务。页面缓存设置过的短链。长链接文本框预搜索localStorage。增加删除某条短链的按钮。增加读取KV的按钮。变身网络记事本 Pastebin。变身图床 Image Hosting。A URL Shortener created using Cloudflare worker and KV

License

Notifications You must be signed in to change notification settings

jone88888/Url-Shorten-Worker

This branch is 34 commits behind crazypeace/Url-Shorten-Worker:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a51632e · Feb 21, 2024
Feb 4, 2024
Nov 15, 2023
Dec 5, 2020
Feb 5, 2024
Nov 14, 2023
Feb 3, 2024
Feb 4, 2024
Feb 4, 2024
Jan 23, 2024
Jan 23, 2024
Nov 14, 2023
Jan 27, 2024
Feb 21, 2024

Repository files navigation

演示

短链系统 https://1way.eu.org/bodongshouqulveweifengci

网络记事本 Pastebin https://pastebin.icdyct.cloudns.asia/tieludasiliqiuweiyue

图床 Image Hosting https://imghost.crazypeace.workers.dev/imghostimghost

网络日记本 NetJournal 支持Markdown https://journal.crazypeace.workers.dev/journaljournal

完整的部署教程

https://zelikk.blogspot.com/2022/07/url-shorten-worker-hide-tutorial.html

如果不想被作者的更新影响

  • Fork一份自己的Repo.

  • 在Cloudflare的worker.js中搜索"https://crazypeace.github.io/Url-Shorten-Worker/" + config.theme + "/index.html", 把其中的crazypeace改为你自己的, 这样Cloudflare的worker就会拉你自己的这一份index.html image

  • 在你自己fork出来的这份Repo里, 修改index.html, 搜索"https://crazypeace.github.io/Url-Shorten-Worker/main.js", 把其中的crazypeace改为你自己的, index.html就会拉你自己的main.js image

在原版基础上的修改说明

直接访问域名返回404。在KV中设置一个entry,保存秘密path,只有访问这个path才显示使用页面。

https://zelikk.blogspot.com/2022/07/url-shorten-worker-hide-tutorial.html

支持自定义短链

https://zelikk.blogspot.com/2022/07/url-shorten-worker-custom.html

API 不公开服务

https://zelikk.blogspot.com/2022/07/url-shorten-worker-api-password.html

页面缓存设置过的短链

https://zelikk.blogspot.com/2022/08/url-shorten-worker-localstorage.html

长链接文本框预搜索localStorage

https://zelikk.blogspot.com/2022/08/url-shorten-worker-bootstrap-list-group-oninput.html

增加按钮可以删除某条短链

https://zelikk.blogspot.com/2022/08/url-shorten-worker-delete-kv-localstorage.html

访问计数功能 可查询短链 成为功能完整的短链API系统

https://zelikk.blogspot.com/2023/11/url-shorten-worker-visit-count-api-api.html

阅后即焚功能, 可制作一次性二维码

https://zelikk.blogspot.com/2023/11/url-shorten-worker-snapchat-mode.html

增加读取 KV 中全部记录的功能

https://zelikk.blogspot.com/2024/01/url-shorten-worker-load-cloudflare-kv.html

变身网络记事本 Pastebin

https://zelikk.blogspot.com/2024/01/url-shorten-worker-pastebin.html

保护 'password' key

https://zelikk.blogspot.com/2024/01/url-shorten-worker-password-protect-keylist.html

变身图床 Image Hosting

https://zelikk.blogspot.com/2024/01/url-shorten-worker-image-hosting-base64.html

About

使用秘密路径访问操作页面。支持自定义短链。API 不公开服务。页面缓存设置过的短链。长链接文本框预搜索localStorage。增加删除某条短链的按钮。增加读取KV的按钮。变身网络记事本 Pastebin。变身图床 Image Hosting。A URL Shortener created using Cloudflare worker and KV

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 60.7%
  • JavaScript 37.6%
  • CSS 1.7%