Skip to content

Instantly share code, notes, and snippets.

View hfhchan's full-sized avatar

Henry Chan hfhchan

View GitHub Profile
@hfhchan
hfhchan / README
Last active November 15, 2017 08:02
COMP4331 Assignment 2
1. Use Google Chrome 61.0 or above.
2. Navigate to this page.
3. Press F12.
4. Choose the "Console" tab.
5. Paste in the script and press enter.
@hfhchan
hfhchan / README
Last active October 12, 2017 11:35
COMP4331 Assignment 1 Question 2
1. Use Google Chrome 61.0 or above.
2. Navigate to this page.
3. Press F12.
4. Choose the "Console" tab.
5. Paste in the script and press enter.
@hfhchan
hfhchan / glyphwiki.simsun.user.js
Last active September 29, 2016 02:12
Use Simsun for Glyphwiki
// ==UserScript==
// @name Glyphwiki use SimSun Font
// @namespace https://github.com/hfhchan
// @include http://glyphwiki.org/*
// @include http://en.glyphwiki.org/*
// @include http://zht.glyphwiki.org/*
// @include http://zhs.glyphwiki.org/*
// @version 1
// @grant none
// ==/UserScript==
@hfhchan
hfhchan / glyphwiki.svg.user.js
Last active September 27, 2016 10:08
Use SVG for Glyphwiki
// ==UserScript==
// @name Glyphwiki use svg
// @namespace https://github.com/hfhchan
// @include http://glyphwiki.org/*
// @include http://en.glyphwiki.org/*
// @include http://zht.glyphwiki.org/*
// @include http://zhs.glyphwiki.org/*
// @version 1
// @grant none
// ==/UserScript==