Skip to content

Commit 3d35b01

Browse files
committed
Update searchJumperDefaultConfig.js
1 parent 79788a4 commit 3d35b01

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

SearchJumper/searchJumperDefaultConfig.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,11 @@ switch (lang) {
284284
"description": "ctrl 后台标签页 alt 小窗 ctrl+shift 隐身窗口",
285285
"openInNewTab": true
286286
},
287+
{
288+
"name": "便宜服务器",
289+
"url": "https://my.racknerd.com/aff.php?aff=12390",
290+
"description": "性价比最高的服务器,2刀一个月"
291+
},
287292
{
288293
"name": "二维码生成",
289294
"url": "https://hoothin.com/qrcode#%U",
@@ -659,6 +664,11 @@ switch (lang) {
659664
"name": "🔗 Preview link",
660665
"url": "showTips:\n<style>\n.search-jumper-tips{\n background:unset;\n box-shadow:unset;\n max-width: unset;\n width: auto;\n}\n.search-jumper-tips * {\n max-width: unset;\n width: auto;\n}\n.search-jumper-tips iframe{\n background: #f5f5f5e0;\n box-shadow: 0px 0px 10px 0px #000;\n width: 620px;\n height: 500px;\n resize: auto;\n}\n</style>\n<iframe src=\"%t\"></iframe>"
661666
},
667+
{
668+
"name": "Cheap VPS",
669+
"url": "https://my.racknerd.com/aff.php?aff=12390",
670+
"description": "Most cost-effective server, $2 per month"
671+
},
662672
{
663673
"name": "Copy target svg to base64",
664674
"url": "javascript:(()=>{let svg=window.targetElement&&window.targetElement.querySelector('svg');if(svg){navigator.clipboard.writeText('data:image/svg+xml;base64,'+btoa(unescape(encodeURIComponent(new XMLSerializer().serializeToString(svg)))));alert(\"copy over!\")}})()"

0 commit comments

Comments
 (0)