Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 26 additions & 2 deletions src/AllGoInternetArchive.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name All Go InternetArchive Redirect
// @namespace http://tampermonkey.net/
// @version 2026-04-12_1.2.6
// @version 2026-04-12_1.2.7
// @description Add a quick Internet Archive link on any site for testing snapshots.
// @author ChrisTorng
// @homepage https://github.com/ChrisTorng/TampermonkeyScripts/
Expand All @@ -18,10 +18,12 @@
// @exclude *://wiwi.*/*
// @exclude *://*.wiwi.*/*
// @exclude *://*.kagi.com/*
// @exclude *://kagi.com/*
// @exclude *://chatgpt.com/*
// @exclude *://*.chatgpt.com/*
// @exclude *://christorng.github.io/*
// @exclude *://github.com/*
// @exclude *://*.github.com/*
// @exclude *://discord.com/*
// @exclude *://*.discord.com/*
// @exclude *://ebird.org/*
Expand All @@ -39,18 +41,40 @@
// @exclude *://*.nitter.net/*
// @exclude *://bing.com/*
// @exclude *://*.bing.com/*
// @exclude *://wikipedia.org/*
// @exclude *://*.wikipedia.org/*
// @exclude *://reddit.com/*
// @exclude *://*.reddit.com/*
// @exclude *://arxiv.org/*
// @exclude *://*.arxiv.org/*
// @exclude *://cht.com.tw/*
// @exclude *://*.cht.com.tw/*
// @exclude *://*.vercel.app/*
// @exclude *://vercel.app/*
// @exclude *://openai.com/*
// @exclude *://*.openai.com/*
// @exclude *://anthropic.com/*
// @exclude *://*.anthropic.com/*
// @exclude *://claude.ai/*
// @exclude *://*.claude.ai/*
// @exclude *://google.com/*
// @exclude *://*.google.com/*
// @exclude *://facebook.com/*
// @exclude *://*.facebook.com/*
// @exclude *://*.cwa.gov.tw/*
// @exclude *://cwa.gov.tw/*
// @exclude *://chrisrtxubuntu:*/*
// @exclude *://microsoft.com/*
// @exclude *://*.microsoft.com/*
// @exclude *://instagram.com/*
// @exclude *://*.instagram.com/*
// @grant none
// ==/UserScript==

(function() {
'use strict';

// 檢查是否為最上層視窗
// Ensure execution only in the top-level window
if (window !== window.top) {
return;
}
Expand Down
26 changes: 25 additions & 1 deletion src/ForceDarkMode.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name Force Dark Mode
// @namespace http://tampermonkey.net/
// @version 2026-04-12_1.0.2
// @version 2026-04-12_1.0.3
// @description Expose a draggable top-right 🌙 toggle button to force dark mode colors with auto-enable for matched URLs.
// @author ChrisTorng
// @homepage https://github.com/ChrisTorng/TampermonkeyScripts/
Expand All @@ -19,10 +19,12 @@
// @exclude *://wiwi.*/*
// @exclude *://*.wiwi.*/*
// @exclude *://*.kagi.com/*
// @exclude *://kagi.com/*
// @exclude *://chatgpt.com/*
// @exclude *://*.chatgpt.com/*
// @exclude *://christorng.github.io/*
// @exclude *://github.com/*
// @exclude *://*.github.com/*
// @exclude *://discord.com/*
// @exclude *://*.discord.com/*
// @exclude *://ebird.org/*
Expand All @@ -40,11 +42,33 @@
// @exclude *://*.nitter.net/*
// @exclude *://bing.com/*
// @exclude *://*.bing.com/*
// @exclude *://wikipedia.org/*
// @exclude *://*.wikipedia.org/*
// @exclude *://reddit.com/*
// @exclude *://*.reddit.com/*
// @exclude *://arxiv.org/*
// @exclude *://*.arxiv.org/*
// @exclude *://cht.com.tw/*
// @exclude *://*.cht.com.tw/*
// @exclude *://*.vercel.app/*
// @exclude *://vercel.app/*
// @exclude *://openai.com/*
// @exclude *://*.openai.com/*
// @exclude *://anthropic.com/*
// @exclude *://*.anthropic.com/*
// @exclude *://claude.ai/*
// @exclude *://*.claude.ai/*
// @exclude *://google.com/*
// @exclude *://*.google.com/*
// @exclude *://facebook.com/*
// @exclude *://*.facebook.com/*
// @exclude *://*.cwa.gov.tw/*
// @exclude *://cwa.gov.tw/*
// @exclude *://chrisrtxubuntu:*/*
// @exclude *://microsoft.com/*
// @exclude *://*.microsoft.com/*
// @exclude *://instagram.com/*
// @exclude *://*.instagram.com/*
// @grant GM_info
// @run-at document-start
// ==/UserScript==
Expand Down
28 changes: 26 additions & 2 deletions src/ForceMobileView.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name Force Mobile View
// @namespace http://tampermonkey.net/
// @version 2026-04-12_1.7.2
// @version 2026-04-12_1.7.3
// @description Keep pages within the viewport width, trim excessive horizontal spacing on all enabled pages, wrap long content, and expose a draggable top-right ↔ toggle button with auto-enable for matched URLs or tiny fonts.
// @author ChrisTorng
// @homepage https://github.com/ChrisTorng/TampermonkeyScripts/
Expand All @@ -20,10 +20,12 @@
// @exclude *://wiwi.*/*
// @exclude *://*.wiwi.*/*
// @exclude *://*.kagi.com/*
// @exclude *://kagi.com/*
// @exclude *://chatgpt.com/*
// @exclude *://*.chatgpt.com/*
// @exclude *://christorng.github.io/*
// @exclude https://github.com/*
// @exclude *://github.com/*
// @exclude *://*.github.com/*
// @exclude *://discord.com/*
// @exclude *://*.discord.com/*
// @exclude *://ebird.org/*
Expand All @@ -41,11 +43,33 @@
// @exclude *://*.nitter.net/*
// @exclude *://bing.com/*
// @exclude *://*.bing.com/*
// @exclude *://wikipedia.org/*
// @exclude *://*.wikipedia.org/*
// @exclude *://reddit.com/*
// @exclude *://*.reddit.com/*
// @exclude *://arxiv.org/*
// @exclude *://*.arxiv.org/*
// @exclude *://cht.com.tw/*
// @exclude *://*.cht.com.tw/*
// @exclude *://*.vercel.app/*
// @exclude *://vercel.app/*
// @exclude *://openai.com/*
// @exclude *://*.openai.com/*
// @exclude *://anthropic.com/*
// @exclude *://*.anthropic.com/*
// @exclude *://claude.ai/*
// @exclude *://*.claude.ai/*
// @exclude *://google.com/*
// @exclude *://*.google.com/*
// @exclude *://facebook.com/*
// @exclude *://*.facebook.com/*
// @exclude *://*.cwa.gov.tw/*
// @exclude *://cwa.gov.tw/*
// @exclude *://chrisrtxubuntu:*/*
// @exclude *://microsoft.com/*
// @exclude *://*.microsoft.com/*
// @exclude *://instagram.com/*
// @exclude *://*.instagram.com/*
// @grant GM_info
// @run-at document-start
// ==/UserScript==
Expand Down
Loading