Skip to content

Instantly share code, notes, and snippets.

@andyw330
andyw330 / dcard-floor-anchor-show-contents.user.js
Last active June 27, 2016 11:33
Dcard show contents of floor anchor
// ==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/*
@andyw330
andyw330 / dcard-whysoserious.user.js
Last active December 5, 2015 19:20
remove Dcard "whysoserious" pinned post
// ==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
@andyw330
andyw330 / dcard-change-school-name.user.js
Last active December 5, 2015 19:20
Change the display school name in Dcard
// ==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
// ==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==