| |
| Title: |
Для техномагии |
| Date Added: |
| 2009-10-10 09:49:04 |
Installs: |
0 |
|
| Description: |
// ==UserScript==
// @name TM_invincible
// @namespace *
// @include http://*tmgame.ru/combat.php*
// ==/UserScript==
var elBt;
var el_body;
(function(){
el_body = document.getElementsByTagName('body')[0];
var b_html = el_body.innerHTML;
el_body.innerHTML = "";
elBt = document.createElement("div");
elBt.innerHTML = 'а?аОаЙ аЗаАаБаЛаОаКаИб?аОаВаАаН.<br>аЉаЕаЛаКаНаИб?аЕ б?б?аОаБб? аВаОаЙб?аИ аВ аБаОаЙ <br>';
elBt.setAttribute("ht",b_html);
elBt.setAttribute("style",'width:100%;height:100%;color:red;font-size:20px;background:#F2D48C;cursor:pointer;');
elBt.addEventListener('click', bar=function(){
this.innerHTML='Entering battle...';
window.setTimeout(function(){
enterBattle();
}
,2000);
}
, false);
el_body.appendChild(elBt);
}
)();
function enterBattle(){
el_body.innerHTML = elBt.getAttribute("ht");
}
|
| Preview of Для техномагии |
|
| View script source of Для техномагии |
|
| Comment of Для техномагии |
 |
[2010-01-05 12:33:25]Brachetti says: |
| Brachetti |
|
|
| |
| Written by |
|
 |
| Name: | LordGot |
| Scripts: | 1 |
| Styles: | 0 |
| Plugins: | 0 |
| Tags |
|
|
|
| About IE7Pro |
| IE7Pro is a plugin for the Internet Explorer web browser. It allows you to change how your favorite pages behave and look. There are many scripts that have already been written, and if you know javascript you can easily create your own! This site is a repository to download and install IE user scripts. |
| How to install user script |
1 . First you should have install IE7Pro 0.9.12 and above which support IE user scripts. 2. Check if IE7Pro "Preference" - "User Scripts" - "EnabLe User Script" is enabled. 3. Find your favorite scripts on iescripts.org and click "Install This Script" . |
| |
|
|
| |