Skip to content

Commit 0754a38

Browse files
committed
shortener
1 parent b178641 commit 0754a38

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

scripts/shortenURL.js

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
export default {
2+
icon: "",
23
name: {
3-
en: "Shorten URL (j2team)",
4-
vi: "Rút gọn link (j2team)",
4+
en: "Shorten URL",
5+
vi: "Rút gọn link",
56
},
67
description: {
7-
en: "Shorten URL using j2team.dev",
8-
vi: "Rút gọn link dùng công cụ của j2team",
8+
en: "Shorten URL",
9+
vi: "Rút gọn link nhanh chóng",
910
},
1011

1112
func: function () {
13+
// https://hyperhost.ua/tools/en/surli
14+
// https://www.shorturl.at/shortener.php
15+
// https://tinyurl.com/app
16+
// https://cutt.ly/
1217
window.open(
1318
`https://j2team.dev/home/?prefill_url=${encodeURIComponent(
1419
window.top.location.href

0 commit comments

Comments
 (0)