家系ラーメンの注文ができる

    @@ -6,6 +6,7 @@ * @require */ +(function(){ console.log("start"); var all = document.createElement('div'); @@ -20,5 +21,4 @@ document.add_all.appendChild(all); console.log("end"); - - +});
  • /*
     * @title bookmarklet
     * @description my bookmarklet
     * @include http://*
     * @license MIT License
     * @require 
     */
    
    (function(){
    	console.log("start");
    
    	var all = document.createElement('div');
    	all.innerHTML = '<h1>油少なめ味濃いめ</h1>';
    	all.style.fontSize = '100px';
    	all.style.zIndex = '1000';
    	all.style.width = '100%';
    	all.style.height = '100%';
    	all.style.backgroundColor = '#888';
    
    	var add_all = document.getElementsByTagName('body');
    	document.add_all.appendChild(all);
    
    	console.log("end");
    });
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2017/01/27 16:45:08 - 2017-01-27
  2. 2017/01/27 12:52:24 - 2017-01-27
  3. 2017/01/27 12:51:52 - 2017-01-27
  4. 2017/01/27 12:42:26 - 2017-01-27
  5. 2017/01/27 12:41:53 - 2017-01-27
  6. 2017/01/27 12:40:20 - 2017-01-27
  7. 2017/01/27 12:22:10 - 2017-01-27
  8. 2017/01/27 12:20:37 - 2017-01-27
  9. 2017/01/27 12:19:28 - 2017-01-27
  10. 2017/01/27 12:18:03 - 2017-01-27
  11. 2017/01/27 11:48:44 - 2017-01-27
  12. 2017/01/27 11:45:38 - 2017-01-27
  13. 2017/01/27 11:44:40 - 2017-01-27