็บไบ่ฝ่ฎๅคงๅฎถ่ฝๅค ้ ๅฉ็ๅปบ็ซ่ตท Angular 11 ้็ผ็ฐๅข๏ผไปฅไธๆฏ้่ฆๅฎ่ฃ็็ธ้่ป้ซ่ๅฎ่ฃๆญฅ้ฉ่่ชชๆใ
- Windows 10 ไปฅไธ็ๆฌ
- Mac OS X 10.6 ไปฅไธ็ๆฌ
| // ==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== |
| // ==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== |
| /* 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 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)); |
| { | |
| "$help": "https://aka.ms/terminal-documentation", | |
| "$schema": "https://aka.ms/terminal-profiles-schema", | |
| "actions": | |
| [ | |
| { | |
| "command": | |
| { | |
| "action": "copy", | |
| "singleLine": false |
| { | |
| "version": "1.0", | |
| "components": [ | |
| "Microsoft.VisualStudio.Component.CoreEditor", | |
| "Microsoft.VisualStudio.Workload.CoreEditor", | |
| "Microsoft.NetCore.Component.Runtime.5.0", | |
| "Microsoft.NetCore.Component.Runtime.3.1", | |
| "Microsoft.NetCore.Component.SDK", | |
| "Microsoft.VisualStudio.Component.NuGet", | |
| "Microsoft.Net.Component.4.6.1.TargetingPack", |
| { | |
| "id": "e937c8db-ba11-410e-af6e-a543d228549e", | |
| "version": "1.0", | |
| "name": "My Visual Studio extensions", | |
| "description": "A collection of my Visual Studio extensions", | |
| "extensions": [ | |
| { | |
| "vsixId": "AlignAssignments2022.41858b2d-ff0b-4a43-80b0-f1b2d6084935", | |
| "name": "Align Assignments 2022", | |
| "moreInfoUrl": "https://marketplace.visualstudio.com/items?itemName=VisualStudioPlatformTeam.AlignAssignment2022", |