Skip to content

Instantly share code, notes, and snippets.

@isnot
isnot / show-zoom-level.user.js
Last active October 8, 2016 03:16
iitc-plugin-show-zoom-level
// ==UserScript==
// @id iitc-plugin-show-zoom-level@isnot
// @name IITC plugin: show zoom level
// @category Controls
// @version 0.1
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
// @author isnot
// @updateURL none
// @downloadURL none
// @description [iitc-plugins] Indicate zoom level on map.
@isnot
isnot / study-about-web-automation.md
Created June 16, 2017 20:27
ブラウザのオートメーションへの道(2017年6月版)

ブラウザのオートメーションへの道(2017年6月版)

自分なりにいろいろ調べた結果をまとめます。 ただし、これは現時点での状況からわかったことで、賞味期限は比較的短いだろうと思います。

はじめに

ウェブ・ブラウザを、プログラムから操って、自動処理をしたいと思いました。 プログラムはjavascriptで書きます。

@isnot
isnot / portal-highlighter-missing-reso-plus.user.js
Created October 22, 2017 10:32
IITC Plugins: portal-highlighter-missing-reso-plus
// ==UserScript==
// @id iitc-plugin-highlight-portals-missing-reso-plus@isnot
// @name IITC plugin: highlight portals missing resonators. and portal level.
// @category Highlighter
// @version 0.1.1
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
// @updateURL none
// @downloadURL none
// @description [iitc-plugins] Use the portal fill color to denote if the portal is missing resonators. and portal level.
// @auther isnot
@isnot
isnot / disable-doubleClickZoom.user.js
Last active February 13, 2018 10:30
iitc-plugin-disable-doubleClickZoom
// ==UserScript==
// @id iitc-plugin-disable-doubleClickZoom@isnot
// @name IITC plugin: Disable doubleClickZoom
// @category Tweaks
// @version 0.1
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
// @author isnot
// @updateURL none
// @downloadURL none
// @description [iitc-plugins] Disable doubleClickZoom
@isnot
isnot / bounds-view.user.js
Created June 16, 2018 05:09
IITC plugin: Bounds View 地図上に矩形を範囲選択して、その座標と大きさを表示する
// ==UserScript==
// @id iitc-plugin-bounds-view
// @name IITC plugin: Bounds View
// @category Misc
// @version 0.1
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
// @updateURL none
// @downloadURL none
// @description [] Bounds View - 地図上に矩形を範囲選択して、その座標と大きさを表示する
// @include https://*.ingress.com/intel*
@isnot
isnot / node-request-test.js
Created July 1, 2018 06:50
テスト目標 Telegram Bot APIと、node.js+requestモジュール使用して。画像を送信(multipart/form-data)したい
#!/usr/bin/env node
'use strict';
const fs = require('fs');
const request = require('request');
const config = {
'bot_api_key' : '356700597:AAAAAA',
'chat_id' : '-1001119217627',
@isnot
isnot / telegram-pane.user.js
Last active August 21, 2018 12:26
IITC plugin: Telegram Pane
// ==UserScript==
// @id iitc-plugin-telegram-pane@isnot
// @name IITC plugin: Telegram Pane
// @category Misc
// @version 0.1.2
// @namespace https://github.com/iitc/ingress-intel-total-conversion
// @author isnot
// @updateURL none
// @downloadURL none
// @description [iitc-plugins] Telegram Pane
@isnot
isnot / rescue-iitc-data.user.js
Last active February 10, 2019 06:44
IITCのデータを救出!旧URLからデータを取り出します。https://www.ingress.com/ を開いて、「Rescue!!」ボタンを押す
// ==UserScript==
// @name rescue-iitc-data.user.js
// @namespace https://plus.google.com/+いしだなおと
// @version 0.1
// @description To Extract IITC Data from localStorage
// @author isnot
// @match https://www.ingress.com/
// @grant none
// ==/UserScript==
@isnot
isnot / GplusCommunitiesMembersList.user.js
Last active March 28, 2019 04:05
To Extract Google Plus Communities Members List
// ==UserScript==
// @name EGPCML
// @namespace https://plus.google.com/+いしだなおと
// @version 0.3
// @description To Extract Google Plus Communities Members List
// @author isnot
// @match https://plus.google.com/communities/*
// @match https://plus.google.com/u/0/communities/*
// @grant none
// ==/UserScript==
@isnot
isnot / cross-links-counter.user.js
Last active August 29, 2019 14:45
[iitc-plugins] show cross links count