2019-02-05 13:33:32 +11:00
|
|
|
|
<!doctype html>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<html lang="ps">
|
2019-05-06 20:10:03 +10:00
|
|
|
|
|
2019-02-05 13:33:32 +11:00
|
|
|
|
<head>
|
|
|
|
|
<title>TheDesk</title>
|
|
|
|
|
<meta content="width=device-width,initial-scale=1.0" name="viewport">
|
2019-06-22 01:22:45 +10:00
|
|
|
|
<link href="../../node_modules/materialize-css/dist/css/materialize.css" type="text/css" rel="stylesheet">
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
|
|
|
|
|
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
|
2019-02-05 13:33:32 +11:00
|
|
|
|
<link href="../../css/themes.css" type="text/css" rel="stylesheet">
|
2019-04-13 13:41:58 +10:00
|
|
|
|
<link href="../../css/tl.css" rel="stylesheet" type="text/css">
|
|
|
|
|
<link href="../../css/userdata.css" rel="stylesheet" type="text/css">
|
|
|
|
|
<link href="../../css/post.css" rel="stylesheet" type="text/css">
|
2019-02-05 13:33:32 +11:00
|
|
|
|
<link href="../../css/master.css" type="text/css" rel="stylesheet">
|
2019-04-13 13:41:58 +10:00
|
|
|
|
<link href="../../css/sort.css" rel="stylesheet" type="text/css">
|
2019-02-05 13:33:32 +11:00
|
|
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons|Open+Sans:300|Baloo+Bhai" rel="stylesheet">
|
|
|
|
|
<meta charset="utf-8">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
|
2019-02-05 13:33:32 +11:00
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
var _jipt = [];
|
|
|
|
|
_jipt.push(['project', 'thedesk']);
|
|
|
|
|
</script>
|
|
|
|
|
<script type="text/javascript" src="https://cdn.crowdin.com/jipt/jipt.js"></script>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
|
2019-02-05 13:33:32 +11:00
|
|
|
|
</head>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
|
2019-02-05 13:33:32 +11:00
|
|
|
|
<body>
|
2019-06-22 01:22:45 +10:00
|
|
|
|
<script type="text/javascript" src="../../node_modules/jquery/dist/jquery.js"></script>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<script type="text/javascript" src="../../js/platform/first.js"></script>
|
2019-06-22 01:22:45 +10:00
|
|
|
|
<script type="text/javascript" src="../../node_modules/materialize-css/dist/js/materialize.js"></script>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<script type="text/javascript" src="../../js/lang/lang.ps.js"></script>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<script type="text/javascript" src="../../js/common/time.js"></script>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<script type="text/javascript" src="../../js/common/blurhash.js"></script>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<script type="text/javascript" src="../../js/common/version.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/common/keyshortcut.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/common/modal.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/ui/jquery-ui.min.js"></script>
|
2019-06-22 02:06:32 +10:00
|
|
|
|
<script type="text/javascript" src="../../node_modules/sweetalert2/dist/sweetalert2.all.min.js"></script>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<script>
|
2019-06-22 01:22:45 +10:00
|
|
|
|
var ver = "Usamin (18.6.1)";
|
2019-05-06 20:10:03 +10:00
|
|
|
|
//betaを入れるとバージョンチェックしない
|
|
|
|
|
//GitHubに上げるときはindex.htmlをちゃんとする。(index.start.html)
|
|
|
|
|
//var ver="beta";
|
|
|
|
|
//WinstoreではバージョンCK・言語・Misskeyトークンの機能が排除
|
|
|
|
|
var acct_id = 0;
|
|
|
|
|
var tlid = 0;
|
|
|
|
|
</script>
|
|
|
|
|
<textarea id="copy" style="top:-100px; position:fixed;"></textarea>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<canvas id="canvas" style="top:-100px; position:fixed;width:32px;height:32px" width="32" height="32"></canvas>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<div id="tl">
|
|
|
|
|
<!--TL-->
|
|
|
|
|
<!--ドラッグハンドラ-->
|
|
|
|
|
<div id="drag">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<div id="drag-content" data-trans="drag_here">crwdns384:0crwdne384:0
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<br>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<button class="btn waves-effect" onclick="closedrop()" data-trans="close">crwdns385:0crwdne385:0</button>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="post-box" class="z-depth-5">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<div id="post-bar" class="drag-bar"><span id="unreact">crwdns2402:0crwdne2402:0</span><span id="addreact"
|
2019-05-06 20:10:03 +10:00
|
|
|
|
class="hide">Reaction</span></div>
|
|
|
|
|
<!--トゥートボックス-->
|
|
|
|
|
<div id="left-side">
|
|
|
|
|
<div class="row" style="margin-bottom:0;">
|
|
|
|
|
</span>
|
|
|
|
|
<div class="" style="float:left;">
|
|
|
|
|
<a onclick="profShow()" style="vertical-align:-2.5rem;" class="pointer mize">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<img src="../../img/missing.svg" id="acct-sel-prof" title="crwdns386:0crwdne386:0(Ctrl+Shift+P)"
|
2019-05-06 20:10:03 +10:00
|
|
|
|
data-trans-title="post_box_prof" width="24px">
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="input-field mize" style="float:left; width:calc(100% - 24px)">
|
|
|
|
|
<select id="post-acct-sel" class="acct-sel" onchange="mdCheck()"></select>
|
|
|
|
|
</div>
|
|
|
|
|
<span class="cancel">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<i class="material-icons waves-effect" onclick="hide()" title="crwdns412:0crwdne412:0(X)"
|
2019-05-06 20:10:03 +10:00
|
|
|
|
data-trans-title="post_box_close">cancel</i>
|
|
|
|
|
</span>
|
|
|
|
|
<!--Markdown-->
|
|
|
|
|
<div class="row" style="margin-bottom:0">
|
|
|
|
|
<div class="markdown mize hide">
|
|
|
|
|
<div class="col s12">
|
|
|
|
|
<i class="material-icons pointer setting waves-effect" onclick="tagsel('b')"
|
|
|
|
|
title="太字(Ctrl+B)テキストボックス内を選択してから押すと囲みます。">format_bold</i>
|
|
|
|
|
<i class="material-icons pointer setting waves-effect" onclick="tagsel('i')"
|
|
|
|
|
title="斜字(Ctrl+I)テキストボックス内を選択してから押すと囲みます。">format_italic</i>
|
|
|
|
|
<i class="material-icons pointer setting waves-effect" onclick="tagsel('u')"
|
|
|
|
|
title="下線(Ctrl+U)テキストボックス内を選択してから押すと囲みます。">format_underlined</i>
|
|
|
|
|
<i class="material-icons pointer setting waves-effect" onclick="tagsel('s')"
|
|
|
|
|
title="取り消し(Ctrl+S)テキストボックス内を選択してから押すと囲みます。">strikethrough_s</i>
|
|
|
|
|
<i class="material-icons pointer setting waves-effect" onclick="markdown('>','no','yes')"
|
|
|
|
|
title="引用">format_quote</i>
|
|
|
|
|
<i class="material-icons pointer setting waves-effect" onclick="markdown('#','no','yes')"
|
|
|
|
|
title="見出し">short_text</i>
|
|
|
|
|
<i class="material-icons pointer setting waves-effect" onclick="markdown('`','yes','no')"
|
|
|
|
|
title="コード挿入 テキストボックス内を選択してから押すと囲みます。">code</i>
|
|
|
|
|
<i class="material-icons pointer setting waves-effect" onclick="markdown('- ','yes','yes')"
|
|
|
|
|
title="箇条書きリスト">format_list_bulleted</i>
|
|
|
|
|
<i class="material-icons pointer setting waves-effect" onclick="markdown('1. ','yes','yes')"
|
|
|
|
|
title="番号付きリスト">format_list_numbered</i>
|
2019-05-19 17:39:30 +10:00
|
|
|
|
<i class="pointer setting fa fa-subscript waves-effect"
|
|
|
|
|
onclick="markdown('__','yes','no','before')" title="下付き文字 テキストボックス内を選択してから押すと囲みます。"
|
|
|
|
|
style="font-size:1.5rem"></i>
|
|
|
|
|
<i class="pointer setting fa fa-superscript waves-effect"
|
|
|
|
|
onclick="markdown('_','yes','no','before')" title="上付き文字 テキストボックス内を選択してから押すと囲みます。"
|
|
|
|
|
style="font-size:1.5rem"></i>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<i class="material-icons pointer setting waves-effect" onclick="tagsel('spin')"
|
|
|
|
|
title="回転 テキストボックス内を選択してから押すと囲みます。">autorenew</i>
|
|
|
|
|
<i class="material-icons pointer setting waves-effect" onclick="tagsel('pulse')"
|
|
|
|
|
title="点滅 テキストボックス内を選択してから押すと囲みます。">flare</i>
|
|
|
|
|
<i class="material-icons pointer setting waves-effect" onclick="tagsel('flip=vertical')"
|
|
|
|
|
title="上下反転 テキストボックス内を選択してから押すと囲みます。">swap_vert</i>
|
|
|
|
|
<i class="material-icons pointer setting waves-effect" onclick="tagsel('flip=horizontal')"
|
|
|
|
|
title="左右反転 テキストボックス内を選択してから押すと囲みます。">swap_horiz</i>
|
|
|
|
|
<span class="sml gray pointer waves-effect">
|
|
|
|
|
<a onclick="mdToggle()">Markdownエディタを隠す</a>
|
|
|
|
|
</span>
|
|
|
|
|
<br>
|
|
|
|
|
<i class="material-icons pointer setting waves-effect" onclick="tagsel('size')"
|
|
|
|
|
title="文字サイズ変更 テキストボックス内を選択してから押すと囲みます。">format_size</i>
|
|
|
|
|
<input id="size" style="width: calc(50% - 20px); margin: 0; height: 24px;" value="12">px
|
|
|
|
|
<i class="material-icons pointer setting waves-effect" onclick="tagsel('colorhex')"
|
|
|
|
|
title="文字色変更 テキストボックス内を選択してから押すと囲みます。">color_lens</i>
|
|
|
|
|
<input id="colorhex" style="width: calc(50% - 50px); margin: 0; height: 24px;" type="color">
|
|
|
|
|
<br>
|
2019-05-19 17:39:30 +10:00
|
|
|
|
<i class="material-icons pointer setting waves-effect" onclick="markdownLink()"
|
|
|
|
|
title="リンク挿入">link</i>
|
|
|
|
|
<input id="linkt" style="width: calc(50% - 20px); margin: 0; height: 24px;"
|
|
|
|
|
placeholder="リンクテキスト">
|
|
|
|
|
<input id="link2" style="width: calc(50% - 20px); margin: 0; height: 24px;"
|
|
|
|
|
placeholder="リンクアドレス">
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<br>
|
|
|
|
|
<i class="material-icons pointer setting waves-effect" onclick="markdownImage()"
|
|
|
|
|
title="インライン画像挿入">image</i>
|
2019-05-19 17:39:30 +10:00
|
|
|
|
<input id="image" style="width: calc(50% - 20px); margin: 0; height: 24px;"
|
|
|
|
|
placeholder="代替テキスト">
|
|
|
|
|
<input id="image2" style="width: calc(50% - 20px); margin: 0; height: 24px;"
|
|
|
|
|
placeholder="画像アドレス">
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="input-field col s12" id="preview-field" style="margin-top: 0;">
|
|
|
|
|
<div id="md-preview">
|
|
|
|
|
</div>
|
|
|
|
|
<span class="sml gray pointer">
|
|
|
|
|
<a onclick="previewEdit()">Edit</a>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="input-field col s12" id="toot-field" style="margin-top: 10px;">
|
2019-02-05 13:33:32 +11:00
|
|
|
|
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<textarea id="textarea" class="materialize-textarea unmize" style="margin-bottom:0;"
|
|
|
|
|
data-length="500"></textarea>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<label for="textarea" data-trans="toot">crwdns388:0crwdne388:0</label>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<br>
|
|
|
|
|
<span class="sml gray pointer markdown mize" id="preview-btn">
|
|
|
|
|
<a onclick="preview()">Preview</a>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="sml gray pointer anti-markdown mize">
|
|
|
|
|
<a onclick="mdToggle()">Markdownエディタを表示</a>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col s12 mize" style="margin-top: 0; display:flex; justify-content: space-between">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<i class="waves-effect gray material-icons" id="nsfw" title="crwdns389:0crwdne389:0"
|
2019-05-06 20:10:03 +10:00
|
|
|
|
onclick="nsfw()">visibility_off</i>
|
2019-06-22 01:22:45 +10:00
|
|
|
|
<i class="waves-effect gray material-icons purple-text dropdown-trigger" data-target="dropdown1"
|
|
|
|
|
id="vis-icon">public</i>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<a class="waves-effect gray" id="cw" onclick="cw()" title="crwdns390:0crwdne390:0">CW</a>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<span><span id="imgup"></span><span id="imgsel"><i class="waves-effect material-icons gray"
|
2019-05-07 01:42:06 +10:00
|
|
|
|
onclick="fileselect()" title="crwdns391:0crwdne391:0">photo_library</i></span></span>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<i class="waves-effect gray material-icons" onclick="emojiToggle()" id="emojibtn"
|
2019-05-07 01:42:06 +10:00
|
|
|
|
title="crwdns393:0crwdne393:0">tag_faces</i>
|
2019-06-07 02:11:04 +10:00
|
|
|
|
<i class="waves-effect gray material-icons dropdown-trigger"
|
|
|
|
|
data-target="dropdown2">more_vert</i>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<i class="material-icons nex gray waves-effect" title="crwdns395:0crwdne395:0(Ctrl+Shit+C)"
|
2019-05-06 20:10:03 +10:00
|
|
|
|
data-trans-title="post_box_clear" id="clear">clear</i>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col s12 mize" style="margin-bottom:5px; padding:0;">
|
|
|
|
|
<div id="taglist"></div>
|
|
|
|
|
<div id="preview" class="mize"></div>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<span class=" sml mize"><span data-trans="reply">crwdns396:0crwdne396:0</span>:
|
|
|
|
|
<span id="rec">crwdns397:0crwdne397:0</span>/<span data-trans="file">crwdns399:0crwdne399:0</span>:
|
|
|
|
|
<span id="mec">crwdns400:0crwdne400:0</span>/<span data-trans="vis">crwdns401:0crwdne401:0</span>:
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<span id="vis">public</span>
|
|
|
|
|
</span>
|
|
|
|
|
<br>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<input type="text" id="cw-text" placeholder="crwdns402:0crwdne402:0" class="mize" style="margin:0">
|
|
|
|
|
<div id="sch-box">crwdns1886:0crwdne1886:0<br><span class="sml">crwdns1888:0crwdne1888:0</span><br>
|
2019-05-19 17:39:30 +10:00
|
|
|
|
<input type="datetime-local" id="sch-date" placeholder="crwdns1884:0crwdne1884:0" class="datepicker"
|
|
|
|
|
style="margin:0">
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 公開範囲 Dropdown Structure -->
|
2019-06-07 02:11:04 +10:00
|
|
|
|
<ul id="dropdown1" class="dropdown-content">
|
2019-05-19 17:39:30 +10:00
|
|
|
|
<li style="font-size: 16px; display: block; line-height: 22px; padding: 14px 16px;">crwdns403:0crwdne403:0
|
|
|
|
|
</li>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<li>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<a onclick="vis('public')">crwdns404:0crwdne404:0(Public)</a>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</li>
|
|
|
|
|
<li>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<a onclick="vis('unlisted')">crwdns405:0crwdne405:0(Unlisted)</a>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</li>
|
|
|
|
|
<li>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<a onclick="vis('private')" id="private-button">crwdns406:0crwdne406:0(Private)</a>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</li>
|
|
|
|
|
<li id="limited-button" class="hide">
|
|
|
|
|
<a onclick="vis('limited')">限定公開(Limited)</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li id="local-button" class="hide">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<a onclick="vis('local')">crwdns407:0crwdne407:0(Local)</a>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</li>
|
|
|
|
|
<li>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<a onclick="vis('direct')" class="disabled direct">crwdns408:0crwdne408:0(Direct)</a>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
<!-- その他 Dropdown Structure -->
|
2019-06-07 02:11:04 +10:00
|
|
|
|
<ul id="dropdown2" class="dropdown-content">
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<li>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<a onclick="nowplaying('spotify');">crwdns1880:0crwdne1880:0</a>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</li>
|
|
|
|
|
<li>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<a onclick="nowplaying('itunes');">crwdns2404:0crwdne2404:0</a>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</li>
|
|
|
|
|
<li>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<a onclick="schedule();">crwdns1884:0crwdne1884:0</a>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</li>
|
|
|
|
|
<li>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<a onclick="pollToggle();">crwdns2406:0crwdne2406:0</a>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
<!--hidden area-->
|
|
|
|
|
<input type="hidden" id="reply">
|
|
|
|
|
<input type="hidden" id="media">
|
|
|
|
|
<!--END hidden area-->
|
|
|
|
|
</div>
|
|
|
|
|
<div id="toot-btn-field">
|
|
|
|
|
<button class="btn waves-effect indigo unmize toot-btn-group" onclick="post()"
|
2019-05-07 01:42:06 +10:00
|
|
|
|
id="toot-post-btn">crwdns388:0crwdne388:0</button>
|
2019-05-19 17:39:30 +10:00
|
|
|
|
<button class="btn waves-effect indigo darken-3 unmize hide toot-btn-group" onclick="sec()"
|
|
|
|
|
id="toot-sec-btn"><i class="material-icons" id="toot-sec-icon"
|
|
|
|
|
title="crwdns1890:0crwdne1890:0">lock_open</i></button>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="right-side">
|
|
|
|
|
<div id="suggest"></div>
|
|
|
|
|
<!--絵文字ピッカー-->
|
|
|
|
|
<div id="emoji" class="hide">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<span class="gray sml">crwdns409:0crwdne409:0
|
|
|
|
|
<a onclick="emojiGet('true')" class="pointer">crwdns411:0crwdne411:0</a>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<br>
|
|
|
|
|
</span>
|
|
|
|
|
<div id="emoji-list" class="" style="">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="emoji-control center">
|
|
|
|
|
<button class="btn waves-effect blue" style="width:30%; padding:0;" onclick="emojiList('before')"
|
|
|
|
|
id="emoji-before">
|
|
|
|
|
<i class="material-icons">navigate_before</i>
|
|
|
|
|
</button>
|
|
|
|
|
<span id="emoji-count"></span>/
|
|
|
|
|
<span id="emoji-sum"></span>
|
|
|
|
|
<button class="btn waves-effect blue" style="width:30%; padding:0;" onclick="emojiList('next')"
|
|
|
|
|
id="emoji-next">
|
|
|
|
|
<i class="material-icons">navigate_next</i>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="default-emoji">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<span id="now-emoji"></span>crwdns413:0crwdne413:0<br><span class="gray sml">crwdns410:0crwdne410:0</span>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<br>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<a onclick="customEmoji()" class="pointer waves-effect" title="crwdns414:0crwdne414:0">
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<i class="material-icons">add</i>
|
|
|
|
|
</a>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<a onclick="defaultEmoji('people')" class="pointer waves-effect" title="crwdns415:0crwdne415:0">
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<i class="material-icons">people</i>
|
|
|
|
|
</a>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<a onclick="defaultEmoji('nature')" class="pointer waves-effect" title="crwdns416:0crwdne416:0">
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<i class="material-icons">local_florist</i>
|
|
|
|
|
</a>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<a onclick="defaultEmoji('food')" class="pointer waves-effect" title="crwdns417:0crwdne417:0">
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<i class="material-icons">restaurant</i>
|
|
|
|
|
</a>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<a onclick="defaultEmoji('activity')" class="pointer waves-effect" title="crwdns418:0crwdne418:0">
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<i class="material-icons">directions_run</i>
|
|
|
|
|
</a>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<a onclick="defaultEmoji('place')" class="pointer waves-effect" title="crwdns419:0crwdne419:0">
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<i class="material-icons">directions_car</i>
|
|
|
|
|
</a>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<a onclick="defaultEmoji('object')" class="pointer waves-effect" title="crwdns420:0crwdne420:0">
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<i class="material-icons">attach_file</i>
|
|
|
|
|
</a>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<a onclick="defaultEmoji('symbol')" class="pointer waves-effect" title="crwdns421:0crwdne421:0">
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<i class="material-icons">gesture</i>
|
|
|
|
|
</a>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<a onclick="defaultEmoji('flag')" class="pointer waves-effect" title="crwdns422:0crwdne422:0">
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<i class="material-icons">flag</i>
|
|
|
|
|
</a>
|
|
|
|
|
<a onclick="faicon()" class="pointer waves-effect" title="faicon" id="faicon-btn">
|
|
|
|
|
<i class="fab fa-fort-awesome"></i>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!--Poll UI-->
|
|
|
|
|
<div id="poll" class="hide">
|
|
|
|
|
<select id="poll-sel" onchange="pollProviderCk()">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<option value="nothing">crwdns2408:0crwdne2408:0</option>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<option value="mastodon-poll">Mastodon(2.8~)</option>
|
|
|
|
|
</select>
|
|
|
|
|
<div id="mastodon-poll" class="poll-provider hide">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<input type="text" class="mastodon-choice" placeholder="crwdns2414:0crwdne2414:01">
|
|
|
|
|
<input type="text" class="mastodon-choice" placeholder="crwdns2414:0crwdne2414:02">
|
|
|
|
|
<input type="text" class="mastodon-choice" placeholder="crwdns2414:0crwdne2414:03">
|
|
|
|
|
<input type="text" class="mastodon-choice" placeholder="crwdns2414:0crwdne2414:04">
|
2019-06-07 02:11:04 +10:00
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" class="filled-in" id="poll-multiple" value="1" />
|
|
|
|
|
<span>crwdns2416:0crwdne2416:0</span>
|
|
|
|
|
</label>
|
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" class="filled-in" id="poll-until" value="1" />
|
|
|
|
|
<span>crwdns2412:0crwdne2412:0</span>
|
|
|
|
|
</label>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<input type="number" style="width:50px" id="days_poll" placeholder="d" value="0">crwdns507:0crwdne507:0
|
|
|
|
|
<input type="number" style="width:50px" id="hours_poll" placeholder="h" value="0">crwdns508:0crwdne508:0
|
|
|
|
|
<input type="number" style="width:50px" id="mins_poll" placeholder="m" value="6">crwdns509:0crwdne509:0
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
2019-03-06 19:08:48 +11:00
|
|
|
|
</div>
|
2019-02-05 13:33:32 +11:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<!-- Modal Structure Tootdata-->
|
|
|
|
|
<div id="tootmodal" class="modal modal-fixed-footer">
|
|
|
|
|
<div class="modal-content">
|
2019-06-22 01:22:45 +10:00
|
|
|
|
<ul class="collapsible" id="det-col">
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<li class="dm-hide">
|
|
|
|
|
<div class="collapsible-header">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<i class="material-icons">people_outline</i>@@afterLTL@@
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
<div class="collapsible-body toot-reset" id="ltl-after">
|
|
|
|
|
</div>
|
2019-02-05 13:33:32 +11:00
|
|
|
|
</li>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<li class="dm-hide">
|
|
|
|
|
<div class="collapsible-header">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<i class="material-icons">person_outline</i>@@afterUTL@@
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
<div class="collapsible-body toot-reset" id="user-after">
|
|
|
|
|
</div>
|
2019-02-05 13:33:32 +11:00
|
|
|
|
</li>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<li class="dm-hide">
|
|
|
|
|
<div class="collapsible-header">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<i class="material-icons">language</i>@@afterFTL@@
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
<div class="collapsible-body toot-reset" id="ftl-after">
|
|
|
|
|
</div>
|
2019-02-05 13:33:32 +11:00
|
|
|
|
</li>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<li>
|
|
|
|
|
<div class="collapsible-header">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<i class="material-icons">arrow_upward</i>crwdns423:0crwdne423:0
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
<div class="collapsible-body toot-reset" id="toot-reply">
|
|
|
|
|
</div>
|
2019-02-05 13:33:32 +11:00
|
|
|
|
</li>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<li>
|
|
|
|
|
<div class="collapsible-header" id="activator">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<i class="material-icons">more_horiz</i>crwdns424:0crwdne424:0
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
<div class="collapsible-body">
|
|
|
|
|
<div class="toot-reset" id="toot-this"></div>
|
|
|
|
|
</div>
|
2019-02-05 13:33:32 +11:00
|
|
|
|
</li>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<li>
|
|
|
|
|
<div class="collapsible-header">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<i class="material-icons">arrow_downward</i>crwdns425:0crwdne425:0
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
<div class="collapsible-body toot-reset" id="toot-after">
|
|
|
|
|
</div>
|
2019-02-05 13:33:32 +11:00
|
|
|
|
</li>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<li class="dm-hide">
|
|
|
|
|
<div class="collapsible-header">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<i class="material-icons">people_outline</i>crwdns426:0crwdne426:0
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
<div class="collapsible-body toot-reset" id="toot-before">
|
|
|
|
|
</div>
|
2019-02-05 13:33:32 +11:00
|
|
|
|
</li>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<li class="dm-hide">
|
|
|
|
|
<div class="collapsible-header">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<i class="material-icons">person_outline</i>crwdns427:0crwdne427:0
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
<div class="collapsible-body toot-reset" id="user-before">
|
|
|
|
|
</div>
|
2019-02-05 13:33:32 +11:00
|
|
|
|
</li>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<li>
|
|
|
|
|
<div class="collapsible-header">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<i class="material-icons">star</i>crwdns428:0crwdne428:0
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
<div class="collapsible-body toot-reset" id="toot-fav">
|
|
|
|
|
</div>
|
2019-02-05 13:33:32 +11:00
|
|
|
|
</li>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<li class="dm-hide">
|
|
|
|
|
<div class="collapsible-header">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<i class="text-darken-3 false fas fa-retweet"></i>crwdns429:0crwdne429:0
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
<div class="collapsible-body toot-reset" id="toot-rt">
|
|
|
|
|
</div>
|
2019-02-05 13:33:32 +11:00
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<div class="dm-hide">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
crwdns430:0crwdne430:0(<i class="fas fa-retweet"></i>/<i class="fas fa-star"></i>crwdns431:0crwdne431:0)<br>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col s6">
|
|
|
|
|
<select id="status-acct-sel" class="acct-sel"></select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col s2">
|
|
|
|
|
<button class="dropdown-button btn waves-effect" style="width:100%;" onclick="staEx('reply')"><i
|
|
|
|
|
class="fas fa-share"></i></button>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col s2">
|
2019-05-19 17:39:30 +10:00
|
|
|
|
<button class="dropdown-button btn waves-effect indigo" style="width:100%;"
|
|
|
|
|
onclick="staEx('rt')"><i class="fas fa-retweet"></i></button>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
<div class="col s2">
|
2019-05-19 17:39:30 +10:00
|
|
|
|
<button class="dropdown-button btn waves-effect orange" style="width:100%;"
|
|
|
|
|
onclick="staEx('fav')"><i class="fas fa-star"></i></button>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="toot-tools">
|
|
|
|
|
</div>
|
|
|
|
|
<div id="toot-after">
|
|
|
|
|
</div>
|
2019-02-05 13:33:32 +11:00
|
|
|
|
</div>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-footer">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<a href="#!" class="waves-effect waves-green btn-flat dm-hide" onclick="brws()">crwdns435:0crwdne435:0</a>
|
|
|
|
|
<a href="#!" class="waves-effect waves-green btn-flat dm-hide" onclick="cbCopy()">crwdns437:0crwdne437:0</a>
|
|
|
|
|
<a href="#!" class="waves-effect waves-green btn-flat dm-hide" onclick="cbCopy('emb')">crwdns438:0crwdne438:0</a>
|
|
|
|
|
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat">crwdns385:0crwdne385:0</a>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- Modal Structure Userdata -->
|
|
|
|
|
<div id="his-data" class="modal bottom-sheet modal-fixed-footer" style="max-height:750px; height:90%;">
|
|
|
|
|
<div id="his-data-content" class="modal-content" style="padding-bottom: 0;overflow-y:hidden;">
|
|
|
|
|
<div id="his-data-show">
|
|
|
|
|
<div class="his-float" id="his-float-data">
|
|
|
|
|
<div id="his-basic-prof">
|
|
|
|
|
<img src="../../img/loading.svg" id="his-prof" draggable="false">
|
|
|
|
|
<span id="his-name">Loading...</span><span class="gray" id="his-bot"></span>
|
|
|
|
|
<br>@
|
|
|
|
|
<span id="his-acct"></span><br>
|
|
|
|
|
<span class="gray" id="his-relation"></span>
|
|
|
|
|
<br>
|
|
|
|
|
<span class="cbadge">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<span id="his-sta"></span>crwdns439:0crwdne439:0
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</span>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<span class="cbadge">crwdns440:0crwdne440:0:
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<span id="his-follow"></span>
|
|
|
|
|
</span>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<span class="cbadge">crwdns441:0crwdne441:0:
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<span id="his-follower"></span>
|
|
|
|
|
</span><br>
|
|
|
|
|
<span class="cbadge" style="max-width:150px; width:150px; ">Since:
|
|
|
|
|
<span id="his-since"></span>
|
|
|
|
|
</span>
|
|
|
|
|
<div id="his-proof-prof"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="his-des" data-acct=""></div><br>
|
|
|
|
|
<div id="his-plus-action">
|
|
|
|
|
<a href="#!" class="btn waves-effect waves-effect blue-grey btn-flat" id="his-emp-btn"
|
2019-05-07 01:42:06 +10:00
|
|
|
|
onclick="empUser()">crwdns472:0crwdne472:0</a>
|
2019-05-19 17:39:30 +10:00
|
|
|
|
<a href="#!" class="btn waves-effect waves-effect blue-grey btn-flat only-his-data"
|
|
|
|
|
id="his-end-btn" onclick="pinUser()">crwdns454:0crwdne454:0</a><br>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<a href="#!" class="btn waves-effect waves-effect blue-grey btn-flat" id="his-openin"
|
2019-05-07 01:42:06 +10:00
|
|
|
|
onclick="profbrws()">crwdns455:0crwdne455:0</a><br>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div><br>
|
|
|
|
|
<div id="his-matching-list">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
crwdns469:0crwdne469:0<br>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
Powered by <a href="https://vinayaka.distsn.org/" target="_blank">Mastodon User Matching</a><br>
|
|
|
|
|
<div id="his-matching-list-contents" class="cont-series"></div>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<button class="btn waves-effect " onclick="showMat()" style="width:100%;">crwdns470:0crwdne470:0</button>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="his-float" id="his-float-timeline">
|
|
|
|
|
<div id="my-data-nav">
|
2019-06-07 02:11:04 +10:00
|
|
|
|
<ul class="tabs transparent">
|
|
|
|
|
<li class="tab col my-data-width active-back column-first">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<a go="#his-tl" title="crwdns442:0crwdne442:0"><i class="material-icons">timeline</i></a>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</li>
|
2019-06-07 02:11:04 +10:00
|
|
|
|
<li class="tab col my-data-width">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<a go="#his-follow-list" title="crwdns440:0crwdne440:0"><i class="material-icons">people</i>→</a>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</li>
|
2019-06-07 02:11:04 +10:00
|
|
|
|
<li class="tab col my-data-width">
|
2019-05-19 17:39:30 +10:00
|
|
|
|
<a go="#his-follower-list" title="crwdns441:0crwdne441:0"><i
|
|
|
|
|
class="material-icons">people</i>←</a>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</li>
|
2019-06-07 02:11:04 +10:00
|
|
|
|
<li class="tab col my-data-width only-his-data">
|
2019-05-19 17:39:30 +10:00
|
|
|
|
<a go="#his-action" title="crwdns443:0crwdne443:0"><i
|
|
|
|
|
class="material-icons">account_box</i></a>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</li>
|
2019-06-07 02:11:04 +10:00
|
|
|
|
<li class="tab col my-data-width only-his-data">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<a go="#his-list" title="crwdns444:0crwdne444:0"><i class="material-icons">list</i></a>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</li>
|
2019-06-07 02:11:04 +10:00
|
|
|
|
<li class="tab col my-data-width only-my-data">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<a go="#his-fav-list" title="crwdns434:0crwdne434:0"><i class="material-icons">star</i></a>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</li>
|
2019-06-07 02:11:04 +10:00
|
|
|
|
<li class="tab col my-data-width only-my-data">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<a go="#his-blocking-list" title="crwdns446:0crwdne446:0"><i class="material-icons">block</i></a>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</li>
|
2019-06-07 02:11:04 +10:00
|
|
|
|
<li class="tab col my-data-width only-my-data">
|
2019-05-19 17:39:30 +10:00
|
|
|
|
<a go="#his-blocking-list" title="crwdns446:0crwdne446:0"><i
|
|
|
|
|
class="material-icons">voice_over_off</i></a>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</li>
|
2019-06-07 02:11:04 +10:00
|
|
|
|
<li class="tab col my-data-width only-my-data">
|
2019-05-19 17:39:30 +10:00
|
|
|
|
<a go="#his-domain-list" title="crwdns450:0crwdne450:0"><i
|
|
|
|
|
class="material-icons">language</i><i class="material-icons">block</i></a>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</li>
|
2019-06-07 02:11:04 +10:00
|
|
|
|
<li class="tab col my-data-width only-my-data">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<a go="#his-prof-list" title="crwdns451:0crwdne451:0"><i class="material-icons">create</i></a>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</li>
|
2019-06-07 02:11:04 +10:00
|
|
|
|
<li class="tab col my-data-width only-my-data">
|
2019-05-19 17:39:30 +10:00
|
|
|
|
<a go="#his-request-list" title="crwdns452:0crwdne452:0"><i
|
|
|
|
|
class="material-icons">how_to_reg</i></a>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</li>
|
2019-06-07 02:11:04 +10:00
|
|
|
|
<li class="tab col my-data-width only-my-data">
|
2019-05-19 17:39:30 +10:00
|
|
|
|
<a go="#his-follow-recom-list" title="crwdns456:0crwdne456:0"><i
|
|
|
|
|
class="material-icons">recent_actors</i></a>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="his-tl" class="tab-content">
|
|
|
|
|
<div id="his-tl-contents" class="cont-series">
|
|
|
|
|
</div>
|
|
|
|
|
<button class="btn waves-effect " style="width:100%; padding:0;"
|
2019-05-07 01:42:06 +10:00
|
|
|
|
onclick="utl('--now','more')">crwdns457:0crwdne457:0</button>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
<div id="his-follow-list" class="tab-content">
|
|
|
|
|
<div id="his-follow-list-contents" class="cont-series">
|
|
|
|
|
</div>
|
|
|
|
|
<button class="btn waves-effect " style="width:100%; padding:0;"
|
2019-05-07 01:42:06 +10:00
|
|
|
|
onclick="flw('--now','more')">crwdns457:0crwdne457:0</button>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
<div id="his-follower-list" class="tab-content">
|
|
|
|
|
<div id="his-follower-list-contents" class="cont-series">
|
|
|
|
|
</div>
|
|
|
|
|
<button class="btn waves-effect " style="width:100%; padding:0;"
|
2019-05-07 01:42:06 +10:00
|
|
|
|
onclick="fer('--now','more')">crwdns457:0crwdne457:0</button>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
<div id="his-action" class="tab-content">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
crwdns430:0crwdne430:0crwdns458:0crwdne458:0crwdns440:0crwdne440:0(crwdns459:0crwdne459:0)<br>
|
2019-05-19 17:39:30 +10:00
|
|
|
|
<div style="max-width:500px;"><select id="user-acct-sel" class="acct-sel"></select></div>
|
|
|
|
|
crwdns460:0crwdne460:0
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<a href="#!" class="waves-effect btn" onclick="follow('selector','true')">crwdns440:0crwdne440:0</a><br>
|
|
|
|
|
crwdns461:0crwdne461:0<br>
|
2019-05-19 17:39:30 +10:00
|
|
|
|
<a href="#!" class="waves-effect btn"
|
|
|
|
|
onclick="udgEx('selector', 'selector')">crwdns462:0crwdne462:0</a><br>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
<div id="his-list" class="tab-content">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<div id="his-lists-a">crwdns463:0crwdne463:0</div>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
|
|
|
|
|
<div id="his-lists-b"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="his-fav-list" class="tab-content">
|
|
|
|
|
<div id="his-fav-list-contents" class="cont-series">
|
|
|
|
|
</div>
|
2019-05-19 17:39:30 +10:00
|
|
|
|
<button class="btn waves-effect" style="width:100%; padding:0;"
|
|
|
|
|
onclick="showFav('more')">crwdns457:0crwdne457:0</button>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
<div id="his-blocking-list" class="tab-content">
|
|
|
|
|
<div id="his-blocking-list-contents" class="cont-series">
|
|
|
|
|
</div>
|
2019-05-19 17:39:30 +10:00
|
|
|
|
<button class="btn waves-effect " style="width:100%; padding:0;"
|
|
|
|
|
onclick="showBlo('more')">crwdns457:0crwdne457:0</button>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
<div id="his-muting-list" class="tab-content">
|
|
|
|
|
<div id="his-muting-list-contents" class="cont-series">
|
|
|
|
|
</div>
|
2019-05-19 17:39:30 +10:00
|
|
|
|
<button class="btn waves-effect " style="width:100%; padding:0;"
|
|
|
|
|
onclick="showMut('more')">crwdns457:0crwdne457:0</button>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
<div id="his-domain-list" class="tab-content">
|
|
|
|
|
<div id="his-domain-list-contents" class="cont-series">
|
|
|
|
|
</div>
|
|
|
|
|
<button class="btn waves-effect " style="width:100%; padding:0;"
|
2019-05-07 01:42:06 +10:00
|
|
|
|
onclick="showDom('more')">crwdns457:0crwdne457:0</button>crwdns464:0crwdne464:0
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<br>
|
|
|
|
|
<input type="text" placeholder="example.com" id="domainblock">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<button class="btn waves-effect" onclick="addDomainblock()">crwdns491:0crwdne491:0</button>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<br>
|
|
|
|
|
</div>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<div id="his-prof-list" class="tab-content">crwdns465:0crwdne465:0
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<br>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<input type="text" placeholder="crwdns465:0crwdne465:0" id="his-name-val" style="max-width:250px;">
|
|
|
|
|
<br>crwdns466:0crwdne466:0
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<br>
|
|
|
|
|
<div class="input-field col s12">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<textarea placeholder="crwdns466:0crwdne466:0" id="his-des-val" class="materialize-textarea"></textarea>
|
|
|
|
|
<label for="his-des-val">crwdns466:0crwdne466:0</label>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
2019-05-19 17:39:30 +10:00
|
|
|
|
<button class="btn waves-effect" style="width:100%; padding:0;"
|
|
|
|
|
onclick="profedit()">crwdns1892:0crwdne1892:0</button>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<br>crwdns467:0crwdne467:0:
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<span id="prof-change">
|
|
|
|
|
<input type="file" onchange="imgChange(this,'avatar')">
|
|
|
|
|
</span>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<br>crwdns468:0crwdne468:0:
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<span id="header-change">
|
|
|
|
|
<input type="file" onchange="imgChange(this,'header')">
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="his-request-list" class="tab-content">
|
|
|
|
|
<div id="his-request-list-contents" class="cont-series">
|
|
|
|
|
</div>
|
2019-05-19 17:39:30 +10:00
|
|
|
|
<button class="btn waves-effect " style="width:100%; padding:0;"
|
|
|
|
|
onclick="showReq('more')">crwdns457:0crwdne457:0</button>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
<div id="his-follow-recom-list" class="tab-content">
|
|
|
|
|
<div id="his-follow-recom-contents" class="cont-series">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="his-float" id="his-float-blocked">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<div>@@blocked@@</div>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
2019-02-05 13:33:32 +11:00
|
|
|
|
</div>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-footer">
|
|
|
|
|
<button class="modal-action waves-effect waves-green btn-flat" id="his-history-btn"
|
2019-05-07 01:42:06 +10:00
|
|
|
|
onclick="historyShow()">crwdns471:0crwdne471:0</button>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<a href="#!" class="modal-action waves-effect waves-green btn-flat" id="his-follow-btn"
|
2019-05-07 01:42:06 +10:00
|
|
|
|
onclick="follow()">crwdns440:0crwdne440:0</a>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<a href="#!" class="modal-action waves-effect waves-green btn-flat" id="his-mute-btn"
|
2019-06-22 00:17:56 +10:00
|
|
|
|
onclick="muteDo()">crwdns449:0crwdne449:0</a>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<a href="#!" class="modal-action waves-effect waves-green btn-flat" id="his-block-btn"
|
2019-05-07 01:42:06 +10:00
|
|
|
|
onclick="block()">crwdns448:0crwdne448:0</a>
|
|
|
|
|
<a href="#!" class="modal-action waves-effect waves-green btn-flat" onclick="hisclose()">crwdns385:0crwdne385:0</a>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2019-02-05 13:33:32 +11:00
|
|
|
|
<!-- Modal Structure Image-->
|
|
|
|
|
<div id="imagemodal" class="modal modal-fixed-footer" style="min-width:550px">
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<div class="modal-content">
|
|
|
|
|
<div id="imagewrap">
|
|
|
|
|
<img src="" id="imgmodal">
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<br>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-footer">
|
|
|
|
|
DL:<span id="imgprog"></span>%
|
|
|
|
|
<a class="waves-effect white-text" onclick="zoom(2)">
|
|
|
|
|
<i class="material-icons">zoom_in</i>
|
|
|
|
|
</a>
|
|
|
|
|
<a class="waves-effect white-text" onclick="zoom(0.5)">
|
|
|
|
|
<i class="material-icons">zoom_out</i>
|
|
|
|
|
</a>
|
|
|
|
|
<button class="btn waves-effect purple" onclick="dlImg()">
|
|
|
|
|
<i class="material-icons">file_download</i>
|
|
|
|
|
</button>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<button class="btn waves-effect brown" onclick="detFromImg()">crwdns424:0crwdne424:0</button>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<button class="btn waves-effect orange" onclick="imgCont('prev')" id="image-prev">
|
|
|
|
|
<i class="material-icons">keyboard_arrow_left</i>
|
|
|
|
|
</button>
|
|
|
|
|
<button class="btn waves-effect orange" onclick="imgCont('next')" id="image-next">
|
|
|
|
|
<i class="material-icons">keyboard_arrow_right</i>
|
|
|
|
|
</button>
|
|
|
|
|
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat">
|
|
|
|
|
<i class="material-icons">close</i>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
2019-02-05 13:33:32 +11:00
|
|
|
|
</div>
|
|
|
|
|
<!-- Modal Structure Video-->
|
|
|
|
|
<div id="videomodal" class="modal modal-fixed-footer">
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<div class="modal-content">
|
|
|
|
|
<video src="" id="video" style="max-width:100%; max-height:100%;" controls>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-footer">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat">crwdns385:0crwdne385:0</a>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
2019-02-05 13:33:32 +11:00
|
|
|
|
</div>
|
|
|
|
|
<!-- Modal Structure Release Note-->
|
|
|
|
|
<div id="releasenote" class="modal modal-fixed-footer">
|
|
|
|
|
<div class="modal-content">
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<h3>TheDesk</h3>
|
|
|
|
|
<a href="https://thedesk.top" target="_blank">HP</a><br>
|
|
|
|
|
<a href="https://github.com/cutls/TheDesk" target="_blank">GitHub</a><br>
|
|
|
|
|
<br>
|
2019-06-16 23:00:31 +10:00
|
|
|
|
<div id="release-Usamin_18-6-1" class="release-do" style="display:none; ">
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<a href="https://code.cutls.com/thedesk-log/" target="_blank">開発の経緯</a><br>
|
|
|
|
|
<a href="https://ja.mstdn.wiki/TheDesk" target="_blank">機能一覧</a><br>
|
2019-05-11 02:31:15 +10:00
|
|
|
|
Pixiv Fanboxでは支援者様限定で様々なTheDeskに関する記事をご覧いただけます。最低月一更新。<br>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
困ったときは、<a href="https://docs.thedesk.top">TheDesk Docs</a>をご覧ください。
|
2019-06-16 23:00:31 +10:00
|
|
|
|
<h5>Release Note Usamin (18.6.1)</h5>
|
|
|
|
|
・リプライができない不具合を修正<br>
|
|
|
|
|
・ワードフィルター/強調の適用がおかしい不具合<br>
|
|
|
|
|
・テキストエリアのフォントが設定通りにならない不具合<br>
|
2019-06-16 00:07:18 +10:00
|
|
|
|
<h5>Release Note Usamin (18.6.0)</h5>
|
|
|
|
|
・アカウント選択のデザイン修正。クリック直後に閉じてしまうバグを修正。<br>
|
|
|
|
|
・投票済みのアンケートについて修正。<br>
|
2019-06-16 02:08:10 +10:00
|
|
|
|
・<b>セキュリティの大幅な強化。</b><br>
|
2019-06-22 01:22:45 +10:00
|
|
|
|
・ご注意<img class="emoji" draggable="false" alt="⚠️" src="https://twemoji.maxcdn.com/2/72x72/26a0.png">:
|
|
|
|
|
TweetDeck統合は設定で有効にしないと使えなくなりました。<br>
|
2019-06-16 23:00:31 +10:00
|
|
|
|
・Adobeフォトエディタの廃止
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<br>
|
2019-05-19 16:17:05 +10:00
|
|
|
|
<h5>ThinkingDeskラベル</h5>
|
|
|
|
|
<img src="../../img/thinkingdesk.png" style="width:100px;" draggable="false"><br>
|
|
|
|
|
手作りマットラベル。貼ってはがせる。300円なのでポイントの余りでどうぞ。<br>
|
|
|
|
|
<a href="https://item.mercari.com/jp/m822743330" target="_blank">メルカリ</a>へ。
|
2019-03-16 16:05:04 +11:00
|
|
|
|
</div>
|
2019-05-11 02:31:15 +10:00
|
|
|
|
<div id="release-en" style="display:none">
|
2019-03-16 16:05:04 +11:00
|
|
|
|
<h5>Let's make it native!</h5>
|
|
|
|
|
<a href="https://translate.thedesk.top">Crowdin translation project</a>
|
2019-02-05 13:33:32 +11:00
|
|
|
|
</div>
|
|
|
|
|
<br><br>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<h3>crwdns473:0crwdne473:0</h3>
|
|
|
|
|
crwdns474:0crwdne474:0<br>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<a class="btn-share btn waves-effect waves-light red lighten-2"
|
|
|
|
|
href="https://www.pixiv.net/fanbox/creator/28105985" target="_blank">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
@@PixivSupport@@
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</a>
|
2019-06-04 02:01:14 +10:00
|
|
|
|
<a class="btn-share btn waves-effect waves-light red darken-2" href="https://www.patreon.com/cutls"
|
|
|
|
|
target="_blank">
|
2019-05-19 17:54:23 +10:00
|
|
|
|
@@PatreonSupport@@
|
|
|
|
|
</a>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<a class="btn-share btn waves-effect waves-light blue"
|
|
|
|
|
href="https://www.amazon.co.jp/registry/wishlist/2TV35ZHHJPDSB" target="_blank">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
crwdns476:0crwdne476:0
|
2019-02-05 13:33:32 +11:00
|
|
|
|
</a>
|
|
|
|
|
<br>
|
2019-05-19 17:39:30 +10:00
|
|
|
|
crwdns477:0crwdne477:0<a href="mailto:web-pro@cutls.com"
|
|
|
|
|
target="_blank">web-pro@cutls.com</a>crwdns478:0crwdne478:0<br>
|
2019-02-05 13:33:32 +11:00
|
|
|
|
Kyash<br>
|
|
|
|
|
<img src="../../img/kyash.png" width="100"><br>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-footer">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat">crwdns385:0crwdne385:0</a>
|
2019-02-05 13:33:32 +11:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!--PiP-->
|
|
|
|
|
<div id="pip" class="hide pip-bottom pip-left">
|
|
|
|
|
<i class="material-icons pip-horiz pointer" onclick="pipHoriz()">chevron_right</i>
|
|
|
|
|
<i class="material-icons pip-vert pointer" onclick="pipVert()">expand_less</i>
|
|
|
|
|
<i class="material-icons pointer" onclick="endPip()">close</i>
|
|
|
|
|
<div id="pip-content">
|
|
|
|
|
</div>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
<!--menu-->
|
|
|
|
|
<div id="menu" class="z-depth-5" style="display:none">
|
2019-03-15 06:48:01 +11:00
|
|
|
|
<div id="menu-bar" class="drag-bar"></div>
|
|
|
|
|
<span class="cancel">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<i class="material-icons waves-effect" onclick="menu()" title="crwdns412:0crwdne412:0(X)">cancel</i>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</span>
|
2019-03-15 06:48:01 +11:00
|
|
|
|
<div id="menu-wrapper">
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<div id="left-menu">
|
|
|
|
|
<div class="waves-effect active" onclick="addColumnMenu()" id="addColumnMenu"><i
|
2019-05-07 01:42:06 +10:00
|
|
|
|
class="material-icons">add</i><span>crwdns512:0crwdne512:0</span></div>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<div class="waves-effect" onclick="sortMenu()" id="sortMenu"><i
|
2019-05-07 01:42:06 +10:00
|
|
|
|
class="material-icons">sort</i><span>crwdns513:0crwdne513:0</span></div>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<div class="waves-effect" onclick="searchMenu()" id="searchMenu"><i
|
2019-05-07 01:42:06 +10:00
|
|
|
|
class="material-icons">search</i><span>crwdns492:0crwdne492:0</span></div>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<div class="waves-effect" onclick="listMenu()" id="listMenu"><i
|
2019-05-07 01:42:06 +10:00
|
|
|
|
class="material-icons">view_headline</i><span>crwdns444:0crwdne444:0</span></div>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<div class="waves-effect" onclick="filterMenu()" id="filterMenu"><i
|
2019-05-07 01:42:06 +10:00
|
|
|
|
class="material-icons">filter_list</i><span>crwdns515:0crwdne515:0</span></div>
|
2019-05-19 17:39:30 +10:00
|
|
|
|
<div class="waves-effect" onclick="help()"><i
|
|
|
|
|
class="material-icons">help_outline</i><span>crwdns1894:0crwdne1894:0</span></div>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<div class="waves-effect" onclick="location.href='index.html'"><i
|
2019-05-07 01:42:06 +10:00
|
|
|
|
class="material-icons">refresh</i><span>crwdns518:0crwdne518:0</span></div>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
<div id="right-menu">
|
2019-03-15 06:48:01 +11:00
|
|
|
|
<!--カラム追加-->
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<div id="add-box" class="hide menu-content">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<div class="input-field"><span data-trans="your_acct">crwdns494:0crwdne494:0</span>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<br>
|
|
|
|
|
<select id="add-acct-sel" class="acct-sel" style="color:black" onchange="addselCk()"></select>
|
|
|
|
|
<label></label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="input-field">
|
|
|
|
|
<div id="auth">
|
|
|
|
|
<input type="hidden" value="local" id="type-sel">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
crwdns489:0crwdne489:0
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<div id="tltype">
|
|
|
|
|
<div class="type waves-effect active" data-type="local">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<div><i class="material-icons">people_outline</i></div><span>crwdns480:0crwdne480:0</span>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
<div class="type waves-effect" data-type="local-media">
|
2019-05-19 17:39:30 +10:00
|
|
|
|
<div><i class="material-icons">people_outline</i><i
|
|
|
|
|
class="material-icons sub-icon">perm_media</i>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
</div><span>crwdns481:0crwdne481:0</span>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
<div class="type waves-effect" data-type="home">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<div><i class="material-icons">home</i></div><span>crwdns482:0crwdne482:0</span>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
<div class="type waves-effect" data-type="pub">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<div><i class="material-icons">language</i></div><span>crwdns483:0crwdne483:0</span>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
<div class="type waves-effect" data-type="pub-media">
|
2019-05-19 17:39:30 +10:00
|
|
|
|
<div><i class="material-icons">language</i><i
|
|
|
|
|
class="material-icons sub-icon">perm_media</i></div>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<span>crwdns484:0crwdne484:0</span>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
<div class="type waves-effect" data-type="dm">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<div><i class="material-icons">mail_outline</i></div><span>crwdns485:0crwdne485:0</span>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
<div class="type waves-effect" data-type="mix">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<div><i class="material-icons">merge_type</i></div><span>crwdns486:0crwdne486:0</span>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
<div class="type waves-effect" data-type="plus">
|
2019-05-19 17:39:30 +10:00
|
|
|
|
<div><i class="material-icons">merge_type</i><i
|
|
|
|
|
class="material-icons sub-icon">reply</i></div>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<span>crwdns487:0crwdne487:0</span>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
<div class="type waves-effect" data-type="notf">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<div><i class="material-icons">notifications</i></div><span>crwdns488:0crwdne488:0</span>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<div id="noauth" class="hide">crwdns489:0crwdne489:0
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<input id="noauth-url" type="text" class="validate" style="width:calc( 70% - 40px);"
|
|
|
|
|
placeholder="e.g:mstdn.jp">
|
|
|
|
|
</div>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<div id="webview-add" class="hide">crwdns490:0crwdne490:0
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<button class="btn waves-effect blue " style="width:calc( 100% - 10px);" onclick="addColumn()"
|
|
|
|
|
data-trans-i="add">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<i class="material-icons left">add</i>crwdns491:0crwdne491:0
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</button>
|
|
|
|
|
<br>
|
|
|
|
|
<br>
|
|
|
|
|
</div>
|
|
|
|
|
<!--検索-->
|
|
|
|
|
<div id="src-box" class="hide menu-content">
|
|
|
|
|
<div class="input-field">
|
|
|
|
|
<select id="src-acct-sel" class="acct-sel" onchange="trend()"></select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="input-field">
|
|
|
|
|
<input id="src" type="text" class="validate" style="width:60%">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<label for="src" data-trans="src">crwdns492:0crwdne492:0</label>
|
2019-05-19 17:39:30 +10:00
|
|
|
|
<button class="btn waves-effect indigo" style="width: 36%;padding: 0;padding-left: 15px;"
|
|
|
|
|
onclick="src()" data-trans-i="src">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<i class="material-icons left" style="margin:0">search</i>crwdns492:0crwdne492:0
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</button>
|
|
|
|
|
<br>
|
|
|
|
|
<br>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="search">
|
|
|
|
|
<div id="src-contents">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!--並べ替え-->
|
|
|
|
|
<div id="sort-box" class="hide menu-content">
|
|
|
|
|
<ul id="sort"></ul>
|
|
|
|
|
<div>
|
|
|
|
|
<button onclick="sort()" class="btn waves-effect nex" style="width:97.5%;" data-trans-i="sort">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<i class="material-icons left">sort</i>crwdns493:0crwdne493:0
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!--リスト-->
|
|
|
|
|
<div id="list-box" class="hide menu-content">
|
|
|
|
|
<div class="input-field" style="width:calc( 100% - 100px);float:left">
|
|
|
|
|
<select id="list-acct-sel" class="acct-sel"></select>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<label>crwdns494:0crwdne494:0</label>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
<div style="float:left; padding-top:8px; padding-bottom:28px;">
|
2019-05-19 17:39:30 +10:00
|
|
|
|
<button class="btn waves-effect indigo" style="width:80px;" onclick="list()"
|
|
|
|
|
data-trans-i="lists">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
crwdns495:0crwdne495:0
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
<br><br>
|
|
|
|
|
<div id="lists"></div>
|
|
|
|
|
<div id="lists-user"></div>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<input type="text" style="width:150px" id="list-add" placeholder="crwdns465:0crwdne465:0">
|
|
|
|
|
<button class="btn waves-effect" style="width:120px;" onclick="makeNewList()">crwdns445:0crwdne445:0</button>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
<!--フィルター-->
|
|
|
|
|
<div id="filter-box" class="hide menu-content">
|
|
|
|
|
<div class="input-field" style="width:calc( 100% - 100px);float:left">
|
|
|
|
|
<select id="filter-acct-sel" class="acct-sel"></select>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<label>crwdns494:0crwdne494:0</label>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
<div style="float:left; padding-top:8px; padding-bottom:28px;">
|
2019-05-19 17:39:30 +10:00
|
|
|
|
<button class="btn waves-effect indigo" style="width:80px;" onclick="filter()"
|
|
|
|
|
data-trans-i="filters">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
crwdns495:0crwdne495:0
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="filtered-words"></div>
|
|
|
|
|
<input type="hidden" id="filter-edit-id">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<input type="text" style="width:150px" id="filter-add-word" placeholder="crwdns496:0crwdne496:0"><br>
|
|
|
|
|
crwdns497:0crwdne497:0<br>
|
2019-06-07 02:11:04 +10:00
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" class="filled-in" id="home_filter" value="home" />
|
|
|
|
|
<span>crwdns482:0crwdne482:0</span>
|
|
|
|
|
</label>
|
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" class="filled-in" id="local_filter" value="public" />
|
|
|
|
|
<span>crwdns480:0crwdne480:0</span>
|
|
|
|
|
</label>
|
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" class="filled-in" id="notf_filter" value="notifications" />
|
|
|
|
|
<span>crwdns488:0crwdne488:0</span>
|
|
|
|
|
</label>
|
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" class="filled-in" id="conv_filter" value="thread" />
|
|
|
|
|
<span>crwdns498:0crwdne498:0</span>
|
|
|
|
|
</label>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
crwdns499:0crwdne499:0<br>
|
2019-06-07 02:11:04 +10:00
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" class="filled-in" id="wholeword_filter" value="1" />
|
|
|
|
|
<span>crwdns500:0crwdne500:0</span>
|
|
|
|
|
</label>
|
|
|
|
|
<br>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<span class="sml">crwdns501:0crwdne501:0</span><br>
|
2019-06-07 02:11:04 +10:00
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" class="filled-in" id="except_filter" value="1" />
|
|
|
|
|
<span>crwdns502:0crwdne502:0</span>
|
|
|
|
|
</label>
|
|
|
|
|
<br>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<span class="sml">crwdns503:0crwdne503:0</span><br>
|
|
|
|
|
crwdns504:0crwdne504:0<span class="sml">crwdns505:0crwdne505:0<b>crwdns506:0crwdne506:0</b></span><br><br>
|
|
|
|
|
<input type="number" style="width:50px" id="days_filter" placeholder="d" value="0">crwdns507:0crwdne507:0
|
|
|
|
|
<input type="number" style="width:50px" id="hours_filter" placeholder="h" value="0">crwdns508:0crwdne508:0
|
|
|
|
|
<input type="number" style="width:50px" id="mins_filter" placeholder="m" value="0">crwdns509:0crwdne509:0<br>
|
|
|
|
|
Quick:<a onclick="filterTime(0,0,30)" class="pointer">30crwdns509:0crwdne509:0</a>/
|
|
|
|
|
<a onclick="filterTime(0,1,0)" class="pointer">1crwdns508:0crwdne508:0</a>/
|
|
|
|
|
<a onclick="filterTime(0,6,0)" class="pointer">6crwdns508:0crwdne508:0</a>/
|
|
|
|
|
<a onclick="filterTime(0,12,0)" class="pointer">12crwdns508:0crwdne508:0</a>/
|
|
|
|
|
<a onclick="filterTime(1,0,0)" class="pointer">1crwdns507:0crwdne507:0</a>/
|
|
|
|
|
<a onclick="filterTime(7,0,0)" class="pointer">7crwdns507:0crwdne507:0</a>/
|
|
|
|
|
<a onclick="filterTime(0,0,0)" class="pointer">@@unlimited@@</a><br>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<button class="btn waves-effect" style="width:120px;" onclick="makeNewFilter()"
|
2019-05-07 01:42:06 +10:00
|
|
|
|
id="add-filter-btn">crwdns491:0crwdne491:0</button><br>
|
|
|
|
|
<span class="sml">crwdns510:0crwdne510:0</span>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2019-03-15 06:48:01 +11:00
|
|
|
|
</div>
|
2019-03-16 05:13:42 +11:00
|
|
|
|
<a onclick="about()" class="nex waves-effect">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<i class="material-icons" style="font-size: 1rem;">info</i>@@about@@
|
2019-03-15 06:48:01 +11:00
|
|
|
|
</a> |
|
|
|
|
|
<a onclick="bottomReverse()" class="nex waves-effect">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<i class="material-icons" style="font-size: 1rem;">swap_horiz</i>crwdns517:0crwdne517:0
|
2019-05-19 16:17:05 +10:00
|
|
|
|
</a> |
|
|
|
|
|
<a onclick="openRN()" class="nex waves-effect">
|
|
|
|
|
<i class="material-icons" style="font-size: 1rem;">new_releases</i>Release Note
|
2019-03-15 06:48:01 +11:00
|
|
|
|
</a>
|
2019-04-11 02:52:01 +10:00
|
|
|
|
</div>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<div id="main">
|
|
|
|
|
<!--TLのTL-->
|
|
|
|
|
<div id="timeline-container">
|
|
|
|
|
<div id="something-wrong">
|
2019-05-19 16:17:05 +10:00
|
|
|
|
<img src="" style="width:150px;margin:5px;display:none;" draggable="false">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<div>crwdns511:0crwdne511:0</div>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!--bottom-->
|
|
|
|
|
<div id="bottom" class="reverse">
|
|
|
|
|
<div class="leftside reverse">
|
|
|
|
|
<div id="dambox">
|
|
|
|
|
<button id="posttgl" class="btn waves-effect indigo"
|
|
|
|
|
style="width: 100%;height: 2.5rem;line-height: 0;margin: 0;">
|
|
|
|
|
<i class="material-icons"
|
2019-05-07 01:42:06 +10:00
|
|
|
|
style="position: relative; top: 5px; font-size: 1.5rem; text-align: center; margin-right: 10px;">edit</i>crwdns388:0crwdne388:0
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="leftside reverse" id="group">
|
|
|
|
|
<div class="btnsgroup">
|
|
|
|
|
<a href="acct.html" class="nex waves-effect">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<i class="material-icons nex big-icon" title="crwdns514:0crwdne514:0(Ctrl+Shift+M)">account_circle</i>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</a>
|
|
|
|
|
<a href="setting.html" class="nex waves-effect">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<i class="material-icons nex" title="crwdns516:0crwdne516:0(Ctrl+Shift+S)">settings</i>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</a>
|
|
|
|
|
<a onclick="nano()" class="nex waves-effect">
|
2019-05-19 17:39:30 +10:00
|
|
|
|
<i class="material-icons" title="crwdns519:0crwdne519:0TheDesk Nano"
|
|
|
|
|
data-trans-title="nano_desp">remove_from_queue</i>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</a>
|
|
|
|
|
<a onclick="menu()" class="nex waves-effect" id="list-tgl">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<i class="material-icons" title="crwdns444:0crwdne444:0">apps</i>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</a>
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<span id="fukidashi">@@hereAddColumns@@</span>
|
2019-03-15 06:48:01 +11:00
|
|
|
|
</div>
|
2019-02-05 13:33:32 +11:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<div>
|
|
|
|
|
<div id="tips-menu">
|
|
|
|
|
<div class="btnsgroup" style="height:34px"><span class="grouptitle">Tips:</span>
|
|
|
|
|
<a onclick="tips('ver')" class="nex waves-effect">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<i class="material-icons nex" title="crwdns520:0crwdne520:0" data-trans-title="ver">info</i>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</a>
|
|
|
|
|
<a onclick="tips('clock')" class="nex waves-effect">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<i class="material-icons nex" title="crwdns521:0crwdne521:0" data-trans-title="clock">access_time</i>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</a>
|
|
|
|
|
<a onclick="tips('memory')" class="nex waves-effect">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<i class="material-icons nex" title="crwdns522:0crwdne522:0" data-trans-title="memory">memory</i>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</a>
|
|
|
|
|
<a onclick="tips('trend')" class="nex waves-effect imasonly" style="display:none;">
|
|
|
|
|
<i class="material-icons nex" title="アイマストドントレンド" data-trans-title="trendtip">whatshot</i>
|
|
|
|
|
</a>
|
|
|
|
|
<a onclick="tips('spotify')" class="nex waves-effect">
|
|
|
|
|
<i class="fab fa-spotify nex" title="Spotify" data-trans-title="spotifytips"></i>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="tips" class="hide">
|
|
|
|
|
<a onclick="tipsToggle()" class="nex waves-effect" style="float:left">
|
2019-05-07 01:42:06 +10:00
|
|
|
|
<i class="material-icons nex" title="crwdns523:0crwdne523:0" data-trans-title="tips">bubble_chart</i>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
</a>
|
|
|
|
|
<div id="tips-text" style="float:left; width:300px;"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2019-06-04 02:01:14 +10:00
|
|
|
|
<!--Support me-->
|
2019-06-04 02:26:00 +10:00
|
|
|
|
<div id="support-btm" class="z-depth-4 hide">
|
2019-06-04 02:01:14 +10:00
|
|
|
|
<div id="support-btm-ja">
|
|
|
|
|
<h5>ご支援いただけませんか?</h5>
|
|
|
|
|
(これは支援の有無に関わらず定期的に出ます。)<br>
|
|
|
|
|
あなたのMastodon, Misskeyライフを邪魔してしまって申し訳ありません。<br>
|
|
|
|
|
乞食のようなマネをしてご支援をお願いするのもどうかと思いますが、少々お時間をください。<br>
|
|
|
|
|
<br>
|
|
|
|
|
あなたはMastodon, MisskeyクライアントにTheDeskを選びました。これは奇跡的なことです。今考えればブラウザからアクセスした方が良かったのではと感じることかと存じます。<br>
|
|
|
|
|
それでも、あなたはTheDeskを使っています。<br>
|
|
|
|
|
TheDeskは2018年1月13日に最初のバージョンが出ました。それから圧倒的な機能数でゴリ押しするクライアントになっています。<br>
|
|
|
|
|
新機能に追従を図るためのモチベーションもさることながら、安全対策上TheDeskは開発者の緊急メッセージを表示できる機能が備わっており、開発者が送信ボタンを押すとすべてのTheDeskユーザーに通知が行くようになっています。<br>
|
|
|
|
|
かつてこれによってバグ報告を行い、使用を自粛していただくこともありました。<br>
|
|
|
|
|
そのような機能を実装するために、Mastodonなどのインスタンスを運営するのと同じく有料のサーバーを運用しています。<br>
|
|
|
|
|
<b>全てのユーザーが安心してTheDeskを使っていただける環境のため</b>にも、ぜひご支援をご検討ください。<br>
|
|
|
|
|
<b>crwdns474:0crwdne474:0</b>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="support-btm-en" class="hide">
|
|
|
|
|
<h5>Support me</h5>
|
|
|
|
|
It may disturb your Mastodon life, but your support is required to keep TheDesk awesome!<br>
|
|
|
|
|
<b>crwdns474:0crwdne474:0</b>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="support-btm-middle">
|
|
|
|
|
<h5>@@monthly@@</h5>
|
|
|
|
|
<a class="btn-share btn waves-effect waves-light red lighten-2"
|
|
|
|
|
href="https://www.pixiv.net/fanbox/creator/28105985" target="_blank">
|
|
|
|
|
@@PixivSupport@@
|
|
|
|
|
</a>
|
|
|
|
|
<a class="btn-share btn waves-effect waves-light red darken-2" href="https://www.patreon.com/cutls"
|
|
|
|
|
target="_blank">
|
|
|
|
|
@@PatreonSupport@@
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="support-btm-right">
|
|
|
|
|
<h5>@@once@@</h5>
|
|
|
|
|
<a class="btn-share btn waves-effect waves-light blue"
|
|
|
|
|
href="https://www.amazon.co.jp/registry/wishlist/2TV35ZHHJPDSB" target="_blank">
|
|
|
|
|
crwdns476:0crwdne476:0
|
|
|
|
|
</a>
|
|
|
|
|
<br>
|
|
|
|
|
crwdns477:0crwdne477:0<a href="mailto:web-pro@cutls.com"
|
|
|
|
|
target="_blank">web-pro@cutls.com</a>crwdns478:0crwdne478:0<br>
|
|
|
|
|
Kyash<br>
|
|
|
|
|
<img src="../../img/kyash.png" width="100"><br>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="support-btm-close">
|
2019-06-07 02:11:04 +10:00
|
|
|
|
<button class="btn waves-effect" style="width:100%;" onclick="closeSupport()"
|
2019-06-04 02:01:14 +10:00
|
|
|
|
id="add-filter-btn">crwdns385:0crwdne385:0</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2019-05-06 20:10:03 +10:00
|
|
|
|
<!--左下メッセージ-->
|
|
|
|
|
<div id="message">
|
|
|
|
|
</div>
|
|
|
|
|
<!--Radio Happy(Yui) Taku Inoue-->
|
|
|
|
|
<audio src="" id="radio"></audio>
|
|
|
|
|
<!--JS-->
|
|
|
|
|
<script type="text/javascript" src="../../js/ui/tips.js"></script>
|
|
|
|
|
<script src="https://twemoji.maxcdn.com/2/twemoji.min.js?2.7"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/common/about.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/tl/parse.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/tl/misskeyparse.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/tl/dm.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/ui/scroll.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/tl/tl.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/tl/card.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/tl/poll.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/tl/date.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/tl/notification.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/tl/datails.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/tl/mix.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/tl/src.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/tl/filter.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/tl/tag.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/tl/list.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/tl/speech.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/ui/post-box.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/ui/layout.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/post/emoji.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/login/instance.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/login/login.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/ui/img.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/ui/theme.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/ui/pip.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/ui/sort.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/ui/spotify.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/post/post.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/post/use-txtbox.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/post/secure.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/post/img.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/post/status.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/post/misskeystatus.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/post/suggest.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/post/bb-md.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/userdata/showOnTL.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/userdata/his-data.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/userdata/prof-edit.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/emoji/emojipack.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/emoji/default-emoji.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/platform/end.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../js/ui/menu.js"></script>
|