Skip to content

Instantly share code, notes, and snippets.

View jim60105's full-sized avatar
🛸
🚗🚕🚙🚓🚑🚚🚛🚜🏎🚓🚔🚍🚒🚘🚖🛺🚐🚖🚲🏍️🛵🚄🚅🚈🚂🚆🚇🚖🛴🚊🚉🚁🚆🚟🚝🚞🚋🚈🛶🚤🚢⛵🚀🛸🛹🚂🚃🚎🚌🛵🛺🚲🚍🚑🚒🚐

陳鈞 jim60105

🛸
🚗🚕🚙🚓🚑🚚🚛🚜🏎🚓🚔🚍🚒🚘🚖🛺🚐🚖🚲🏍️🛵🚄🚅🚈🚂🚆🚇🚖🛴🚊🚉🚁🚆🚟🚝🚞🚋🚈🛶🚤🚢⛵🚀🛸🛹🚂🚃🚎🚌🛵🛺🚲🚍🚑🚒🚐
View GitHub Profile
@jim60105
jim60105 / twitcasting-css-override.css
Last active April 24, 2024 07:20
改善Twitcasting的垃圾UI介面
/* 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;
@jim60105
jim60105 / Enlarge LiveChat Sidebar Horizontal.user.js
Last active December 7, 2023 13:09
Enlarge Youtube LiveChat Sidebar
// ==UserScript==
// @name Enlarge Youtube LiveChat Sidebar (Horizontal)
// @version 0.2
// @description Enlarge Youtube LiveChat Sidebar (Horizontal)
// @author 琳(jim60105)
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com
// @include https://www.youtube.com/watch*
// @grant GM_addElement
// @license GPL3
// ==/UserScript==
@jim60105
jim60105 / showroom.user.js
Last active May 20, 2021 10:25 — forked from aikatsukamen/gist:52041be267c213fcc38efa4d876db696
ShowRoomの見た目なんとかする
// ==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));
@jim60105
jim60105 / settings.json
Last active August 10, 2023 02:46
VSCode Settings
{
"settingsSync.ignoredSettings": [
"terminal.integrated.shell.windows",
],
// Window and Workbench
"window.title": "${dirty}${activeEditorShort}${separator}${folderPath}${separator}${appName}",
"window.restoreWindows": "none",
"explorer.openEditors.visible": 0,
"workbench.sideBar.location": "right",
@jim60105
jim60105 / settings.json
Last active June 23, 2022 09:00
Windows terminal settings
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command":
{
"action": "copy",
"singleLine": false
@jim60105
jim60105 / Angular 11 開發環境說明.md
Created March 5, 2021 07:06 — forked from doggy8088/Angular 17 Dev Setup.md
Angular 11 開發環境說明

Angular 11 開發環境說明

為了能讓大家能夠順利的建立起 Angular 11 開發環境,以下是需要安裝的相關軟體與安裝步驟與說明。

[ 作業系統 ]

  • Windows 10 以上版本
  • Mac OS X 10.6 以上版本

[ 套件管理器 ( Mac OS X Only ) ]

@jim60105
jim60105 / vs2019.vsconfig
Last active June 8, 2023 09:19
My VS 安裝組態
{
"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",
@jim60105
jim60105 / facebook_banner_li_killer.txt
Last active February 4, 2023 07:32
facebook_banner_li_killer
facebook.com#?#li:has(> span > div > a[aria-label="Watch"])
facebook.com#?#li:has(> span > div > a[href="/watch/"])
facebook.com#?#li:has(> span > div > a[aria-label="Marketplace"])
facebook.com#?#li:has(> span > div > a[href="/marketplace/?ref=app_tab"])
facebook.com#?#li:has(> span > div > a[aria-label="遊戲"])
facebook.com#?#li:has(> span > div > a[href="/gaming/"])
facebook.com#?#li:has(> span > div > a[href="/gaming/?ref=games_tab"])
facebook.com#?#div[data-visualcompletion="ignore-dynamic"]:has(div[aria-label="video chats that people can join"])
@jim60105
jim60105 / extensions.vsext
Last active July 18, 2023 07:03
My VS Extension (2022)
{
"id": "e908f01b-bf54-4f70-9b76-b1176dffd10b",
"name": "My Visual Studio extensions",
"description": "A collection of my Visual Studio extensions",
"version": "1.0",
"extensions": [
{
"name": "Align Assignments 2022",
"vsixId": "AlignAssignments2022.41858b2d-ff0b-4a43-80b0-f1b2d6084935",
"moreInfoUrl": "https://marketplace.visualstudio.com/items?itemName=VisualStudioPlatformTeam.AlignAssignment2022",
@jim60105
jim60105 / GoogleBloggerTOC_sidebar.html
Last active December 7, 2023 13:31
在Blogger側邊欄建立Table of Contents (自動TOC目錄)
<!-- 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/>. -->
<!-- 將此文件內容完整貼於「版面配置」→「新增小工具」→「HTML/JavaScript」,標題命名為「目錄」-->
<div id="tocAnchor_sidebar" style="text-align:left;margin-bottom:10px">
<nav id="toc_sidebar" style="font-size: large;"></nav>
</div>