2019-08-07 10:24:52 +10:00
<!doctype html>
< html lang = "cs" >
< head >
< title > TheDesk< / title >
< meta content = "width=device-width,initial-scale=1.0" name = "viewport" >
< link href = "../../node_modules/materialize-css/dist/css/materialize.css" type = "text/css" rel = "stylesheet" >
< link rel = "stylesheet" href = "https://use.fontawesome.com/releases/v5.8.1/css/all.css"
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
< link href = "../../css/themes.css" type = "text/css" rel = "stylesheet" >
< 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" >
< link href = "../../css/master.css" type = "text/css" rel = "stylesheet" >
< link href = "../../css/sort.css" rel = "stylesheet" type = "text/css" >
< link href = "https://fonts.googleapis.com/icon?family=Material+Icons|Open+Sans:300|Baloo+Bhai" rel = "stylesheet" >
< meta charset = "utf-8" >
<!--
< script type = "text/javascript" >
var _jipt = [];
_jipt.push(['project', 'thedesk']);
< / script >
< script type = "text/javascript" src = "https://cdn.crowdin.com/jipt/jipt.js" > < / script >
-->
< / head >
< body >
< script type = "text/javascript" src = "../../node_modules/jquery/dist/jquery.js" > < / script >
< script type = "text/javascript" src = "../../js/platform/first.js" > < / script >
< script type = "text/javascript" src = "../../node_modules/materialize-css/dist/js/materialize.js" > < / script >
< script type = "text/javascript" src = "../../js/lang/lang.cs.js" > < / script >
< script type = "text/javascript" src = "../../js/common/time.js" > < / script >
< script type = "text/javascript" src = "../../js/common/blurhash.js" > < / script >
< 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 >
< script type = "text/javascript" src = "../../node_modules/sweetalert2/dist/sweetalert2.all.min.js" > < / script >
< script type = "text/javascript" src = "../../js/platform/punycode.js" > < / script >
< script >
var ver = "Usamin (18.7.1)";
//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 >
< canvas id = "canvas" style = "top:-100px; position:fixed;width:32px;height:32px" width = "32" height = "32" > < / canvas >
< div id = "tl" >
<!-- TL -->
<!-- ドラッグハンドラ -->
< div id = "drag" >
< div id = "drag-content" data-trans = "drag_here" > Přetáhněte sem pro nahrání
< br >
< button class = "btn waves-effect" onclick = "closedrop()" data-trans = "close" > Zavřít< / button >
< / div >
< / div >
< / div >
< div id = "post-box" class = "z-depth-5" >
< div id = "post-bar" class = "drag-bar" > < span id = "unreact" > Poslat nový< / span > < span id = "addreact"
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" >
< img src = "../../img/missing.svg" id = "acct-sel-prof" title = "Zobrazit profil výběrového účtu(Ctrl+Shift+P)"
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" >
< i class = "material-icons waves-effect" onclick = "hide()" title = "Close this box(X)"
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 >
< 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 >
< 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 >
< 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="リンクアドレス">
< br >
< i class = "material-icons pointer setting waves-effect" onclick = "markdownImage()"
title="インライン画像挿入">image< / i >
< 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="画像アドレス">
< / 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;" >
< textarea id = "textarea" class = "materialize-textarea unmize" style = "margin-bottom:0;"
data-length="500">< / textarea >
< label for = "textarea" data-trans = "toot" > Tootnout< / label >
< 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" >
< i class = "waves-effect gray material-icons" id = "nsfw" title = "Označit média jako citlivé"
onclick="nsfw()">visibility_off< / i >
< i class = "waves-effect gray material-icons purple-text dropdown-trigger" data-target = "dropdown1"
id="vis-icon">public< / i >
< a class = "waves-effect gray" id = "cw" onclick = "cw()" title = "Skrýt text za varováním" > CW< / a >
< span > < span id = "imgup" > < / span > < span id = "imgsel" > < i class = "waves-effect material-icons gray"
onclick="fileselect()" title="Přiložit...">photo_library< / i > < / span > < / span >
< i class = "waves-effect gray material-icons" onclick = "emojiToggle()" id = "emojibtn"
title="Emoji">tag_faces< / i >
< i class = "waves-effect gray material-icons dropdown-trigger"
data-target="dropdown2">more_vert< / i >
< i class = "material-icons nex gray waves-effect" title = "Clear toot box(Ctrl+Shit+C)"
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 >
< span class = " sml mize" > < span data-trans = "reply" > Odpovědět< / span > :
< span id = "rec" > Ne< / span > /< span data-trans = "file" > Přiložení souborů< / span > :
< span id = "mec" > Nic< / span > /< span data-trans = "vis" > Upravit soukromí statusu< / span > :
< span id = "vis" > public< / span >
< / span >
< br >
< input type = "text" id = "cw-text" placeholder = "Varovní text" class = "mize" style = "margin:0" >
< div id = "sch-box" > Odeslat jak< br > < span class = "sml" > 2.7.0~ Minimum time gap:5min(clock on the server may not be accurate.)< / span > < br >
< input type = "datetime-local" id = "sch-date" placeholder = "Plánovaný toot" class = "datepicker"
style="margin:0">
< / div >
< / div >
< / div >
<!-- 公開範囲 Dropdown Structure -->
< ul id = "dropdown1" class = "dropdown-content" >
< li style = "font-size: 16px; display: block; line-height: 22px; padding: 14px 16px;" > Upravit soukromí statusu
< / li >
< li >
< a onclick = "vis('public')" > (Public)< / a >
< / li >
< li >
< a onclick = "vis('unlisted')" > (Unlisted)< / a >
< / li >
< li >
< a onclick = "vis('private')" id = "private-button" > (Private)< / a >
< / li >
< li id = "limited-button" class = "hide" >
< a onclick = "vis('limited')" > 限定公開(Limited)< / a >
< / li >
< li id = "local-button" class = "hide" >
< a onclick = "vis('local')" > Jen místní(Local)< / a >
< / li >
< li >
< a onclick = "vis('direct')" class = "disabled direct" > (Direct)< / a >
< / li >
< / ul >
<!-- その他 Dropdown Structure -->
< ul id = "dropdown2" class = "dropdown-content" >
< li >
< a onclick = "nowplaying('spotify');" > NowPlaying(Spotify)< / a >
< / li >
< li >
< a onclick = "nowplaying('itunes');" > NowPlaying< / a >
< / li >
< li >
< a onclick = "schedule();" > Plánovaný toot< / a >
< / li >
< li >
< a onclick = "pollToggle();" > Anketa< / a >
< / 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 unmize toot-btn-group" onclick = "post()"
id="toot-post-btn">Tootnout< / button >
< button class = "btn waves-effect darken-3 unmize hide toot-btn-group" onclick = "sec()"
id="toot-sec-btn">< i class = "material-icons" id = "toot-sec-icon"
title="Secondary Toot">lock_open< / i > < / button >
< / div >
< / div >
< div id = "right-side" >
< div id = "suggest" > < / div >
<!-- 絵文字ピッカー -->
< div id = "emoji" class = "hide" >
< span class = "gray sml" >
< a onclick = "emojiGet('true')" class = "pointer" > Refresh emojis list< / a >
< 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" >
< span id = "now-emoji" > < / span > are shown.< br > < span class = "gray sml" > Some emojis are not able to be inserted.< / span >
< br >
< a onclick = "customEmoji()" class = "pointer waves-effect" title = "Custom emojis" >
< i class = "material-icons" > add< / i >
< / a >
< a onclick = "defaultEmoji('people')" class = "pointer waves-effect" title = "Emojis of people" >
< i class = "material-icons" > people< / i >
< / a >
< a onclick = "defaultEmoji('nature')" class = "pointer waves-effect" title = "Emojis of nature" >
< i class = "material-icons" > local_florist< / i >
< / a >
< a onclick = "defaultEmoji('food')" class = "pointer waves-effect" title = "Emojis of foods" >
< i class = "material-icons" > restaurant< / i >
< / a >
< a onclick = "defaultEmoji('activity')" class = "pointer waves-effect" title = "Emojis of activities" >
< i class = "material-icons" > directions_run< / i >
< / a >
< a onclick = "defaultEmoji('place')" class = "pointer waves-effect" title = "Emojis of places" >
< i class = "material-icons" > directions_car< / i >
< / a >
< a onclick = "defaultEmoji('object')" class = "pointer waves-effect" title = "Emojis of tools" >
< i class = "material-icons" > attach_file< / i >
< / a >
< a onclick = "defaultEmoji('symbol')" class = "pointer waves-effect" title = "Emojis of symbols" >
< i class = "material-icons" > gesture< / i >
< / a >
< a onclick = "defaultEmoji('flag')" class = "pointer waves-effect" title = "Emojis of flags" >
< 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()" >
< option value = "nothing" > Polls: Disabled< / option >
< option value = "mastodon-poll" > Mastodon(2.8~)< / option >
< / select >
< div id = "mastodon-poll" class = "poll-provider hide" >
< input type = "text" class = "mastodon-choice" placeholder = "Volba1" >
< input type = "text" class = "mastodon-choice" placeholder = "Volba2" >
< input type = "text" class = "mastodon-choice" placeholder = "Volba3" >
< input type = "text" class = "mastodon-choice" placeholder = "Volba4" >
< label >
< input type = "checkbox" class = "filled-in" id = "poll-multiple" value = "1" / >
< span > Vícenásobný výběr< / span >
< / label >
< label >
< input type = "checkbox" class = "filled-in" id = "poll-until" value = "1" / >
< span > Hide 'votes' count until people vote it.< / span >
< / label >
< input type = "number" style = "width:50px" id = "days_poll" placeholder = "d" value = "0" > day(s)
< input type = "number" style = "width:50px" id = "hours_poll" placeholder = "h" value = "0" > hour(s)
< input type = "number" style = "width:50px" id = "mins_poll" placeholder = "m" value = "6" > minute(s)
< / div >
< / div >
< / div >
< / div >
<!-- Modal Structure Tootdata -->
< div id = "tootmodal" class = "modal modal-fixed-footer" >
< div class = "modal-content" >
< ul class = "collapsible" id = "det-col" >
< li class = "dm-hide" >
< div class = "collapsible-header" >
< i class = "material-icons" > people_outline< / i > Local TL after this toot)
< / div >
< div class = "collapsible-body toot-reset" id = "ltl-after" >
< / div >
< / li >
< li class = "dm-hide" >
< div class = "collapsible-header" >
< i class = "material-icons" > person_outline< / i > User TL before this toot
< / div >
< div class = "collapsible-body toot-reset" id = "user-after" >
< / div >
< / li >
< li class = "dm-hide" >
< div class = "collapsible-header" >
< i class = "material-icons" > language< / i > Federated TL after this toot
< / div >
< div class = "collapsible-body toot-reset" id = "ftl-after" >
< / div >
< / li >
< li >
< div class = "collapsible-header" >
< i class = "material-icons" > arrow_upward< / i > Context before this toot
< / div >
< div class = "collapsible-body toot-reset" id = "toot-reply" >
< / div >
< / li >
< li >
< div class = "collapsible-header" id = "activator" >
< i class = "material-icons" > more_horiz< / i > Tento toot
< / div >
< div class = "collapsible-body" >
< div class = "toot-reset" id = "toot-this" > < / div >
< / div >
< / li >
< li >
< div class = "collapsible-header" >
< i class = "material-icons" > arrow_downward< / i > Context after this toot
< / div >
< div class = "collapsible-body toot-reset" id = "toot-after" >
< / div >
< / li >
< li class = "dm-hide" >
< div class = "collapsible-header" >
< i class = "material-icons" > people_outline< / i > Local TL before this toot
< / div >
< div class = "collapsible-body toot-reset" id = "toot-before" >
< / div >
< / li >
< li class = "dm-hide" >
< div class = "collapsible-header" >
< i class = "material-icons" > person_outline< / i > User TL before this toot
< / div >
< div class = "collapsible-body toot-reset" id = "user-before" >
< / div >
< / li >
< li >
< div class = "collapsible-header" >
< i class = "material-icons" > star< / i > People who favourited it
< / div >
< div class = "collapsible-body toot-reset" id = "toot-fav" >
< / div >
< / li >
< li class = "dm-hide" >
< div class = "collapsible-header" >
< i class = "text-darken-3 false fas fa-retweet" > < / i > People who boosted it
< / div >
< div class = "collapsible-body toot-reset" id = "toot-rt" >
< / div >
< / li >
< / ul >
< div class = "dm-hide" >
Použít jiný účet(< i class = "fas fa-retweet" > < / i > /< i class = "fas fa-star" > < / i > :unfav and unBT are disabled.)< br >
< 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" >
< button class = "dropdown-button btn waves-effect indigo" style = "width:100%;"
onclick="staEx('rt')">< i class = "fas fa-retweet" > < / i > < / button >
< / div >
< div class = "col s2" >
< button class = "dropdown-button btn waves-effect orange" style = "width:100%;"
onclick="staEx('fav')">< i class = "fas fa-star" > < / i > < / button >
< / div >
< / div >
< div id = "toot-tools" >
< / div >
< div id = "toot-after" >
< / div >
< / div >
< / div >
< div class = "modal-footer" >
< a href = "#!" class = "waves-effect waves-green btn-flat dm-hide" onclick = "brws()" > Otevřít v prohlížeči< / a >
< a href = "#!" class = "waves-effect waves-green btn-flat dm-hide" onclick = "cbCopy()" > Kopírovat URL tohoto tootu< / a >
< a href = "#!" class = "waves-effect waves-green btn-flat dm-hide" onclick = "cbCopy('emb')" > Vložit< / a >
< a href = "#!" class = "modal-action modal-close waves-effect waves-green btn-flat" > Zavřít< / a >
< / 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" >
< span id = "his-sta" > < / span > Tooty
< / span >
< span class = "cbadge" > Sledovat:
< span id = "his-follow" > < / span >
< / span >
< span class = "cbadge" > Sledující:
< 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"
onclick="empUser()">Zdůraznit tohoto uživatele< / a >
< a href = "#!" class = "btn waves-effect waves-effect blue-grey btn-flat only-his-data"
id="his-end-btn" onclick="pinUser()">Feature on profile< / a > < br >
< a href = "#!" class = "btn waves-effect waves-effect blue-grey btn-flat" id = "his-openin"
onclick="profbrws()">Open in browser< / a >
< a href = "#!" class = "btn waves-effect waves-effect blue-grey btn-flat only-my-data" id = "his-main-acct"
onclick="setMain()" style="width: calc(100% - 10px)">Set it an main account< / a > < br >
< / div > < br >
< div id = "his-matching-list" >
Get people resembling this user.< br >
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 >
< button class = "btn waves-effect " onclick = "showMat()" style = "width:100%;" > Get< / button >
< / div >
< / div >
< div class = "his-float" id = "his-float-timeline" >
< div id = "my-data-nav" >
< ul class = "tabs transparent" >
< li class = "tab col my-data-width active-back column-first" >
< a go = "#his-tl" title = "Časová osa" > < i class = "material-icons" > timeline< / i > < / a >
< / li >
< li class = "tab col my-data-width" >
< a go = "#his-follow-list" title = "Sledovat" > < i class = "material-icons" > people< / i > →< / a >
< / li >
< li class = "tab col my-data-width" >
< a go = "#his-follower-list" title = "Sledující" > < i
class="material-icons">people< / i > ←< / a >
< / li >
< li class = "tab col my-data-width only-his-data" >
< a go = "#his-action" title = "Cross-account" > < i
class="material-icons">account_box< / i > < / a >
< / li >
< li class = "tab col my-data-width only-his-data" >
< a go = "#his-list" title = "Seznam" > < i class = "material-icons" > list< / i > < / a >
< / li >
< li class = "tab col my-data-width only-my-data" >
< a go = "#his-fav-list" title = "Oblíbit" > < i class = "material-icons" > star< / i > < / a >
< / li >
< li class = "tab col my-data-width only-my-data" >
< a go = "#his-blocking-list" title = "Blocks" > < i class = "material-icons" > block< / i > < / a >
< / li >
< li class = "tab col my-data-width only-my-data" >
< a go = "#his-blocking-list" title = "Blocks" > < i
class="material-icons">voice_over_off< / i > < / a >
< / li >
< li class = "tab col my-data-width only-my-data" >
< a go = "#his-domain-list" title = "Domain block" > < i
class="material-icons">language< / i > < i class = "material-icons" > block< / i > < / a >
< / li >
< li class = "tab col my-data-width only-my-data" >
< a go = "#his-prof-list" title = "Edit profile" > < i class = "material-icons" > create< / i > < / a >
< / li >
< li class = "tab col my-data-width only-my-data" >
< a go = "#his-request-list" title = "Follow requests" > < i
class="material-icons">how_to_reg< / i > < / a >
< / li >
< li class = "tab col my-data-width only-my-data" >
< a go = "#his-follow-recom-list" title = "Suggest" > < i
class="material-icons">recent_actors< / i > < / a >
< / 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;"
onclick="utl('--now','more')">More< / button >
< / 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;"
onclick="flw('--now','more')">More< / button >
< / 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;"
onclick="fer('--now','more')">More< / button >
< / div >
< div id = "his-action" class = "tab-content" >
Použít jiný účet to Sledovat((Unable to unfollow))< br >
< div style = "max-width:500px;" > < select id = "user-acct-sel" class = "acct-sel" > < / select > < / div >
< a href = "#!" class = "waves-effect btn" onclick = "follow('selector','true')" > Sledovat< / a > < br >
or< br >
< a href = "#!" class = "waves-effect btn"
onclick="udgEx('selector', 'selector')">Show profile< / a > < br >
< / div >
< div id = "his-list" class = "tab-content" >
< div id = "his-lists-a" > Follow to add this user to lists.< / div >
< 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 >
< button class = "btn waves-effect" style = "width:100%; padding:0;"
onclick="showFav('more')">More< / button >
< / div >
< div id = "his-blocking-list" class = "tab-content" >
< div id = "his-blocking-list-contents" class = "cont-series" >
< / div >
< button class = "btn waves-effect " style = "width:100%; padding:0;"
onclick="showBlo('more')">More< / button >
< / div >
< div id = "his-muting-list" class = "tab-content" >
< div id = "his-muting-list-contents" class = "cont-series" >
< / div >
< button class = "btn waves-effect " style = "width:100%; padding:0;"
onclick="showMut('more')">More< / button >
< / 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;"
onclick="showDom('more')">More< / button > Add blocking domain
< br >
< input type = "text" placeholder = "example.com" id = "domainblock" >
< button class = "btn waves-effect" onclick = "addDomainblock()" > Přidat< / button >
< br >
< / div >
< div id = "his-prof-list" class = "tab-content" > Display name
< br >
< input type = "text" placeholder = "Display name" id = "his-name-val" style = "max-width:250px;" >
< br > Note
< br >
< div class = "input-field col s12" >
< textarea placeholder = "Note" id = "his-des-val" class = "materialize-textarea" > < / textarea >
< label for = "his-des-val" > Note< / label >
< / div >
< button class = "btn waves-effect" style = "width:100%; padding:0;"
onclick="profedit()">Uložit< / button >
< br > Změnit avatar:
< span id = "prof-change" >
< input type = "file" onchange = "imgChange(this,'avatar')" >
< / span >
< br > Změnit obrázek záhlaví:
< 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 >
< button class = "btn waves-effect " style = "width:100%; padding:0;"
onclick="showReq('more')">More< / button >
< / 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" >
< div > You are blocked. Why?< / div >
< / div >
< / div >
< / div >
< div class = "modal-footer" >
< button class = "modal-action waves-effect waves-green btn-flat" id = "his-history-btn"
onclick="historyShow()">Zpět< / button >
< a href = "#!" class = "modal-action waves-effect waves-green btn-flat" id = "his-follow-btn"
onclick="follow()">Sledovat< / a >
< a href = "#!" class = "modal-action waves-effect waves-green btn-flat" id = "his-mute-btn"
onclick="muteDo()">Mute< / a >
< a href = "#!" class = "modal-action waves-effect waves-green btn-flat" id = "his-block-btn"
onclick="block()">Block< / a >
< a href = "#!" class = "modal-action waves-effect waves-green btn-flat" onclick = "hisclose()" > Zavřít< / a >
< / div >
< / div >
<!-- Modal Structure Image -->
< div id = "imagemodal" class = "modal modal-fixed-footer" style = "min-width:550px" >
< 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 >
< button class = "btn waves-effect brown" onclick = "detFromImg()" > Tento toot< / button >
< 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 >
< / div >
<!-- Modal Structure Video -->
< div id = "videomodal" class = "modal modal-fixed-footer" >
< div class = "modal-content" >
< video src = "" id = "video" style = "max-width:100%; max-height:100%;" controls loop = "true" autoplay = "true" >
< / div >
< div class = "modal-footer" >
< a href = "#!" class = "modal-action modal-close waves-effect waves-green btn-flat" > Zavřít< / a >
< / div >
< / div >
<!-- Modal Structure Release Note -->
< div id = "releasenote" class = "modal modal-fixed-footer" >
< div class = "modal-content" >
< 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 >
< div id = "release-Usamin_18-7-1" class = "release-do" style = "display:none; " >
< a href = "https://code.cutls.com/thedesk-log/" target = "_blank" > 開発の経緯< / a > < br >
< a href = "https://ja.mstdn.wiki/TheDesk" target = "_blank" > 機能一覧< / a > < br >
Pixiv Fanboxでは支援者様限定で様々なTheDeskに関する記事をご覧いただけます。最低月一更新。< br >
困ったときは、< a href = "https://docs.thedesk.top" > TheDesk Docs< / a > をご覧ください。
< h5 > Release Note Usamin (18.7.1)< / h5 >
・Electron 6.0.0。< br >
・画像ビューアーを開いているときに画像を矢印キーで切り替えられないバグを修正。< br >
・コンテキストを上手く取得できないバグを修正。< br >
・タグサジェストがパワーアップ。< br >
・動画が自動再生(モーダル表示時)、ループ(モーダル, Pleroma, MisskeyのTL上)する< br >
・絵文字(カスタム絵文字/Twemoji)をミュートワードに追加できるように。< br >
・絵文字が入ったURLに関する不具合を修正。< br >
・blurhash非対応インスタンスでのNSFW画像のblurを改修。< br >
・Pleroma等でアカウント情報が無い時があるため、それに関して修正。< br >
< / div >
< div id = "release-en" style = "display:none" >
< h5 > Let's make it native!< / h5 >
< a href = "https://translate.thedesk.top" > Crowdin translation project< / a >
< / div >
< br > < br >
< h3 > Podpořte TheDesk!< / h3 >
TheDesk has no ad, you need no charge to unlock premium features. We need your friendly support!< br >
< a class = "btn-share btn waves-effect waves-light red lighten-2"
href="https://www.pixiv.net/fanbox/creator/28105985" target="_blank">
Support on Pixiv FANBOX
< / a >
< a class = "btn-share btn waves-effect waves-light red darken-2" href = "https://www.patreon.com/cutls"
target="_blank">
Support on Patreon
< / a >
< a class = "btn-share btn waves-effect waves-light blue"
href="https://www.amazon.co.jp/registry/wishlist/2TV35ZHHJPDSB" target="_blank">
Amazon Wish List
< / a >
< br >
Give me Amazon Gift Card:< a href = "mailto:web-pro@cutls.com"
target="_blank">web-pro@cutls.com< / a > < br >
Kyash< br >
< img src = "../../img/kyash.png" width = "100" > < br >
< / div >
< div class = "modal-footer" >
< a href = "#!" class = "modal-action modal-close waves-effect waves-green btn-flat" > Zavřít< / a >
< / 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 >
< / div >
<!-- menu -->
< div id = "menu" class = "z-depth-5" style = "display:none" >
< div id = "menu-bar" class = "drag-bar" > < / div >
< span class = "cancel" >
< i class = "material-icons waves-effect" onclick = "menu()" title = "Close this box(X)" > cancel< / i >
< / span >
< div id = "menu-wrapper" >
< div id = "left-menu" >
< div class = "waves-effect active" onclick = "addColumnMenu()" id = "addColumnMenu" > < i
class="material-icons">add< / i > < span > Přidat sloupec< / span > < / div >
< div class = "waves-effect" onclick = "sortMenu()" id = "sortMenu" > < i
class="material-icons">sort< / i > < span > Seřadit< / span > < / div >
< div class = "waves-effect" onclick = "searchMenu()" id = "searchMenu" > < i
class="material-icons">search< / i > < span > Hledat< / span > < / div >
< div class = "waves-effect" onclick = "listMenu()" id = "listMenu" > < i
class="material-icons">view_headline< / i > < span > Seznam< / span > < / div >
< div class = "waves-effect" onclick = "filterMenu()" id = "filterMenu" > < i
class="material-icons">filter_list< / i > < span > Filtrovat< / span > < / div >
< div class = "waves-effect" onclick = "help()" > < i
class="material-icons">help_outline< / i > < span > Nápověda< / span > < / div >
< div class = "waves-effect" onclick = "location.href='index.html'" > < i
class="material-icons">refresh< / i > < span > Reload TL< / span > < / div >
< / div >
< div id = "right-menu" >
<!-- カラム追加 -->
< div id = "add-box" class = "hide menu-content" >
< div class = "input-field" > < span data-trans = "your_acct" > Account(Scroll to show all)< / span >
< 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" >
Show this TL:
< div id = "tltype" >
< div class = "type waves-effect active" data-type = "local" >
< div > < i class = "material-icons" > people_outline< / i > < / div > < span > Místní< / span >
< / div >
< div class = "type waves-effect" data-type = "local-media" >
< div > < i class = "material-icons" > people_outline< / i > < i
class="material-icons sub-icon">perm_media< / i >
< / div > < span > Místní(média)< / span >
< / div >
< div class = "type waves-effect" data-type = "home" >
< div > < i class = "material-icons" > home< / i > < / div > < span > Domov< / span >
< / div >
< div class = "type waves-effect" data-type = "pub" >
< div > < i class = "material-icons" > language< / i > < / div > < span > Federovaná< / span >
< / div >
< div class = "type waves-effect" data-type = "pub-media" >
< div > < i class = "material-icons" > language< / i > < i
class="material-icons sub-icon">perm_media< / i > < / div >
< span > Federovaná(média)< / span >
< / div >
< div class = "type waves-effect" data-type = "dm" >
< div > < i class = "material-icons" > mail_outline< / i > < / div > < span > Přímá zpráva< / span >
< / div >
< div class = "type waves-effect" data-type = "mix" >
< div > < i class = "material-icons" > merge_type< / i > < / div > < span > Integrated(Local/Home)< / span >
< / div >
< div class = "type waves-effect" data-type = "plus" >
< div > < i class = "material-icons" > merge_type< / i > < i
class="material-icons sub-icon">reply< / i > < / div >
< span > LTL+Reply+BT< / span >
< / div >
< div class = "type waves-effect" data-type = "notf" >
< div > < i class = "material-icons" > notifications< / i > < / div > < span > Notifikace< / span >
< / div >
< / div >
< / div >
< div id = "noauth" class = "hide" > Show this TL:
< input id = "noauth-url" type = "text" class = "validate" style = "width:calc( 70% - 40px);"
placeholder="e.g:mstdn.jp">
< / div >
< div id = "webview-add" class = "hide" > TweetDeck with customed TJDeck(< a href = 'https://gist.github.com/cutls/8787a55d2c1c53274e68a427966046a6' target = '_blank' > Code< / a > /< a href = 'https://gist.github.com/totoraj930/d1394dadb51d75666a76829f61e7280c' target = '_blank' > TJDeck< / a > ). Keyboard shortcuts will irritate you. When you feel so, you check 'Prefer WebView' on top of the column.
< / div >
< / div >
< button class = "btn waves-effect blue " style = "width:calc( 100% - 10px);" onclick = "addColumn()"
data-trans-i="add">
< i class = "material-icons left" > add< / i > Přidat
< / 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%" >
< label for = "src" data-trans = "src" > Hledat< / label >
< button class = "btn waves-effect indigo" style = "width: 36%;padding: 0;padding-left: 15px;"
onclick="src()" data-trans-i="src">
< i class = "material-icons left" style = "margin:0" > search< / i > Hledat
< / 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" >
< i class = "material-icons left" > sort< / i > Seřadit
< / 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 >
< label > Account(Scroll to show all)< / label >
< / div >
< div style = "float:left; padding-top:8px; padding-bottom:28px;" >
< button class = "btn waves-effect indigo" style = "width:80px;" onclick = "list()"
data-trans-i="lists">
Seznam
< / button >
< / div >
< br > < br >
< div id = "lists" > < / div >
< div id = "lists-user" > < / div >
< input type = "text" style = "width:150px" id = "list-add" placeholder = "Display name" >
< button class = "btn waves-effect" style = "width:120px;" onclick = "makeNewList()" > Uložit< / button >
< / 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 >
< label > Account(Scroll to show all)< / label >
< / div >
< div style = "float:left; padding-top:8px; padding-bottom:28px;" >
< button class = "btn waves-effect indigo" style = "width:80px;" onclick = "filter()"
data-trans-i="filters">
Seznam
< / button >
< / div >
< div id = "filtered-words" > < / div >
< input type = "hidden" id = "filter-edit-id" >
< input type = "text" style = "width:150px" id = "filter-add-word" placeholder = "Filtrované slova" > < br >
Filter contexts< br >
< label >
< input type = "checkbox" class = "filled-in" id = "home_filter" value = "home" / >
< span > Domov< / span >
< / label >
< label >
< input type = "checkbox" class = "filled-in" id = "local_filter" value = "public" / >
< span > Místní< / span >
< / label >
< label >
< input type = "checkbox" class = "filled-in" id = "notf_filter" value = "notifications" / >
< span > Notifikace< / span >
< / label >
< label >
< input type = "checkbox" class = "filled-in" id = "conv_filter" value = "thread" / >
< span > Konverzace< / span >
< / label >
Možnosti< br >
< label >
< input type = "checkbox" class = "filled-in" id = "wholeword_filter" value = "1" / >
< span > Celé slovo< / span >
< / label >
< br >
< span class = "sml" > Dobré pro jazyky v latince< / span > < br >
< label >
< input type = "checkbox" class = "filled-in" id = "except_filter" value = "1" / >
< span > Drop instead of hide< / span >
< / label >
< br >
< span class = "sml" > Filtered toots will disappear irreversibly, even if filter is later removed< / span > < br >
2019-08-07 13:14:07 +10:00
Vyprší po< span class = "sml" > Unset or \"0\" means \"Never\"< b > This value may contain some error< / b > < / span > < br > < br >
2019-08-07 10:24:52 +10:00
< input type = "number" style = "width:50px" id = "days_filter" placeholder = "d" value = "0" > day(s)
< input type = "number" style = "width:50px" id = "hours_filter" placeholder = "h" value = "0" > hour(s)
< input type = "number" style = "width:50px" id = "mins_filter" placeholder = "m" value = "0" > minute(s)< br >
Quick:< a onclick = "filterTime(0,0,30)" class = "pointer" > 30minute(s)< / a > /
< a onclick = "filterTime(0,1,0)" class = "pointer" > 1hour(s)< / a > /
< a onclick = "filterTime(0,6,0)" class = "pointer" > 6hour(s)< / a > /
< a onclick = "filterTime(0,12,0)" class = "pointer" > 12hour(s)< / a > /
< a onclick = "filterTime(1,0,0)" class = "pointer" > 1day(s)< / a > /
< a onclick = "filterTime(7,0,0)" class = "pointer" > 7day(s)< / a > /
< a onclick = "filterTime(0,0,0)" class = "pointer" > Never< / a > < br >
< button class = "btn waves-effect" style = "width:120px;" onclick = "makeNewFilter()"
id="add-filter-btn">Přidat< / button > < br >
< span class = "sml" > Integrated TL/Plus TL will hide both Home-filtering words and Local-filtering words.< / span >
< / div >
< / div >
< / div >
< a onclick = "about()" class = "nex waves-effect" >
< i class = "material-icons" style = "font-size: 1rem;" > info< / i > About TheDesk
< / a > |
< a onclick = "bottomReverse()" class = "nex waves-effect" >
< i class = "material-icons" style = "font-size: 1rem;" > swap_horiz< / i > Toot button layout reverse
< / a > |
< a onclick = "openRN()" class = "nex waves-effect" >
< i class = "material-icons" style = "font-size: 1rem;" > new_releases< / i > Release Note
< / a >
< / div >
< div id = "main" >
<!-- TLのTL -->
< div id = "timeline-container" >
< div id = "something-wrong" >
< img src = "" style = "width:150px;margin:5px;display:none;" draggable = "false" >
< div > Internal error: please clear all data(at setting page) < b > All data will be deleted.< / b > < / div >
< / div >
< / div >
< / div >
< / div >
<!-- bottom -->
< div id = "bottom" class = "reverse" >
< div class = "leftside reverse" >
< div id = "dambox" >
< button id = "posttgl" class = "btn waves-effect"
style="width: 100%;height: 2.5rem;line-height: 0;margin: 0;">
< i class = "material-icons"
style="position: relative; top: 5px; font-size: 1.5rem; text-align: center; margin-right: 10px;">edit< / i > Tootnout
< / button >
< / div >
< div class = "leftside reverse" id = "group" >
< div class = "btnsgroup" >
< a href = "acct.html" class = "nex waves-effect" >
< i class = "material-icons nex big-icon" title = "Správa účtu(Ctrl+Shift+M)" > account_circle< / i >
< / a >
< a href = "setting.html" class = "nex waves-effect" >
< i class = "material-icons nex" title = "Nastavení(Ctrl+Shift+S)" > settings< / i >
< / a >
< a onclick = "nano()" class = "nex waves-effect" >
< i class = "material-icons" title = "Nejmenší Mastodon,TheDesk Nano"
data-trans-title="nano_desp">remove_from_queue< / i >
< / a >
< a onclick = "menu()" class = "nex waves-effect" id = "list-tgl" >
< i class = "material-icons" title = "Seznam" > apps< / i >
< / a >
< span id = "fukidashi" > < - Add TL < / span >
< / div >
< / div >
< / div >
< div >
< div id = "tips-menu" >
< div class = "btnsgroup" style = "height:34px" > < span class = "grouptitle" > Tips:< / span >
< a onclick = "tips('ver')" class = "nex waves-effect" >
< i class = "material-icons nex" title = "Verze" data-trans-title = "ver" > info< / i >
< / a >
< a onclick = "tips('clock')" class = "nex waves-effect" >
< i class = "material-icons nex" title = "Hodiny" data-trans-title = "clock" > access_time< / i >
< / a >
< a onclick = "tips('memory')" class = "nex waves-effect" >
< i class = "material-icons nex" title = "status RAM" data-trans-title = "memory" > memory< / i >
< / 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" >
< i class = "material-icons nex" title = "Change Tips" data-trans-title = "tips" > bubble_chart< / i >
< / a >
< div id = "tips-text" style = "float:left; width:300px;" > < / div >
< / div >
< / div >
< / div >
<!-- Support me -->
< div id = "support-btm" class = "z-depth-4 hide" >
< 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 > TheDesk has no ad, you need no charge to unlock premium features. We need your friendly support!< / 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 > TheDesk has no ad, you need no charge to unlock premium features. We need your friendly support!< / 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">
Support on Pixiv FANBOX
< / a >
< a class = "btn-share btn waves-effect waves-light red darken-2" href = "https://www.patreon.com/cutls"
target="_blank">
Support on Patreon
< / 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">
Amazon Wish List
< / a >
< br >
Give me Amazon Gift Card:< a href = "mailto:web-pro@cutls.com"
target="_blank">web-pro@cutls.com< / a > < br >
Kyash< br >
< img src = "../../img/kyash.png" width = "100" > < br >
< / div >
< div id = "support-btm-close" >
< button class = "btn waves-effect" style = "width:100%;" onclick = "closeSupport()"
id="add-filter-btn">Zavřít< / button >
< / div >
< / div >
<!-- 左下メッセージ -->
< 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 >