This file contains 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
// ==Taberareloo== | |
// { | |
// "name" : "Fix Tumblr Dashboard pin action" | |
// , "description" : "Fix Tumblr Dashboard pin action" | |
// , "include" : ["content"] | |
// , "match" : [ | |
// "*://www.tumblr.com/dashboard*" | |
// ] | |
// , "version" : "0.1.1" | |
// , "downloadURL" : "https://gist.github.com/YungSang/b9682d3f24622d4e251a/raw/patch.userscript.fix.tumblr.pin.tbrl.js" |
This file contains 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
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing! | |
VAGRANTFILE_API_VERSION = "2" | |
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | |
config.vm.box = "yungsang/boot2docker" | |
config.vm.network "private_network", ip: "192.168.33.10" |
This file contains 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
// ==Taberareloo== | |
// { | |
// "name" : "Fix Gmail Model" | |
// , "description" : "Fix Gmail model" | |
// , "include" : ["background"] | |
// , "version" : "0.1.0" | |
// , "downloadURL" : "https://gist.github.com/YungSang/6c7447867ec8ac6c74b5/raw/patch.model.gmail.tbrl.js" | |
// } | |
// ==/Taberareloo== | |
This file contains 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
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing! | |
VAGRANTFILE_API_VERSION = "2" | |
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | |
config.vm.box = "yungsang/coreos" | |
config.vm.network "private_network", ip: "192.168.33.10" |
This file contains 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
// ==Taberareloo== | |
// { | |
// "name" : "Check CoreOS Releases" | |
// , "description" : "Check CoreOS Releases" | |
// , "include" : ["background"] | |
// , "version" : "2.0.0" | |
// , "downloadURL" : "https://gist.github.com/YungSang/9922467/raw/patch.check.coreos.release.tbrl.js" | |
// } | |
// ==/Taberareloo== |
This file contains 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
// ==Taberareloo== | |
// { | |
// "name" : "Patch for Twitter Model" | |
// , "description" : "Patch for Twitter model" | |
// , "include" : ["background"] | |
// , "version" : "0.2.2" | |
// , "downloadURL" : "https://gist.github.com/YungSang/9205023/raw/patch.model.twitter.tbrl.js" | |
// } | |
// ==/Taberareloo== |
This file contains 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
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
VAGRANTFILE_API_VERSION = "2" | |
Vagrant.require_version ">= 1.5.4" | |
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | |
if Vagrant.has_plugin?("vagrant-vbguest") then | |
config.vbguest.auto_update = false |
This file contains 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
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
VAGRANTFILE_API_VERSION = "2" | |
BOOT2DOCKER_BOX = "yungsang/boot2docker" | |
DOCKER_VM_IPADDR = "192.168.33.10" | |
DOCKER_UI_IMAGE = "yungsang/dockerui" |
This file contains 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
// ==Taberareloo== | |
// { | |
// "name" : "pplog Bone Zapper" | |
// , "description" : "Zapping pplog back and forth" | |
// , "include" : ["content"] | |
// , "match" : ["https://www.pplog.net/", "https://www.pplog.net/u/*"] | |
// , "version" : "0.2.0" | |
// , "downloadURL" : "https://gist.github.com/YungSang/8812722/raw/userscript.pplog.bone.zapper.tbrl.js" | |
// } | |
// ==/Taberareloo== |
