Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name AdBlock.user.js
// @version 0.20180704
// @description AdBlock
// @match http://*
// @grant none
// ==/UserScript==
(function() {
function setStyle() {/*
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html b:css='false' b:js='false' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
<b:attr name='xmlns' value=''/>
<b:attr name='xmlns:b' value=''/>
<b:attr name='xmlns:data' value=''/>
<b:attr name='xmlns:expr' value=''/>
<head prefix='og: http://ogp.me/ns#'>
<meta expr:charset='data:blog.encoding'/>
<meta content='initial-scale=1,width=device-width' name='viewport'/>
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html lang='ja' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
&lt;!--<head>--&gt;&lt;head prefix=&#39;og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#&#39;&gt;
<meta expr:charset='data:blog.encoding'/>
<meta content='ie=edge' http-equiv='x-ua-compatible'/>
<meta content='width=device-width,initial-scale=1' name='viewport'/>
<meta content='summary' name='twitter:card'/>
<b:if cond='data:blog.metaDescription'>
<meta expr:content='data:blog.metaDescription' property='og:description'/>
<script>
(function() {
function setAdditionalMark() {
/**
* 盆正月の利用時間増減を設定する方法
* 8月15日17:20~と19:00~が増加なら次のように指定
* addSche(''); → addSche('1517,1519');
* 8月15日22:20~と0:00~が減少なら次のように指定
* removeSche(''); → removeSche('1522,150');
* 増減日時が終わったら指定を翌月までに削除する
// ==UserScript==
// @name NicoVideoAdSkip.user.js
// @namespace https://gist.github.com/ishitsuka/
// @version 0.20140809
// @description ニコニコ動画で動画内広告をスキップするボタンを追加する
// @match http://www.nicovideo.jp/watch/*
// @include http://www.nicovideo.jp/watch/*
// @grant none
// ==/UserScript==
@ishitsuka
ishitsuka / HistogramHeatGraph.user.js
Last active November 2, 2017 18:32
Visualize comments upsurge for Nicovideo
// ==UserScript==
// @name HistogramHeatGraph.user.js
// @namespace https://gist.github.com/ishitsuka/10175564
// @version 0.20160204
// @description ニコニコ動画でコメントの盛り上がりをグラフで表示
// @match http://www.nicovideo.jp/watch/*
// @include http://www.nicovideo.jp/watch/*
// @grant none
// ==/UserScript==