So... there's nothing I can do on the VilloFetch side because Travian Beyond is modifying the HTML that comes to your browser, so whatever I change in VilloFetch I will never be able to stop TB from doing what it does (well... not without causing even more problems).
The solution is to modify the greasemonkey script so that it doesn't insert the annoying bits.
It's quite simple:
Tools > Greasmonkey > Manage user scripts > Edit
Look for the following text: $g("res").style.top = '100px';
Remove it or comment it with a //, like: // $g("res").style.top = '100px';
A few lines above, look for the following: ['style', 'width:650px; top:0px; color:white;']
Change it to [['style', 'width:650px; color:black;']]
Thank you for the Fix But i have found a new one for you to fix.. When i want to sent somting with the market i can use only the max button of al the recources but nut the numbers ?? In the normal window it works well.. Can you tel me how to fix this one.