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
| WMIC process where name="Discord.exe" CALL setpriority "normal" |
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
| ! probably not the best, threw together for personal use | |
| ! profile hovering, "profile summary" | |
| x.com##div[data-testid="HoverCard"]>div>div>div>button>div>span>span:has-text(Profile Summary):upward(4) | |
| x.com##div[data-testid="HoverCard"]>div>div>div>button>span>span>span:has-text(Profile Summary):upward(4) | |
| x.com##button[aria-label="Profile Summary"] | |
| ! grok button in toolbar | |
| x.com##div[data-testid="toolBar"]>nav>div>div[data-testid="ScrollSnap-SwipeableList"]>div>div>button[data-testid="grokImgGen"]:upward(1) |
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 Pixiv Twitter redirect fixer | |
| // @namespace Violentmonkey Scripts | |
| // @include /https?://(www.)?pixiv.net/(en/)?users/url=https://twitter.com/.*/ | |
| // @grant none | |
| // @version 1.0 | |
| // @author RegexMC | |
| // @description Fixes Pixiv user Twitter links not redirecting to Twitter | |
| // @downloadURL https://gist.githubusercontent.com/RegexMC/bfad704bcad1445b40e9498078e76156/raw/pixiv-twitter-redirect-fixer.js | |
| // ==/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
| body{color:#cecece;background-color:#1e1e1e!important}#menu{color:#cecece;background-color:#1e1e1e!important}#footer-block{color:#cecece;background-color:#1e1e1e!important}.score-label.score-na{color:#cecece}strong{color:#cecece}.anime-detail-header-stats .stats-block .numbers{color:#cecece}.anime-detail-header-stats .user-status-block{background-color:#1e1e1e!important}.stats-block.po-r.clearfix{color:#cecece;background-color:#1e1e1e!important}::-webkit-scrollbar{background-color:#262626;width:15px}::-webkit-scrollbar-thumb{background-color:rgba(86,86,86,.4)}::-webkit-scrollbar-thumb:hover{background-color:rgba(102,102,102,.4)}textarea::-webkit-scrollbar:vertical{border-left:1px solid #3e3e3e}textarea::-webkit-scrollbar-thumb:vertical{border-left:1px solid #3e3e3e}textarea::-webkit-scrollbar:horizontal{border-top:1px solid #3e3e3e}textarea::-webkit-scrollbar-thumb:horizontal{border-top:1px solid #3e3e3e}.page-common #footer-block{background-color:#3d5dad}.page-common #footer-block .footer-link a,.page-common |