Comments by MeXaon on scripts

178 comments

Comment on:
Travian: Battle Analyse +

Sep 22, 2008

And you stealing ;)
Delete my copyright ...

Comment on:
Travian: Extended map with window v2.2.0

Sep 22, 2008

2ThePirate
No... (

Comment on:
Travian: Battle Analyse +

Sep 22, 2008

hmm...
old engine not need )
I and djiko tested new engine.
If you having problems - contact Djiko.
New engine more functionally ;)

Comment on:
Travian: Battle Analyse v5.1.2

Jul 14, 2008

@Joca
Added into my script

Comment on:
Travian: Battle Analyse v5.1.2

Jul 13, 2008

@Joca
beyond ...

Comment on:
Travian: Battle Analyse v5.1.2

Jul 12, 2008

if you use this script - "current/max Bounty ML" not need

This script show current/max Bounty in right bottom

Comment on:
Travian: Hero Status v1.3.9

Jul 10, 2008

added langs

Comment on:
Travian: Battle Analyse v5.1.2

Jul 6, 2008

Nalim
write to autor "Travian3 Beyond - multilanguage + center numbers"

Comment on:
Travian: Info Building 2.1

Jun 27, 2008

kunfu
write url "about:config"
search string

greasemonkey.scryptvals.....infobuilding...

clear string.

Comment on:
Travian key binder

Jun 27, 2008

Не работает только , если открыть лог с битвой. Да исправить то проще паренной репы, просто ты слишком опрометчиво, делаешь присваивания или запрашиваешь, не убедившись, в правильности или наличии того что просишь. Тут же скриптов ппц сколько, за всеми не усмотришь :)
Ну я думаю ты и сам чел умный, ведь весь свой сайт на javascript'e написал :)

Comment on:
Travian key binder

Jun 26, 2008

Думаю конфликт лучше исправить, т.к. будет народ который них в английском не понимает и будет орать, ааа че такое... ниче не работает ... :)

Comment on:
Travian: Battle Analyse v5.1.2

Jun 25, 2008

:)
IMHO problems QP Targets or QP Markets

Comment on:
Travian: Battle Analyse v5.1.2

Jun 16, 2008

All problems http://travilog.org.ua/ contact Djko

Comment on:
Travian: Village Center Numbers 5.1

Jun 16, 2008

I know :)

delete GM_registerMenuCommand
and emulate GM_addStyle

function  GM_addStyle(cssString) {
	var style = document.createElement('STYLE');
	style.type = 'text/css';
	style.innerHTML = cssString;
	document.getElementsByTagName('HEAD')[0].appendChild(style);
}

Comment on:
Travian: Battle Analyse v5.1.2

Jun 16, 2008

werysoft
http://travilog.org.ua/ support you language?

Comment on:
Travian: Village Center Numbers 5.1

Jun 7, 2008

Fixed WW

Comment on:
Travian: Village Center Numbers 5.1

Jun 6, 2008

BmW
Please send me source code page on svgmail@mail.ru

Comment on:
Travian: Extended map with window v2.2.0

May 29, 2008

may in the future and do something like:)

Comment on:
Travian: Battle Analyse v5.1.2

May 23, 2008

dare1zen
mb conflict other scripts?

Comment on:
Travian: Battle Analyse v5.1.2

May 22, 2008

Fixed :)

Comment on:
Travian: Village Center Numbers 5.1

May 22, 2008

Hmm... font size equal

2)Red background color - I don't add into this script.

Comment on:
Travian: Battle Analyse v5.1.2

May 21, 2008

server and screenshot plz

Comment on:
Travian: Battle Analyse v5.1.2

May 21, 2008

syntax53
All other scripts disabled?

Comment on:
Travian Village Center Numbers .1

May 19, 2008

Use new version
http://userscripts.org/scripts/show/19560

Comment on:
Google - Block unwanted results

May 19, 2008

hi daniel Rozenberg
Need small update :)

str 121

var nodeCorrectPlace = node.getElementsByTagName("nobr")[0];

replace to

  var nodeList = node.getElementsByTagName("nobr")
  var nodeCorrectPlace = nodeList[nodeList.length - 1];