Copy and paste this into a bookmark:
javascript:!function(d){d.head.appendChild(d.createElement("style")).innerText="html,img,video{-webkit-filter:invert(1)hue-rotate(180deg);filter:invert(1)hue-rotate(180deg)}body{background:#000}"}(document);
| $OutputEncoding = New-Object -typename System.Text.UTF8Encoding | |
| [Console]::OutputEncoding = New-Object -typename System.Text.UTF8Encoding |
| #ๅ ่ฎธrpc | |
| enable-rpc=true | |
| #ๅ ่ฎธๆๆๆฅๆบ, web็้ข่ทจๅๆ้้่ฆ | |
| rpc-allow-origin-all=true | |
| #ๅ ่ฎธ้ๅค้จ่ฎฟ้ฎ | |
| rpc-listen-all=true | |
| #RPC็ซฏๅฃ, ไป ๅฝ้ป่ฎค็ซฏๅฃ่ขซๅ ็จๆถไฟฎๆน | |
| rpc-listen-port=6800 | |
| # ไฟๅญๆฅๅฟๅฐๆไปถ๏ผๆฒกๆ่ฏฅๆไปถ็จ touch ๅฝไปคๆฐๅปบ๏ผไธ็ถไผๆฅ้ | |
| log=/mnt/upan/aria2.log |
| /*! normalize.css v2.1.3 | MIT License | git.io/normalize */ | |
| /* ========================================================================== | |
| HTML5 display definitions | |
| ========================================================================== */ | |
| /** | |
| * Correct `block` display not defined in IE 8/9. | |
| */ |
| # NOTE: registry keys for IE 8, may vary for other versions | |
| $regPath = 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Internet Settings' | |
| function Clear-Proxy | |
| { | |
| Set-ItemProperty -Path $regPath -Name ProxyEnable -Value 0 | |
| Set-ItemProperty -Path $regPath -Name ProxyServer -Value '' | |
| Set-ItemProperty -Path $regPath -Name ProxyOverride -Value '' | |
| [Environment]::SetEnvironmentVariable('http_proxy', $null, 'User') |
| [Desktop Entry] | |
| Version=1.0 | |
| Name=Telegram Desktop | |
| Comment=Official desktop version of Telegram messaging app | |
| TryExec=/opt/Telegram/Telegram | |
| Exec=/opt/Telegram/Telegram -- %u | |
| Icon=telegram | |
| Terminal=false | |
| StartupWMClass=TelegramDesktop | |
| Type=Application |
| /* | |
| Parts of this code is inspired from the following: | |
| [1] https://userstyles.org/styles/105000/smart-dark | |
| */ | |
| html { | |
| background-color: #222 !important; | |
| } | |
| body { |
ๅฝๅ ไป Docker Hub ๆๅ้ๅๆๆถไผ้ๅฐๅฐ้พ๏ผๆญคๆถๅฏไปฅ้ ็ฝฎ้ๅๅ ้ๅจใ
Dockerized ๅฎ่ทต https://github.com/y0ngb1n/dockerized
ๅ่ Docker daemon ้ ็ฝฎไปฃ็
| { | |
| "version": "0.2.0", | |
| "configurations": [ | |
| { | |
| "name": "Attach to Chrome/Vivaldi", | |
| "port": 9222, | |
| "request": "attach", | |
| "type": "chrome", | |
| "url": "http://localhost:8080" | |
| }, |