We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b178641 commit 0754a38Copy full SHA for 0754a38
scripts/shortenURL.js
@@ -1,14 +1,19 @@
1
export default {
2
+ icon: "",
3
name: {
- en: "Shorten URL (j2team)",
4
- vi: "Rút gọn link (j2team)",
+ en: "Shorten URL",
5
+ vi: "Rút gọn link",
6
},
7
description: {
- en: "Shorten URL using j2team.dev",
8
- vi: "Rút gọn link dùng công cụ của j2team",
9
+ vi: "Rút gọn link nhanh chóng",
10
11
12
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/
17
window.open(
18
`https://j2team.dev/home/?prefill_url=${encodeURIComponent(
19
window.top.location.href
0 commit comments