Skip to content

Instantly share code, notes, and snippets.

@teruhisa
teruhisa / nikkei_scraper.user.js
Last active September 2, 2018 12:34
Nikkei Scraper
// ==UserScript==
// @name Nikkei Scraper
// @namespace http://http://teruhisa.github.io//
// @version 0.1
// @description scrape news article content and dump it into body.
// @author Teruhisa Haruguchi
// @match https://gateway.itc.u-tokyo.ac.jp/g3/,DanaInfo=t21.nikkei.co.jp+CMN0F12.do
// @match https://t21.nikkei.co.jp/g3/CMN0F12.do
// @grant none
// ==/UserScript==
@teruhisa
teruhisa / .slate
Last active July 17, 2017 13:44
slate sizeup settings
config defaultToCurrentScreen true
config nudgePercentOf screenSize
config resizePercentOf screenSize
# Resize Bindings
# bind right:alt resize +10% +0
# bind left:alt resize -10% +0
# bind up:alt resize +0 -10%
# bind down:alt resize +0 +10%
# bind right:ctrl;alt resize -10% +0 bottom-right
@teruhisa
teruhisa / gist:5424811
Last active December 16, 2015 11:08 — forked from votivegists/gist:3825777
html
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>