This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const observer = new MutationObserver(function(mutations) { | |
mutations.forEach(function(mutation) { | |
const added = mutation.addedNodes; | |
if (added.length != 1) { | |
return; | |
} | |
added[0].childNodes.forEach(function(btn) { | |
if (btn.nodeName != 'MD-ICON' || btn.innerHTML.trim() != "add_circle") { | |
return; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0eNrtfdtu5DiS6K8I+bDb3Su7xTtZ2NmHwcECC/Q0FlO92D3oaRiyU7YTlU55pMyqrmn4A85/nC87X3JISSkpL0pGUHKV7cpuoFLWJRgkI4IRZFz+mF0vN9ljsVitr67z/MPs3R/dnXL27tc/pnzBPZtn5U2xeFwv8tXs3eyv2d83WbnOiqhcp+5etL5P19GijJaLh8U6m0frPEqju8XHbBWtNg/X9s38NloX6WJVRt+lH9L6un79+8h+a+8sHrLL6Of27U/pXW7ftkDTZZlHj2mRPmTrYvGPbH45i2eLG/u0QrRc3K3SpcNyZd+w6FWwL8p1/jh7si+u5tnvs3fkKe6/uv786F79uCjWG3sn3n67zG7XF2lR5J9639Kn3+JZtlov1ousbrP64/NV3TcLvP2+SOdpYcE95uWiHq0/ZhaCFJcinn22oJLkUjw5XPZA0BaE69g6Xa0vbvKH68UqXefHAJodgPFsviiym/oFHTsY6yJfXl1n9+nHhQVgvyrr5+Xute3MdoTi2e1iaWd1/+4Wr7S4yy+qabH4/N0Om8Xf3l/lxUM1hBZfN0sO33ezP1U3No58+NNv9v9jnWa4Tqvki3d6mVuE8rWlZFyfyWCfeXyETo8QTNNRtttNQof6uZpfrfOrCubs3a3lmSyuW7hyLTxm8ys/9ddvXPziaL/M1jW08qpi09m7dbHZwmzuwUH+5EAWWTrfwmzGaQdmde/qgJ8b1s+Ki2T25DCrhY598qsVNg9/6j3/LWplUzUXy3p07D/JpeHG/ad1okyiSMK5oUQrO9B39nE8u67+Td3cHZk20fboIZsvNg8X2dLOSbG4uXjMl9mRCZQtrdLjHC9biGmxWN/bHlhgJ3leXQ5QxQDxd3Dt0K7mi5YTbhdF6RtoRwHuq6sta87eXVi+yB+zYjv8P1gc8836cYMjhKNsodCjYb7yaBCZJMnugPx4bECOUvGxIdDtEMyzm8Xcvnmy/3qn/8d63IDZ627/r1+hve+6zWjV7f5nV6ts/Sk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
00001 | |
00002 | |
00003 | |
00004 | |
00005 | |
00006 | |
00007 | |
00008 | |
00009 | |
00010 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public Program() | |
{ | |
Runtime.UpdateFrequency = UpdateFrequency.Update100; | |
} | |
void Main(string arg) | |
{ | |
var oreQuantities = new Dictionary<string, int>() { | |
{"Stone", 0}, | |
{"Iron", 0}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html><html lang="cs" class=" idcae"><head> | |
<base href="https://ib.airbank.cz/"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<script type="text/javascript" data-savepage-src="./wicket/resource/org.apache.wicket.protocol.ws.api.WicketWebSocketJQueryResourceReference/res/js/wicket-websocket-jquery-ver-F6D2FC37E6120AC8E24C1716CA0E58CA.js"></script><script type="text/javascript" data-savepage-src="/static-html/mht/WebSocketHandler.min.js"></script><script type="text/javascript" data-savepage-src="/static-html/mht/CompoVirtualKeyboard.min.js"></script><script type="text/javascript" data-savepage-src="/static-html/mht/CompoPassword.min.js"></script><style data-savepage-href="/static-html/static/pages/login/smartbanner.min.css" type="text/css">.smartbanner-show{padding-bottom:80px}.smartbanner-show .smartbanner{display:block} | |
.smartbanner{position:fixed;left:0;bottom:0;display:none;width:100%;height:80px;line-height:80px;font-family:'Helvetica Neue',sans-serif;background:#f4f4f4;z-inde |