conversation of the cutting-edge techs
link to subscribe feed
// ==UserScript== | |
// @name Qiita Code Number | |
// @namespace khsk | |
// @description コードに選択不可能な行番号を追加する | |
// @include http://qiita.com/*/items/* | |
// @include http://qiita.com/*/private/* | |
// @version 1 | |
// @grant none | |
// ==/UserScript== |
// ==UserScript== | |
// @name t.um block (googlish) | |
// @namespace http://noromanba.flavors.me | |
// @description Hide t.umblr.com link on tumblr.com as Google does in its search result pages | |
// @match http://*.tumblr.com/* | |
// @match https://*.tumblr.com/* | |
// @grant none | |
// @noframes | |
// @run-at document-end | |
// @version 2016.2.13.0 |
// ==UserScript== | |
// @name Wikipedia Language Labels | |
// @description Enhance interlanguage links on the sidebar (e.g. Change "Français" to "Étoile (Français)" on https://en.wikipedia.org/wiki/Star ) | |
// @match https://*.wikipedia.org/wiki/* | |
// @grant none | |
// @version 2 | |
// @noframes | |
// ==/UserScript== | |
// Original: https://gist.github.com/maripo/3925496 |
class Hoge | |
def self.hoge | |
obj = method(__method__).receiver.new | |
attributes.each do |key| | |
obj.send("#{key}=", key.to_s + "!!!") | |
end | |
p obj | |
end | |
def self.attributes |
conversation of the cutting-edge techs
link to subscribe feed
// ==UserScript== | |
// @name NicovideoPlayingFavicon | |
// @namespace https://twitter.com/hirogasa/ | |
// @match http://www.nicovideo.jp/watch/* | |
// @description ニコニコ動画の再生中ページのFaviconを変更します。 | |
// @version 1.4 | |
// @grant none | |
// ==/UserScript== | |
if(window.WatchApp) { // Flashプレーヤー |