Warning: fopen(/www/sites/update.greasyfork.icu/index/store/temp/6956ec866b14bbadc911a85c3041e465.js): failed to open stream: No space left on device in /www/sites/update.greasyfork.icu/index/scriptControl.php on line 65
// ==UserScript==
// @name twitcasting_collapse_comment
// @namespace http://catherine.v0cyc1pp.com/twitcasting_collapse_comment.user.js
// @match http://twitcasting.tv/*
// @match https://twitcasting.tv/*
// @match https://ssl.twitcasting.tv/*
// @exclude https://twitcasting.tv/
// @exclude https://twitcasting.tv/?*
// @version 1.8
// @require https://code.jquery.com/jquery-3.4.1.min.js
// @grant none
// @run-at document-end
// @description ツイキャスのコメント欄を非表示にする。
// @license MIT
// @downloadURL https://update.greasyfork.icu/scripts/16460/twitcasting_collapse_comment.user.js
// @updateURL https://update.greasyfork.icu/scripts/16460/twitcasting_collapse_comment.meta.js
// ==/UserScript==
this.$ = this.jQuery = jQuery.noConflict(true);
console.log("twitcasting_collapse_comment start");
function main() {
//console.log("main() start");
// すでに処理済ならなにもしない
/*
var tmp = $(".header_twitcasting_collapse_comment");
console.log("tmp="+tmp);
if (tmp != null) {
return;
}
*/
if ( $(".header_twitcasting_collapse_comment").length ) {
return;
}
// 隠すブロックの前に「コメントエリア (クリックで展開)」のヘッダをつける。
$("div.tw-player-page__comment__list").before("