This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Mastodon - Open post link in WebUI | |
| // @description Click fa-comment just before URLs in posts, then it shows linked page in WebUI | |
| // @namespace https://github.com/unarist/ | |
| // @downloadURL https://gist.github.com/unarist/9bed2c719f42853b9588104e6fdb0a20/raw/mastodon-open-link-in-webui.user.js | |
| // @version 0.15 | |
| // @author unarist | |
| // @match https://*/web/* | |
| // @match https://mstdn.maud.io/* | |
| // @grant none |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .columns-area .drawer { | |
| position:sticky; | |
| left:0; | |
| z-index:100; | |
| background-color:rgba(25, 27, 34, 0.75); | |
| } | |
| .privacy-dropdown__dropdown { | |
| z-index: 101; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name マストドンに定型文機能を付けるやつ | |
| // @namespace https://js4.in/ns/ | |
| // @include * | |
| // @version 1.0.11 | |
| // @grant GM_setValue | |
| // @grant GM_getValue | |
| // @grant GM_deleteValue | |
| // @author Miyagi Hikaru | |
| // @website https://gist.github.com/hcmiya/3645e7ef572685c56e58fca5e1375e0e |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| commit e9547b95589eaf45068076a5a05be8a25b8e9df2 | |
| Author: YOSHIOKA Takuma <[email protected]> | |
| Date: 2018-04-02 14:25:11 +0900 | |
| Add custom settings for @lo48576 | |
| diff --git a/rules/0042-o_s.part b/rules/0042-o_s.part | |
| index 0b03935b7e75..fe5ad64b398f 100644 | |
| --- a/rules/0042-o_s.part | |
| +++ b/rules/0042-o_s.part |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name maud.io NSFW | |
| // @namespace net.ghippos.hide.nsfw.io.maud.mstdn | |
| // @version 1.1 | |
| // @description FUCK TWITTER | |
| // @author mohemohe <[email protected]> | |
| // @match https://mstdn.maud.io/* | |
| // @grant none | |
| // ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| font msgothic, 40 | |
| repeat | |
| redraw 2 | |
| color 40, 40, 40 | |
| circle 110, 180, 530, 300 | |
| //color 40, 80, 40 | |
| hsvcolor cnt \ 192, 255, 60 | |
| circle 130, 200, 510, 280 | |
| pos 160, 220 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* ==UserStyle== | |
| @name Walking Unaghost | |
| @namespace hen.acho.co | |
| @version 1.1.0 | |
| @description kawaii | |
| @author pacochi | |
| ==/UserStyle== */ | |
| /* for https://mstdn.maud.io/system/accounts/avatars/000/007/337/original/ac9bb15b32f60d26.png */ | |
| @keyframes ghostwalkL { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| use strict; | |
| use warnings; | |
| use utf8; | |
| use feature 'say'; | |
| use Furl; | |
| use Mojo::DOM; | |
| my ($http, $url, $results) = (Furl->new, 'https://shindanmaker.com/832038', []); | |
| for my $count (1..1e6) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ____-------____ | |
| __-- --__ | |
| / \ | |
| \ _--_ _--_ / あなたはシステム管理者から通常の講習を受けたはずです。 | |
| | ,--. ,--. | これは通常、以下の3点に要約されます: | |
| | |()| |()| | | |
| | _______ | #1) 他人のプライバシーを尊重すること。 | |
| | \ ||| / | | |
| | `---' | #2) タイプする前に考えること。 |