bw_resources

bw_resources1

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey, Greasemonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

You will need to install an extension such as Tampermonkey to install this script.

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name           bw_resources
// @description    bw_resources1
// @namespace      bw_resources
// @include        http://www.bloodyworld.com/*
// @version 0.0.1.20150609082254
// ==/UserScript==
var doc = document.wrappedJSObject ? document.wrappedJSObject : document;
var ddoc = (window.wrappedJSObject) ? window.wrappedJSObject : window;
if(ddoc.rooms=='fish' || ddoc.rooms=='fish2'){
  checkFish();
}
else if(ddoc.rooms=='forest'){
patt=/forestNav\(0\);/;
if(patt.exec(document.documentElement.innerHTML)){
//alert('Вход в лес');
}
else{
if(ddoc.hiddenFind){
if(ddoc.hiddenFind=='style="visibility:visible;display:block";' || ddoc.hiddenFind=='style="visibility:visible; display:block";'){
location.href='http://www.bloodyworld.com/index.php?file=forest&find=1';
}
else if(ddoc.hiddenFind=='style="visibility:hidden; display:block";' || ddoc.hiddenFind=='style="visibility:hidden;display:block";'){
location.href='http://www.bloodyworld.com/index.php?file=forest&id=1';
}
else alert('Ошибка, скопируйте эту строчку змейке: '+ddoc.hiddenFind);
}
}
}
function checkFish(){
if(doc.getElementById("f_st5")){
if(doc.getElementById("f_st5").style.display=='block')ddoc.Go();
else if(doc.getElementById("f_st5").style.display=='none')setTimeout(checkFish,1000);
else alert('Ошибка, скопируйте эту строчку змейке: '+doc.getElementById("f_st5").style.display);
}
}