fishh

http://www.bloodyworld.com

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

// ==UserScript==
// @name           fishh
// @description    http://www.bloodyworld.com
// @include http://www.bloodyworld.com/?file=fish*
// @include http://www.bloodyworld.com/index.php?file=fish*
// @include http://www.bloodyworld.com/?file=cave_room3*
// @include http://www.bloodyworld.com/index.php?file=cave_room3*

// @version 0.0.1.20150604004834
// @namespace https://greasyfork.org/users/12000
// ==/UserScript==




function fishh()
{
  id_b=document.getElementById('f_st');
  id_b2=document.getElementById('f_st2');
  id_b3=document.getElementById('f_st3');
  id_b5=document.getElementById('f_st5');

  if (!id_b2 || !id_b5)
  	{
  		setTimeout("fishh()",1000);
  		return;
  	}

  if (id_b5)
  	if (id_b5.style.display == 'block') Go();


setTimeout("fishh()",1000);
}

setTimeout("fishh()",500);