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 Dcard Floor Anchor Show Contents | |
| // @version 1.4 | |
| // @description Show Contents of Floor Anchor | |
| // @author White hat & Who | |
| // @require https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js | |
| // @require https://gist.github.com/raw/2625891/waitForKeyElements.js | |
| // @match https://www.dcard.tw/* | |
| // @match http://www.dcard.tw/* | |
| // @match https://dcard.tw/* |
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 Dcard Whysoserious | |
| // @version 1.0 | |
| // @description remove "whysoserious" pinned post | |
| // @author White Hat | |
| // @require https://gist.github.com/raw/2625891/waitForKeyElements.js | |
| // @match https://www.dcard.tw/* | |
| // @downloadURL https://gist.github.com/andyw330/cf1db52b584ca50e459c/raw/dcard-whysoserious.user.js | |
| // @updateURL https://gist.github.com/andyw330/cf1db52b584ca50e459c/raw/dcard-whysoserious.user.js | |
| // @grant GM_addStyle |
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 Dcard 更改校名顯示 | |
| // @version 1.0 | |
| // @description 把學校顯示名稱改為自己想要的,適用於文章列表、內文、校版列表 | |
| // @author A person in the world | |
| // @require https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js | |
| // @require https://gist.github.com/raw/2625891/waitForKeyElements.js | |
| // @match https://www.dcard.tw/* | |
| // @downloadURL https://gist.github.com/andyw330/bce439fb279fbc47871b/raw/dcard-change-school-name.user.js | |
| // @grant none |
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 Dcard 抽卡 | |
| // @version 1.0 | |
| // @description 讓抽卡更有趣 | |
| // @author A person in the world | |
| // @require https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js | |
| // @require https://gist.github.com/raw/2625891/waitForKeyElements.js | |
| // @match https://www.dcard.tw/* | |
| // @grant GM_addStyle | |
| // ==/UserScript== |