無視設定ID編集

    @@ -1,56 +1,7 @@ /* - * @title PV数送信 + * @title テスト。 * @description my bookmarklet * @include http://* * @license MIT License * @require - */ -// ==UserScript== -// @name PV数送信 -// @namespace http://tampermonkey.net/ -// @version 0.1 -// @description try to take over the world! -// @author You -// @match https://*.open2ch.net/test/read.cgi/*/*l2 -// @grant none -// ==/UserScript== - -//read.cgiのバージョン: -//https://open.open2ch.net/lib/read.cgi/read.cgi.v96.js?1 - -//var NODEJS = "http://nodejs.open2ch.net:8880"; -var NODEJS = "https://nodessl.open2ch.net:8443"; -var count = 0; -var coolDownCount = 0 -var waitTimeDefault = 240 -var waitTimeCoolDown = 7000 -var countup = function(){ - countup++ - if (count >= 200) { - count = 0 - setTimeout(countup, waitTimeCoolDown); - coolDownCount ++ - console.log(coolDownCount); - } else { - setTimeout(countup, waitTimeDefault); - } - nodejs_connect(); -} -setTimeout(countup, waitTimeDefault); - -// Node.js-client -var socket; -var sockID; -var retry = 0; -var onConnect_nodejs = 0; -var max_socket_reconnects = 1; -var local_resnum = 1 -function nodejs_connect(){ - socket = io.connect( - NODEJS,{ - 'max reconnection attempts' : max_socket_reconnects - } - ); - socket.emit('set', bbs,key,local_resnum); -} - + */
  • /*
     * @title テスト。
     * @description my bookmarklet
     * @include http://*
     * @license MIT License
     * @require 
     */
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2019/04/21 19:19:40 - 2019-04-21
  2. 2019/04/21 12:55:45 - 2019-04-21
  3. 2019/03/10 16:14:16 - 2019-03-10
  4. 2019/03/10 14:38:17 - 2019-03-10
  5. 2019/03/10 11:11:34 - 2019-03-10
  6. 2019/03/10 11:10:58 - 2019-03-10