Skip to content

Instantly share code, notes, and snippets.

View hot-2130's full-sized avatar

sant hot-2130

View GitHub Profile
@hot-2130
hot-2130 / bro3_beyond.user.js
Last active May 5, 2019 15:06
ブラウザ三国志 Craford様のbeyondの動かなくなった箇所修正
// ==UserScript==
// @name bro3_beyond
// @namespace bro3_beyond
// @include https://*.3gokushi.jp/*
// @include http://*.3gokushi.jp/*
// @description ブラウザ三国志beyondリメイク by Craford 氏 with RAPT with hot
// @version 1.06.1
// @updateURL http://craford.sweet.coocan.jp/content/tool/beyond/bro3_beyond.user.js
// @grant GM_addStyle
@hot-2130
hot-2130 / bro3_remove_support.user.js
Created May 3, 2019 19:29
ブラウザ三国志 領地破棄サポート
// ==UserScript==
// @name bro3_remove_support
// @namespace bro3_remove_support
// @description ブラウザ三国志 領地破棄サポート byほっと
// @include https://*.3gokushi.jp/map.php*
// @include http://*.3gokushi.jp/map.php*
// @include https://*.3gokushi.jp/big_map.php*
// @include http://*.3gokushi.jp/big_map.php*
// @version 1.1
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js
@hot-2130
hot-2130 / bro3_getrank_tool.user.js
Created April 14, 2019 17:31
ブラウザ三国志 ランキング出力ツール
// ==UserScript==
// @name bro3_getrank_tool
// @namespace bro3_getrank_tool
// @description ブラウザ三国志 ランキング出力ツール byほっと
// @include https://*.3gokushi.jp/user/ranking.php*
// @include http://*.3gokushi.jp/user/ranking.php*
// @version 1.1
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js
// @require http://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js
// @resource jqueryui_css http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css
@hot-2130
hot-2130 / bro3_trade_pagebulk.user.js
Last active April 17, 2019 14:16
ブラウザ三国志 トレード1ページ入札(即札以外)
// ==UserScript==
// @name bro3_trade_pagebulk
// @namespace bro3_trade_pagebulk
// @description ブラウザ三国志 トレード1ページ入札 byほっと
// @include https://*.3gokushi.jp/card/trade.php*
// @include http://*.3gokushi.jp/card/trade.php*
// @version 1.2
// @require https://code.jquery.com/jquery-2.1.4.min.js
// @require https://code.jquery.com/ui/1.11.4/jquery-ui.min.js
// @resource jqueryui_css http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css
@hot-2130
hot-2130 / bro3_alliance_info.user.js
Last active May 13, 2019 13:35
RAPT様の同盟員一覧の情報収集・プロフ変わって取れなくなったのを修正
// ==UserScript==
// @name bro3_alliance_info
// @namespace https://gist.github.com/RAPT21/
// @description 同盟員一覧の情報収集 by RAPT with hot
// @include http://*.3gokushi.jp/user/*
// @include http://*.3gokushi.jp/alliance/info.php*
// @include https://*.3gokushi.jp/user/*
// @include https://*.3gokushi.jp/alliance/info.php*
// @connect 3gokushi.jp
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js
@hot-2130
hot-2130 / bro3_default_send_troop.user.js
Last active August 16, 2018 13:56
ブラウザ三国志 出兵種別デフォルト設定
// ==UserScript==
// @name bro3_default_send_troop
// @namespace bro3_default_send_troop
// @description ブラウザ三国志 出兵種別デフォルト設定 byほっと
// @include https://*.3gokushi.jp/facility/castle_send_troop.php*
// @include http://*.3gokushi.jp/facility/castle_send_troop.php*
// @version 1.1
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js
// ==/UserScript==
@hot-2130
hot-2130 / bro3_correct_param_view.user.js
Last active August 6, 2018 13:54
ブラウザ三国志 都市画面に全兵補正値を表示(小数第1まで)
// ==UserScript==
// @name bro3_correct_param_view
// @namespace bro3_correct_param_view
// @description ブラウザ三国志 都市画面に全軍補正値を表示 byほっと
// @include https://*.3gokushi.jp/village.php*
// @include http://*.3gokushi.jp/village.php*
// @version 1.2
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js
// ==/UserScript==
@hot-2130
hot-2130 / bro3_alliance_member_operation.user.js
Last active June 21, 2023 12:13
ブラウザ三国志 自動同盟加入・脱退承認、5禁解除、配下編入自動化ツール
// ==UserScript==
// @name bro3_alliance_member_operation
// @namespace bro3_alliance_member_operation
// @description ブラウザ三国志 自動同盟加入・脱退承認、5禁解除、配下編入自動化ツール byほっと
// @version 1.15
// @include https://*.3gokushi.jp/village.php*
// @include http://*.3gokushi.jp/village.php*
// @include https://*.3gokushi.jp/alliance/*
// @include http://*.3gokushi.jp/alliance/*
// @include https://*.3gokushi.jp/bbs/*
@hot-2130
hot-2130 / bro3_enkunbank_view.user.js
Last active August 29, 2018 12:31
ブラウザ三国志 拠点画面に遠征訓練所・見張り台の一括建築完了日時一覧を表示
// ==UserScript==
// @name bro3_enkunbank_view
// @namespace bro3_enkunbank_view
// @description ブラウザ三国志 一括建築完了日時表示(遠征訓練所・見張り台) byほっと
// @include https://*.3gokushi.jp/village.php*
// @include http://*.3gokushi.jp/village.php*
// @version 1.5
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js
// ==/UserScript==
@hot-2130
hot-2130 / bro3_backresource_view.user.js
Last active August 5, 2018 00:45
ブラウザ三国志 一括建築キャンセル時の返却資源表示(城,村,砦,遠征訓練所,見張り台)
// ==UserScript==
// @name bro3_backresource_view
// @namespace bro3_backresource_view
// @description ブラウザ三国志 一括建築キャンセル時の返却資源表示 byほっと
// @include https://*.3gokushi.jp/village.php*
// @include http://*.3gokushi.jp/village.php*
// @version 1.7
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js
// ==/UserScript==