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
| html { | |
| background:#333 !important; | |
| } | |
| html * { | |
| background:none !important; | |
| color:#bbb !important; | |
| border-color:#333 !important; | |
| border-width:0 !important; | |
| } |
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
| # @(#) ~mitry/mkshrc for MkSh on Android | |
| # @url https://termbin.com/b8fn -- 2023-04-28 version | |
| # @url https://snippet.host/hzhrsr | |
| # If not running interactively, don't do anything | |
| [[ -o interactive ]] || return | |
| # [[ $- != *i* ]] && return | |
| # Prettify error messages: | |
| (( ${#0} > 10 )) && exec -a mksh $0 "$@" |
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 Dark Introvert | |
| // @namespace https://viayoo.com/ | |
| // @version 0.3 | |
| // @description fastest and simplest dark theme invertor. | |
| // @author mitry | |
| // @run-at document-start | |
| // @grant GM_addStyle | |
| // @match https://ru.m.wiktionary.org/w/* | |
| // @match https://pda.tv.yandex.ru/* |
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
| javascript: | |
| !function(){ | |
| const | |
| base64 = x => btoa(unescape(encodeURIComponent(x))), | |
| onload = x => { | |
| if (!Readability || !TurndownService) return; | |
| const content = new Readability(document.cloneNode(true)).parse().content, | |
| text = new TurndownService().turndown(content) | |
| + `\n\n[original]: ${document.location.href} "${document.title}"\n`, |
| original |
|---|
Hacking Tools Cheat Sheet, v2.0, August 2023, Compass Security, https://compass-security.com
v2.0, September 2023, Compass Security https://www.compass-security.com
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 Умный Переводчик (Via) | |
| // @namespace http://tampermonkey.net/ | |
| // @version 6.2.1 | |
| // @description Фикс позиционирования над панелью браузера | |
| // @match *://*/* | |
| // @grant GM_xmlhttpRequest | |
| // @connect * | |
| // ==/UserScript== |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
OlderNewer