็บไบ่ฝ่ฎๅคงๅฎถ่ฝๅค ้ ๅฉ็ๅปบ็ซ่ตท Angular 11 ้็ผ็ฐๅข๏ผไปฅไธๆฏ้่ฆๅฎ่ฃ็็ธ้่ป้ซ่ๅฎ่ฃๆญฅ้ฉ่่ชชๆใ
- Windows 10 ไปฅไธ็ๆฌ
- Mac OS X 10.6 ไปฅไธ็ๆฌ
| { | |
| "$help": "https://aka.ms/terminal-documentation", | |
| "$schema": "https://aka.ms/terminal-profiles-schema", | |
| "actions": | |
| [ | |
| { | |
| "command": | |
| { | |
| "action": "copy", | |
| "singleLine": false |
| // ==UserScript== | |
| // @name ShowRoomในใใญใช | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.2 | |
| // @description ใใกใใใกใใใใ | |
| // @author Momoyama Mirai (Edited by jim60105) | |
| // @match https://www.showroom-live.com/* | |
| // @grant none | |
| // ==/UserScript== | |
| const sleep = (time) => new Promise((resolve) => setTimeout(() => resolve(), time * 1000)); |
| /* This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. | |
| * | |
| * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. | |
| * | |
| * You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. | |
| **/ | |
| header { | |
| display: flex; | |
| justify-content: center; |
| // ==UserScript== | |
| // @name Youtube: Automatically press like after watching 5 minutes of video | |
| // @name:zh Youtube: ่ง็5ๅ้ๅฝฑ็ๅพ่ชๅๆๅๆญก | |
| // @version 1.1.3 | |
| // @description Youtube: Automatically press like after watching 5 minutes of video | |
| // @author ็ณ(jim60105) | |
| // @match https://www.youtube.com/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com | |
| // @license GPL3 | |
| // ==/UserScript== |
| // ==UserScript== | |
| // @name Youtube: Automatic clapping machine | |
| // @name:zh Youtube: ่ชๅๆๆๆฉๅจ | |
| // @version 1.4.5 | |
| // @description ๅจๅ ถๅฎไบบๆๆๆ่ชๅ่ท่ไธ่ตทๆ | |
| // @author ็ณ(jim60105) | |
| // @match https://www.youtube.com/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com | |
| // @license GPL3 | |
| // ==/UserScript== |
| #chat { | |
| height: calc(100vh - 100px) !important; | |
| } |
| $sourceFolder = "${pwd}\*" | |
| $filePatterns = '*.png','*.jpg','*.gif' | |
| Get-ChildItem -Path $sourceFolder -Include $filePatterns -File -Recurse | ForEach-Object { | |
| $name = $_.FullName | |
| $webp = [System.IO.Path]::ChangeExtension($name,".webp") | |
| $avif = [System.IO.Path]::ChangeExtension($name,".avif") | |
| echo "Orig: $name" | |
| echo "WebP: $webp" | |
| magick "$name" "$webp" |
| { | |
| "www.alphapolis.co.jp/novel/*/*/episode/*": { | |
| "css": "#content{\r\n width: unset;\r\n \r\n}\r\n#main{\r\n width: 90vw;\r\n float: unset;\r\n margin: 0px auto;\r\n}\r\nbody{\r\n background-color: #22272e;\r\n}\r\n.novel-body{\r\n color:rgb(173, 186, 199);\r\n font-weight: 600;\r\n background-color: #22272e;\r\n}", | |
| "readability": false, | |
| "enabled": true, | |
| "modifiedTime": "2023-05-27T17:10:35.242+08:00" | |
| }, | |
| "kakuyomu.jp/works/*/episodes/*": { | |
| "css": ".widget-episode-inner{\r\n width: 90%;\r\n max-width: unset;\r\n}", | |
| "readability": false, |