-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (33 loc) · 2.22 KB
/
index.html
File metadata and controls
33 lines (33 loc) · 2.22 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
31
32
33
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LIFF-APP</title>
<link href="./style.css" rel="stylesheet">
<link rel="icon" href="https://obs.line-scdn.net/0hrKkn3t_FLWRWFz-5ynlSMwRKJgZldTNvdCM5AzZocTAzTAxSbw8baSxCGjAzcghZIRAEQzVoAT96RgxSNiQHAzp_FTB6TBxzLSQXcjhEBiQ9XDZoYg0S"/>
</head>
<body>
<div id="main">
<h1>LIFFツールv3</h1>
<h2 style="color:red;">!!!!悪用厳禁!!!!</h2>
<h2>OC内でのliffからのメッセージ送信は出来なくなりました</h2>
<p>
<span id="err"></span>
</p>
<p>liff-token:<input type="text" id="token" value="null"><button type="button" onclick= set() >設定</button></p>
<button type="button" onclick=pc()>tokenを転送</button><button type="button" onclick=clos()>tokenを保持して閉じる(a)</button><button type="button" onclick=openB()>ブラウザで開く</button>
<p>
メッセージ送信:<input type=text id=test value="てすと"><button type="button" onclick=test()>送信</button>
</p>
<span id="button1"><button type="button" onclick= kuni() >unicode解析</button><button type="button" onclick=url()>通報リンク変換</button><button type="button" onclick=uni()>ユニコ自動連投</button><button type="button" onclick=flex()>Flexメッセージ生成</button><button type="button" onclick= tUni()>多機能連投</button><button type="button" onclick= help()>使い方/ヘルプ</button></span>
<div id="app"></div><br><br><p><a href="https://line.me/R/oaMessage/@228jbgfo/">バグ報告・質問等はこちらへ</a></p>
<p>その他のツール</p>
<p><a href="https://liff-tool.f5.si/url/create.html">規制url回避</a><br><a href="https://liff-tool.f5.si/tool">オプurl変換</a></p>
</div>
<script src="https://cdn.jsdelivr.net/npm/js-cookie@3.0.5/dist/js.cookie.min.js"></script>
<script src="./scr.js"></script>
</body>
</html>