NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name naruto-kun@Naspolya // @namespace boti // @include http://naruto-kun.hu/* // @version 1 // @grant none // ==/UserScript== //banner splash var splash = document.getElementsByClassName('banners') [0].firstChild.firstChild.firstChild; //window.alert(splash.src); if (splash !== null) splash.src = 'https://s5.postimg.org/5spuvizvr/splash.png'; //avatar var avatar = document.getElementById('avatar'); if (avatar !== null) avatar.src = 'https://s5.postimg.org/anxbz12cn/avatar.png'; //Ninja utad felrat var label_nin = document.getElementsByClassName('outer-container') [0].childNodes[3].firstChild; if (label_nin !== null) label_nin.src = 'https://s5.postimg.org/o2k25x4pz/ninja_utad3.png'; //címkék var labels = document.getElementsByClassName('scap-main'); if (labels !== null && labels.length >=4) { labels[0].firstChild.src = 'https://s5.postimg.org/tmmw5p7vr/leg_jabb.png'; labels[1].firstChild.src = 'https://s5.postimg.org/abaj6l9gn/legfrissebb.png'; labels[2].firstChild.src = 'https://s5.postimg.org/xa2nbrg2v/akt_v.png'; labels[3].firstChild.src = 'https://s5.postimg.org/d05bwmexz/s_rk_nyg_mb.png'; if (labels.length>=7) { labels[4].firstChild.src = 'https://s5.postimg.org/951xu1vs7/csatlakozz.png'; labels[5].firstChild.src = 'https://s5.postimg.org/7v8psqrdz/szerver.png'; labels[6].firstChild.src = 'https://s5.postimg.org/731gfsxt3/felhaszn_l_k.png'; } } //shuriken elválasztój var vroot = document.getElementsByClassName('main-border')[0].childNodes[1]; var v = vroot.childNodes[4].firstChild; //window.alert(v.nodeName); if (v !== null && v.nodeName=="IMG") v.src = 'https://s5.postimg.org/f4zc8kc9z/rope.png'; v = vroot.childNodes[8].firstChild; if (v !== null && v.nodeName=="IMG") v.src = 'https://s5.postimg.org/f4zc8kc9z/rope.png'; v = vroot.childNodes[12].childNodes[4].firstChild; if (v !== null && v.nodeName=="IMG") v.src = 'https://s5.postimg.org/f4zc8kc9z/rope.png'; v = vroot.childNodes[12].childNodes[8].firstChild; if (v !== null && v.nodeName=="IMG") v.src = 'https://s5.postimg.org/f4zc8kc9z/rope.png';