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
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
| <meta http-equiv="Content-Language" content="ja" /> | |
| <meta http-equiv="Content-Style-Type" content="text/css" /> | |
| <meta http-equiv="Content-Script-Type" content="text/javascript" /> | |
| <title>Canvas</title> | |
| <!--[if IE]><script type="text/javascript" src="excanvas.js"></script><![endif]--> | |
| <script> |
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
| Subject | Start Date | Start Time | |
|---|---|---|---|
| 第3回入学予定者登校日、新1年クラス・担任発表(午後) | 2012/4/5 | TRUE | |
| 普通授業開始 | 2012/4/6 | TRUE | |
| 入学式・始業式 | 2012/4/8 | TRUE | |
| 第1回土曜活用講座1年2年3年/3年進路保護者説明会 | 2012/4/14 | TRUE | |
| 第2回土曜活用講座1年2年/3年全統マーク/2年進路保護者説明会 | 2012/4/28 | TRUE | |
| 昭和の日 | 2012/4/29 | TRUE | |
| 第4回入学予定/者登校日(午後) | 2012/4/29 | TRUE | |
| 振替休日 | 2012/4/30 | TRUE | |
| 第3回土曜活用講座1年2年3年 | 2012/4/30 | TRUE |
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
| (function(){var i,p,t,v,e,vd,pa=n=z=0,npc,np,xrh,d=document,imgView='<div style="width:100%;">',a=d.getElementById("article-contents"),imgs=a.getElementsByTagName("img"),Bimgs=[],m= /livedoor.blogimg.jp/ , m2= /livedoor.sp.blogimg.jp/ , gI=function(){for (i in imgs){p=imgs[i].parentNode;if(typeof p==="object"){if(m.test(p.href)){Bimgs[n]=p.href;}else if(m2.test(imgs[i].src)){t=imgs[i].src;t=t.replace("livedoor.sp.blogimg.jp","livedoor.blogimg.jp");t=t.replace("-s.",".");Bimgs[n]=t;}imgView+=("<img id='"+n+"'style='display:none;' src='"+Bimgs[n++]+"' />")}}npc=np=null;npc=d.getElementsByClassName("pagingNav");np=npc[z];if(np){xhr=new XMLHttpRequest();xhr.open("GET",np.href,false);xhr.onreadystatechange = function(){if(xhr.readyState==4){t=xhr.responseText;e=document.createElement("div");e.innerHTML=t;a=e.querySelector("#article-contents");imgs=a.getElementsByTagName("img");d=a.parentNode;z=1;gI()}};xhr.send(null);}};gI();imgView+=("<input type='button' style='width:40%;height:auto; font-size:2em; font-weight:b |
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
| It's broken WEB CONTENTS!!!!! | |
| Thanks!!! Great!!! Wonderfuuuuul!!!!! | |
| Now Lowning!!!!!!!! | |
| icon is painted by @name_h2so4 |
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
| It's broken WEB CONTENTS!!!!! Thanks!!! Great!!! Wonderfuuuuul!!!!! Now Lowning!!!!!!!! icon is painted by @name_h2so4 |
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
| [10:18:11] Pasta-K: itochanを殺すためにリア充っぽいLTをしよう | |
| [10:19:08] Pasta-K: LT枠なんですけど、順番は当日決めても良いけど、ここは関西、ここは関東とかって分けておかないと死ぬ | |
| [10:19:22] Kazunori Jo (itochan): ころされる | |
| [10:19:29] Kazunori Jo (itochan): ですね | |
| [10:19:50] Pasta-K: itochanを殺すにはどういうLTが良いのでしょうか | |
| [10:19:55] Kazunori Jo (itochan): リア充の話 | |
| [10:19:56] Shota Fukumori (sora_h): 彼女連れてくれば死ぬよ | |
| [10:19:58] Kazunori Jo (itochan): 彼女の話 | |
| [10:20:00] Kazunori Jo (itochan): 死ぬ | |
| [10:20:04] Pasta-K: 彼女居ない |
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
| <frameset frameborder="0" cols="20%,80%"> | |
| <!-- cf: http://www.tohoho-web.com/html/frameset.htm --> | |
| <frame src="menu.html" name="menu"> | |
| <!-- ここに読みこませるhtml内のaタグには必ずtarget要素でcontentsを指定する | |
| ex) <a href="illust.html" target="contents">illust page</a> | |
| --> | |
| </frame> | |
| <frame src="top.html" name="contents"> | |
| </frame> | |
| </frameset> |
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
| /*load jQuery*/ | |
| var s=document.createElement("script"); | |
| thisyear=(new Date()).getFullYear(); | |
| s.src="https://raw.github.com/jquery/jquery/master/speed/jquery-basis.js"; | |
| s.addEventListener("load",function(){ | |
| var month,day,subject,year,data="Subject,Start Date,Start Time\n"; | |
| $(".hyo_table").each(function(m,table){ | |
| month=(m+4)%12 ? (m+4)%12 : 12; | |
| year=month>3 ? thisyear : (thisyear+1); | |
| $(table).children().children().each(function(i,tr){ |
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
| 怖いから回します・・・ | |
| グリーで話題になってるんだって〓 | |
| ホントにすいません。 本当にごめん。 | |
| 回したくなかったんだけどまじでヤバそうだったから ネットでも話題になってるらしい〓 最後まで見て下さい。 あなたは回って来てしまった見てしまった | |
| 私は好きな人がいたの | |
| 親友のりんちゃんがいて、 | |
| 毎日相談して ました 私は友達が少なくて |
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
| // ==UserScript== | |
| // @name TogetterFilter | |
| // @namespace TogetterFilter | |
| // @description Togetterを任意のユーザー名を用いてフィルタリング | |
| // @include http://togetter.com/* | |
| // @require https://github.com/azu/usconfig/raw/v1.13/usconfig.js | |
| // ==/UserScript== | |
| // 設定画面の定義 - http://d.hatena.ne.jp/h1mesuke/20100713/p1 | |
| Config.define('usc_basic', function() { | |
| with (this.builder) { |