forked from ChinaGodMan/UserScripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathScriptCard.html
More file actions
30 lines (28 loc) · 2.48 KB
/
Copy pathScriptCard.html
File metadata and controls
30 lines (28 loc) · 2.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<h3>
<a href="../{script_fold}">
<picture><source type="image/png" media="(prefers-color-scheme: dark)" srcset="{icon}"><img width=18 src="{icon}" width=18></a>
<a href="../{script_fold}">{script_name}</a>
<a href="https://{domain}/scripts/{script_id}">
<img src="https://img.shields.io/greasyfork/dt/{script_id}?logo=greasyfork&logoColor=white&labelColor=%23670000&color=blue&label=%E7%94%A8%E6%88%B7%E6%95%B0%E9%87%8F"></a>
<a href="https://twitter.com/intent/tweet?text=Just%20discovered%20this%20epic%20userscript!&url=https://github.com/{repo_name}/tree/main/{script_fold}&hashtags=greasemonkey,userscripts,javascript">
<img src="https://img.shields.io/twitter/url/http/shields.io.svg?style=social" alt="Tweet">
</a>
</h3>
{details_block}
<blockquote>
<a href="https://{domain}/scripts/{script_id}">
<img height=13 src="https://github.com/{sub_repo_name}/raw/main/images/icons/platforms/tampermonkey/icon28.png"><img height=13.5 src="https://github.com/{sub_repo_name}/raw/main/images/svg/vm.svg"><img height=13 src="https://github.com/{sub_repo_name}/raw/main/images/icons/platforms/scriptcat/icon108.png"><img height=13 src="https://github.com/{sub_repo_name}/blob/main/images/icons/platforms/orangemonkey/icon112.png"></a>
<a href="https://{domain}/scripts/{script_id}">
Greasemonkey</a> /
<a href="../{script_fold}/{readme_file}">
<picture><source type="image/svg+xml" media="(prefers-color-scheme: dark)" srcset="https://assets.aiwebextensions.com/images/icons/paper-sheet/white.svg"><img height=13 src="https://assets.aiwebextensions.com/images/icons/paper-sheet/black.svg"></picture></a>
<a href="../{script_fold}/{readme_file}">
自述文件</a> /
<a href="https://github.com/{repo_name}/discussions">
<picture><source type="image/svg+xml" media="(prefers-color-scheme: dark)" srcset="https://assets.aiwebextensions.com/images/icons/speech-bubble-square/white.svg"><img height=12 src="https://assets.aiwebextensions.com/images/icons/speech-bubble-square/black.svg"></picture></a>
<a href="https://github.com/{repo_name}/discussions">讨论</a> /
<a href="../{script_fold}/{js_name}">
<img hight=16 width=15 src="https://img.icons8.com/color/48/code.png">源码</a> /
<a href="https://github.com/{repo_name}/raw/main/{script_fold}/{js_name}">
<img hight=16 width=15 src="https://img.icons8.com/color/48/maintenance.png">安装</a>{changelog_block}{author_block}
</blockquote>