qiita gunyagunya-ize

  • /*
     * @title qiita gunyagunya-ize
     * @description Qiitaにどんなにがんばって記事かいても「誰が」書いた記憶に残らなくて「Qiitaに書いてあった」しか覚えてない問題、エンジニアのアイデンティティを奪い有象無象にして実だけを取るという搾取の構造になってて良くない。 https://twitter.com/shokai/status/470866012196188160 (for userscript)
     * @include http://qiita.com/*
     * @license MIT License
     * @require jQuery
     */
    
    (function () {
    	var imgsrc = document.querySelector('.author-icon').src;
    	// copy and paste from Kohei Morita's Ramen Kick - Hatena::Let http://let.hatelabo.jp/yuta25/let/hJmdu66j7o1l
    	// start perlin-noise from http://hitode909.hatenablog.com/entry/2014/04/23/203032
    	var body = $('body');
    	body.css('background', 'url(' + imgsrc + ')');
    	body.append('<script src="http://hitode909.github.io/hatenablog-unofficial-modules/haikei-gunyagunya.js"></script>');
    
    	var article = $('article');
    	article.css('background', 'rgba(255,255,255,0.8)');
    })()
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2014/05/26 21:18:43 - 2014-05-26
  2. 2014/05/26 21:15:26 - 2014-05-26