- 🎉
:tada:
yay! - 🌀
:cyclone:
tweak - ⚡
:zap:
zapping feature - 💎
:gem:
new attracting feature - 🌐
:globe_with_meridians:
network - 📦
:package:
package relevant - 📁
:file_folder:
restructure files - 🚿
:shower:
clean - 🌊
:ocean:
empty - 🌱
:seedling:
initialized
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
const { | |
RUNTIME, | |
aceVimMap, | |
addSearchAlias, | |
cmap, | |
imap, | |
imapkey, | |
getBrowserName, | |
getClickableElements, | |
getFormData, |
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
{"lastUpload":"2018-11-18T15:12:33.419Z","extensionVersion":"v3.2.0"} |
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
const fetch = require('node-fetch'); | |
const cheerio = require('cheerio'); | |
urls = [] | |
urls.push('http://qiita.com/horike37/items/b295a91908fcfd4033a2') | |
urls.push('http://qiita.com/ryo0301/items/7f9fd8024987526cbc30') | |
urls.push('http://inokara.hateblo.jp/entry/2017/04/30/092304') | |
urls.push('https://togetter.com/li/1105672') | |
urls.push('https://allabout.co.jp/gm/gc/469010/') | |
urls.push('http://anond.hatelabo.jp/20170429110724') |
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
var HtmlWebpackPlugin = require('html-webpack-plugin'); | |
module.exports = { | |
context: __dirname + '/src', | |
entry: { | |
javascript: './app.js', | |
}, | |
output: { |
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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
- Google Chrome
- Cmder
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
set scalehints | |
set smoothscroll | |
let scrollduration = 300 | |
let hintcharacters = "asdgwetcvb" | |
copyThisPageTitle() -> {{ | |
var text = document.title || (document.querySelector("title") || {}).innerText || ''; | |
RUNTIME('copy', { text: text }); | |
Status.setMessage(text, 2); | |
}} |
NewerOlder