NOWE RANGI by lewin

javascript dla greasemonkey

Zamknięte pomieszczenie dla Plebsu
dr Lewin
Awatar użytkownika
Grafik
Posty: 2941
Rejestracja: 16 lip 2013, o 09:29
Lokalizacja: Warszawa, miasto guwna
Beczki: 271
Kontaktowanie:

NOWE RANGI by lewin

Post #74178 autor: dr Lewin » 26 mar 2014, o 22:41

Ema, fujary nas przegłosowały, ale prawilni użytkownicy dostają możliwość wyboru


Instrukcja
[+] Pokaż
Do działania skryptu potrzebny jest dodatek do przeglądarki:
Firefox - Greasemonkey
Chrome - Tampermonkey
Opera - Violent Monkey


DOWNLOAD
http://userscripts.org:8080/scripts/show/430699

Obrazek
Obrazek
Obrazek


Wersja OFFLINE, gdyby userspripts znowu nawaliło

[+] Pokaż

Kod: Zaznacz cały

// ==UserScript==
// @name        Rangi BW
// @namespace   http://www.bugwie.com/
// @description Pozdro Burek 
// @icon        http://www.bugwie.com/images/smiles/wtf.gif
// @include     http://www.bugwie.com/*
// @include     http://bugwie.com/*
// @version     1.6
// @grant       none
// ==/UserScript==

//DON
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/donate.png")
{
images[x].src = "http://images.bugwie.com/images/50346028654865963993.png";
}
x=x+1;
}

//MODERATOR
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/mod.png")
{
images[x].src = "http://images.bugwie.com/images/09269026161515280398.png";
}
x=x+1;
}

//PROMOTOR
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/promororr.png")
{
images[x].src = "http://images.bugwie.com/images/12961827395535990309.png";
}
x=x+1;
}

//PLEBS
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/plebsn.png")
{
images[x].src = "http://images.bugwie.com/images/97835404064382911505.png";
}
x=x+1;
}

//SUPER VIP
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/SUPER-VIP.gif")
{
images[x].src = "http://images.bugwie.com/images/59117727400148647629.png";
}
x=x+1;
}

//SUPER MOD
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/SMOD.gif")
{
images[x].src = "http://images.bugwie.com/images/23036274071572626718.png";
}
x=x+1;
}

//LEGENDA
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/legenda.png")
{
images[x].src = "http://images.bugwie.com/images/98405918602004711664.png";
}
x=x+1;
}

//SZLACHTA
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/szlachta%20oficial.png")
{
images[x].src = "http://images.bugwie.com/images/36444169876422127080.png";
}
x=x+1;
}

//VIP
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/VIP.gif")
{
images[x].src = "http://images.bugwie.com/images/67557812804186780938.png";
}
x=x+1;
}

//USER
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/user%20v2.png")
{
images[x].src = "http://images.bugwie.com/images/06741228571233611628.png";
}
x=x+1;
}

//DOBRY WARIAT CODI
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/dobry%20wariat.png")
{
images[x].src = "http://images.bugwie.com/images/52321826262260380882.png";
}
x=x+1;
}

//MASTER SZLACHIC
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/ms.png")
{
images[x].src = "http://images.bugwie.com/images/71699054743039248789.png";
}
x=x+1;
}

//NIEZLY SKURWIEL
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/ns1.png")
{
images[x].src = "http://images.bugwie.com/images/77224022372047353371.png";
}
x=x+1;
}

//BECZKA
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/lang_polish/icon_beer.gif")
{
images[x].src = "http://images.bugwie.com/images/45606087174723332253.png";
}
x=x+1;
}

//NIEZLY PAWIAND
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/23375909057870697563.png")
{
images[x].src = "http://images.bugwie.com/images/13561025129022229612.png";
}
x=x+1;
}

//NIESTABILNY
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/50699612601771661407.png")
{
images[x].src = "http://images.bugwie.com/images/12563436212945534650.png";
}
x=x+1;
}

//REMIK KRUL
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/rk.gif")
{
images[x].src = "http://images.bugwie.com/images/30321191017881021647.png";
}
x=x+1;
}

//CEBULARZ
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/fin.png")
{
images[x].src = "http://images.bugwie.com/images/00100670041252842768.png";
}
x=x+1;
}


Wersja CSS do Stylish - dzięki Ridż :ok:
[+] Pokaż

Kod: Zaznacz cały

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("bugwie.com") {}
/*User*/
img[src*="templates/bLock/images/ranks/user v2.png"]{
    width:0px;
    padding-right:115px;
    height:35px;
    background:transparent url(http://images.bugwie.com/images/06741228571233611628.png) top left no-repeat !important;
}

/*Plebs*/
img[src*="templates/bLock/images/ranks/plebsn.png"]{
    width:0px;
    padding-right:115px;
    height:35px;
    background:transparent url(http://images.bugwie.com/images/97835404064382911505.png) top left no-repeat !important;
}

/*Szlachta*/
img[src*="templates/bLock/images/ranks/szlachta%20oficial.png"]{
    width:0px;
    padding-right:115px;
    height:35px;
    background:transparent url(http://images.bugwie.com/images/36444169876422127080.png) top left no-repeat !important;
}

/*VIP*/
img[src*="templates/bLock/images/ranks/vip.png"]{
    width:0px;
    padding-right:115px;
    height:35px;
    background:transparent url(http://images.bugwie.com/images/67557812804186780938.png) top left no-repeat !important;
}

/*Super VIP*/
img[src*="templates/bLock/images/ranks/svip.png"]{
    width:0px;
    padding-right:115px;
    height:35px;
    background:transparent url(http://images.bugwie.com/images/59117727400148647629.png) top left no-repeat !important;
}

/*Legenda*/
img[src*="templates/bLock/images/ranks/legenda.png"]{
    width:0px;
    padding-right:115px;
    height:35px;
    background:transparent url(http://images.bugwie.com/images/98405918602004711664.png) top left no-repeat !important;
}

/*Promotor*/
img[src*="templates/bLock/images/ranks/promororr.png"]{
    width:0px;
    padding-right:115px;
    height:35px;
    background:transparent url(http://images.bugwie.com/images/12961827395535990309.png) top left no-repeat !important;
}

/*Moderator*/
img[src*="templates/bLock/images/ranks/mod.png"]{
    width:0px;
    padding-right:115px;
    height:35px;
    background:transparent url(http://images.bugwie.com/images/09269026161515280398.png) top left no-repeat !important;
}

/*Super Moderator*/
img[src*="templates/bLock/images/ranks/22.png"]{
    width:0px;
    padding-right:115px;
    height:35px;
    background:transparent url(http://images.bugwie.com/images/23036274071572626718.png) top left no-repeat !important;
}

/*Don*/
img[src*="templates/bLock/images/ranks/donate.png"]{
    width:0px;
    padding-right:115px;
    height:35px;
    background:transparent url(http://images.bugwie.com/images/50346028654865963993.png) top left no-repeat !important;
}

/*SPECJALNE*/
/*Dobry Wariat*/
img[src*="templates/bLock/images/ranks/dobry%20wariat.png"]{
    width:0px;
    padding-right:115px;
    height:35px;
    background:transparent url(http://images.bugwie.com/images/52321826262260380882.png) top left no-repeat !important;
}

/*Master Szlachcic*/
img[src*="templates/bLock/images/ranks/ms.png"]{
    width:0px;
    padding-right:115px;
    height:35px;
    background:transparent url(http://images.bugwie.com/images/71699054743039248789.png) top left no-repeat !important;
}

/*Niezły Skurwiel*/
img[src*="templates/bLock/images/ranks/ns1.png"]{
    width:0px;
    padding-right:115px;
    height:35px;
    background:transparent url(http://images.bugwie.com/images/77224022372047353371.png) top left no-repeat !important;
}

/*Niezły Pawiand*/
img[src*="templates/bLock/images/ranks/23375909057870697563.png"]{
    width:0px;
    padding-right:115px;
    height:35px;
    background:transparent url(http://images.bugwie.com/images/13561025129022229612.png) top left no-repeat !important;
}

/*Niestabilny*/
img[src*="templates/bLock/images/ranks/50699612601771661407.png"]{
    width:0px;
    padding-right:115px;
    height:35px;
    background:transparent url(http://images.bugwie.com/images/75383187541665782958.png) top left no-repeat !important;
}

/*Remik Krul*/
img[src*="templates/bLock/images/ranks/remik.png"]{
    width:0px;
    padding-right:115px;
    height:35px;
    background:transparent url(http://images.bugwie.com/images/30321191017881021647.png) top left no-repeat !important;
}
/*User*/
img[src*="templates/bLock/images/ranks/user v2.png"]{
    width:0px;
    padding-right:115px;
    height:35px;
    background:transparent url(http://images.bugwie.com/images/06741228571233611628.png) top left no-repeat !important;
}

/*Plebs*/
img[src*="templates/bLock/images/ranks/plebsn.png"]{
    width:0px;
    padding-right:115px;
    height:35px;
    background:transparent url(http://images.bugwie.com/images/97835404064382911505.png) top left no-repeat !important;
}

/*Szlachta*/
img[src*="templates/bLock/images/ranks/szlachta%20oficial.png"]{
    width:0px;
    padding-right:115px;
    height:35px;
    background:transparent url(http://images.bugwie.com/images/36444169876422127080.png) top left no-repeat !important;
}

/*VIP*/
img[src*="templates/bLock/images/ranks/vip.png"]{
    width:0px;
    padding-right:115px;
    height:35px;
    background:transparent url(http://images.bugwie.com/images/67557812804186780938.png) top left no-repeat !important;
}

/*Super VIP*/
img[src*="templates/bLock/images/ranks/svip.png"]{
    width:0px;
    padding-right:115px;
    height:35px;
    background:transparent url(http://images.bugwie.com/images/59117727400148647629.png) top left no-repeat !important;
}

/*Legenda*/
img[src*="templates/bLock/images/ranks/legenda.png"]{
    width:0px;
    padding-right:115px;
    height:35px;
    background:transparent url(http://images.bugwie.com/images/98405918602004711664.png) top left no-repeat !important;
}

/*Promotor*/
img[src*="templates/bLock/images/ranks/promororr.png"]{
    width:0px;
    padding-right:115px;
    height:35px;
    background:transparent url(http://images.bugwie.com/images/12961827395535990309.png) top left no-repeat !important;
}

/*Moderator*/
img[src*="templates/bLock/images/ranks/mod.png"]{
    width:0px;
    padding-right:115px;
    height:35px;
    background:transparent url(http://images.bugwie.com/images/09269026161515280398.png) top left no-repeat !important;
}

/*Super Moderator*/
img[src*="templates/bLock/images/ranks/22.png"]{
    width:0px;
    padding-right:115px;
    height:35px;
    background:transparent url(http://images.bugwie.com/images/23036274071572626718.png) top left no-repeat !important;
}

/*Don*/
img[src*="templates/bLock/images/ranks/donate.png"]{
    width:0px;
    padding-right:115px;
    height:35px;
    background:transparent url(http://images.bugwie.com/images/50346028654865963993.png) top left no-repeat !important;
}

/*SPECJALNE*/
/*Dobry Wariat*/
img[src*="templates/bLock/images/ranks/dobry%20wariat.png"]{
    width:0px;
    padding-right:115px;
    height:35px;
    background:transparent url(http://images.bugwie.com/images/52321826262260380882.png) top left no-repeat !important;
}

/*Master Szlachcic*/
img[src*="templates/bLock/images/ranks/ms.png"]{
    width:0px;
    padding-right:115px;
    height:35px;
    background:transparent url(http://images.bugwie.com/images/71699054743039248789.png) top left no-repeat !important;
}

/*Niezły Skurwiel*/
img[src*="templates/bLock/images/ranks/ns1.png"]{
    width:0px;
    padding-right:115px;
    height:35px;
    background:transparent url(http://images.bugwie.com/images/77224022372047353371.png) top left no-repeat !important;
}

/*Niezły Pawiand*/
img[src*="templates/bLock/images/ranks/23375909057870697563.png"]{
    width:0px;
    padding-right:115px;
    height:35px;
    background:transparent url(http://images.bugwie.com/images/13561025129022229612.png) top left no-repeat !important;
}

/*Niestabilny*/
img[src*="templates/bLock/images/ranks/50699612601771661407.png"]{
    width:0px;
    padding-right:115px;
    height:35px;
    background:transparent url(http://images.bugwie.com/images/75383187541665782958.png) top left no-repeat !important;
}

/*Remik Krul*/
img[src*="templates/bLock/images/ranks/remik.png"]{
    width:0px;
    padding-right:115px;
    height:35px;
    background:transparent url(http://images.bugwie.com/images/30321191017881021647.png) top left no-repeat !important;
}

/*Cebularz*/
img[src*="templates/bLock/images/ranks/fin.png"]{
    width:0px;
    padding-right:115px;
    height:35px;
    background:transparent url(http://images.bugwie.com/images/00100670041252842768.png) top left no-repeat !important;
}


Nowe logo
[+] Pokaż
Obrazek
Dodaj na końcu skryptu
[spoiler]

Kod: Zaznacz cały

//LOGO
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/images/logobwgif.gif")
{
images[x].src = "http://images.bugwie.com/images/72782137716381448133.png";
}
x=x+1;
}
[/spoiler]
Ostatnio zmieniony 16 cze 2014, o 12:09 przez dr Lewin, łącznie zmieniany 13 razy.
Otisek
Awatar użytkownika
Stara Gwardia
Posty: 10033
Rejestracja: 30 sty 2013, o 20:35
Beczki: 436
Kontaktowanie:

Re: NOWE RANGI by lewin

Post #74180 autor: Otisek » 26 mar 2014, o 22:42

lewin pisze:Ema, fujary


No wiesz :|
_________________
Obrazek
Burak
Awatar użytkownika
Administrator
Posty: 58187
Rejestracja: 25 sty 2013, o 20:36
Lokalizacja: Dom
Beczki: 1037
Kontaktowanie:

Re: NOWE RANGI by lewin

Post #74181 autor: Burak » 26 mar 2014, o 22:43

Obrazek

Prawilnie :ok:

[+] Pokaż
PS. Z takim skryptem miałeś problem? xD


//Działa
Ostatnio zmieniony 26 mar 2014, o 22:43 przez Burak, łącznie zmieniany 1 raz.
_________________
Wojciech Modest Amaro
Miesza zupę fujarą
dr Lewin
Awatar użytkownika
Grafik
Posty: 2941
Rejestracja: 16 lip 2013, o 09:29
Lokalizacja: Warszawa, miasto guwna
Beczki: 271
Kontaktowanie:

Re: NOWE RANGI by lewin

Post #74183 autor: dr Lewin » 26 mar 2014, o 22:45

Burak pisze:PS. Z takim skryptem miałeś problem? xD

//Działa


No właśnie najpierw kopiowałem od jakichś lamusów, ale składnia była do dupy, wiec zrobiłem po swojemu i tera bede umiał hackować internet :ok:

Pozdrawiam
Burak
Awatar użytkownika
Administrator
Posty: 58187
Rejestracja: 25 sty 2013, o 20:36
Lokalizacja: Dom
Beczki: 1037
Kontaktowanie:

Re: NOWE RANGI by lewin

Post #74185 autor: Burak » 26 mar 2014, o 22:46

Prawie bym o beczce zapomniał :shy:

Przydałoby się te obrazki na jakiś prawilny hostin dać. Jakoś nie ufam temu vpx.pl :hmm:
_________________
Wojciech Modest Amaro
Miesza zupę fujarą
pawian
Awatar użytkownika
Moderator
Posty: 22490
Rejestracja: 5 lis 2013, o 17:01
Beczki: 555
Kontaktowanie:

Re: NOWE RANGI by lewin

Post #74187 autor: pawian » 26 mar 2014, o 22:50

Burak pisze:Prawie bym o beczce zapomniał :shy:

Przydałoby się te obrazki na jakiś prawilny hostin dać. Jakoś nie ufam temu vpx.pl :hmm:

Vpx to prawilny hosting.
Pozdrawiam.
dr Lewin
Awatar użytkownika
Grafik
Posty: 2941
Rejestracja: 16 lip 2013, o 09:29
Lokalizacja: Warszawa, miasto guwna
Beczki: 271
Kontaktowanie:

Re: NOWE RANGI by lewin

Post #74196 autor: dr Lewin » 26 mar 2014, o 23:01

Burak pisze:Prawie bym o beczce zapomniał :shy:

Przydałoby się te obrazki na jakiś prawilny hostin dać. Jakoś nie ufam temu vpx.pl :hmm:


Wrzuciłem na imagesbugwie, wersja 1.1 dodana :ok:
http://userscripts.org/scripts/show/430699
Ridż
Awatar użytkownika
User
Posty: 64827
Rejestracja: 13 kwie 2013, o 21:50
Beczki: 830
Kontaktowanie:

Re: NOWE RANGI by lewin

Post #74236 autor: Ridż » 27 mar 2014, o 16:54

szkoda, że wywala 502 na userscripts na razie :(
lewin dobry wariat
_________________
gitara siema :ahus2:
dr Lewin
Awatar użytkownika
Grafik
Posty: 2941
Rejestracja: 16 lip 2013, o 09:29
Lokalizacja: Warszawa, miasto guwna
Beczki: 271
Kontaktowanie:

Re: NOWE RANGI by lewin

Post #74238 autor: dr Lewin » 27 mar 2014, o 17:09

userscript.org padł, niec nie poradze :|
Burak
Awatar użytkownika
Administrator
Posty: 58187
Rejestracja: 25 sty 2013, o 20:36
Lokalizacja: Dom
Beczki: 1037
Kontaktowanie:

Re: NOWE RANGI by lewin

Post #74283 autor: Burak » 27 mar 2014, o 19:15

Wersja offline:
[+] Pokaż

Kod: Zaznacz cały

// ==UserScript==
// @name        Rangi BW
// @namespace   http://www.bugwie.com/
// @description Pozdro Burek
// @icon        http://www.bugwie.com/images/smiles/wtf.gif
// @include     http://www.bugwie.com/*
// @include     http://bugwie.com/*
// @version     1.1
// @grant       none
// ==/UserScript==

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/donate.png")
{
images[x].src = "http://images.bugwie.com/images/50346028654865963993.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/mod.png")
{
images[x].src = "http://images.bugwie.com/images/09269026161515280398.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/promororr.png")
{
images[x].src = "http://images.bugwie.com/images/12961827395535990309.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/plebsn.png")
{
images[x].src = "http://images.bugwie.com/images/97835404064382911505.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/svip.png")
{
images[x].src = "http://images.bugwie.com/images/59117727400148647629.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/22.png")
{
images[x].src = "http://images.bugwie.com/images/23036274071572626718.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/legenda.png")
{
images[x].src = "http://images.bugwie.com/images/98405918602004711664.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/szlachta%20oficial.png")
{
images[x].src = "http://images.bugwie.com/images/36444169876422127080.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/vip.png")
{
images[x].src = "http://images.bugwie.com/images/67557812804186780938.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/user%20v2.png")
{
images[x].src = "http://images.bugwie.com/images/06741228571233611628.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/dobry%20wariat.png")
{
images[x].src = "http://images.bugwie.com/images/52321826262260380882.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/ms.png")
{
images[x].src = "http://images.bugwie.com/images/71699054743039248789.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/ns1.png")
{
images[x].src = "http://images.bugwie.com/images/77224022372047353371.png";
}
x=x+1;
}
_________________
Wojciech Modest Amaro
Miesza zupę fujarą
Buryczawian
VIP
Posty: 1633
Rejestracja: 26 mar 2014, o 21:31
Beczki: 40
Kontaktowanie:

Re: NOWE RANGI by lewin

Post #74287 autor: Buryczawian » 27 mar 2014, o 19:16

te co sa teraz sa fajnijsze
_________________
Obrazek
Ridż
Awatar użytkownika
User
Posty: 64827
Rejestracja: 13 kwie 2013, o 21:50
Beczki: 830
Kontaktowanie:

Re: NOWE RANGI by lewin

Post #74290 autor: Ridż » 27 mar 2014, o 19:18

Burak pisze:Wersja offline:
[+] Pokaż

Kod: Zaznacz cały

// ==UserScript==
// @name        Rangi BW
// @namespace   http://www.bugwie.com/
// @description Pozdro Burek
// @icon        http://www.bugwie.com/images/smiles/wtf.gif
// @include     http://www.bugwie.com/*
// @include     http://bugwie.com/*
// @version     1.1
// @grant       none
// ==/UserScript==

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/donate.png")
{
images[x].src = "http://images.bugwie.com/images/50346028654865963993.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/mod.png")
{
images[x].src = "http://images.bugwie.com/images/09269026161515280398.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/promororr.png")
{
images[x].src = "http://images.bugwie.com/images/12961827395535990309.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/plebsn.png")
{
images[x].src = "http://images.bugwie.com/images/97835404064382911505.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/svip.png")
{
images[x].src = "http://images.bugwie.com/images/59117727400148647629.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/22.png")
{
images[x].src = "http://images.bugwie.com/images/23036274071572626718.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/legenda.png")
{
images[x].src = "http://images.bugwie.com/images/98405918602004711664.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/szlachta%20oficial.png")
{
images[x].src = "http://images.bugwie.com/images/36444169876422127080.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/vip.png")
{
images[x].src = "http://images.bugwie.com/images/67557812804186780938.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/user%20v2.png")
{
images[x].src = "http://images.bugwie.com/images/06741228571233611628.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/dobry%20wariat.png")
{
images[x].src = "http://images.bugwie.com/images/52321826262260380882.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/ms.png")
{
images[x].src = "http://images.bugwie.com/images/71699054743039248789.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/ns1.png")
{
images[x].src = "http://images.bugwie.com/images/77224022372047353371.png";
}
x=x+1;
}

Działa, pozdrawiam.
_________________
gitara siema :ahus2:
Burak
Awatar użytkownika
Administrator
Posty: 58187
Rejestracja: 25 sty 2013, o 20:36
Lokalizacja: Dom
Beczki: 1037
Kontaktowanie:

Re: NOWE RANGI by lewin

Post #76824 autor: Burak » 1 kwie 2014, o 18:31

Czekam na wersje 1.2 z podmienionymi rangami tych co wygrali na normalne.
[+] Pokaż
Jak nie to se sam zedtuje :middlef:
_________________
Wojciech Modest Amaro
Miesza zupę fujarą
dr Lewin
Awatar użytkownika
Grafik
Posty: 2941
Rejestracja: 16 lip 2013, o 09:29
Lokalizacja: Warszawa, miasto guwna
Beczki: 271
Kontaktowanie:

Re: NOWE RANGI by lewin

Post #76872 autor: dr Lewin » 1 kwie 2014, o 19:41

Burak pisze:Czekam na wersje 1.2 z podmienionymi rangami tych co wygrali na normalne.
[+] Pokaż
Jak nie to se sam zedtuje :middlef:


Gotowe :ok:
http://userscripts.org/scripts/show/430699
Ridż
Awatar użytkownika
User
Posty: 64827
Rejestracja: 13 kwie 2013, o 21:50
Beczki: 830
Kontaktowanie:

Re: NOWE RANGI by lewin

Post #76874 autor: Ridż » 1 kwie 2014, o 19:51

myślałem, że moja niestabilność będzie czerwona
_________________
gitara siema :ahus2:
dr Lewin
Awatar użytkownika
Grafik
Posty: 2941
Rejestracja: 16 lip 2013, o 09:29
Lokalizacja: Warszawa, miasto guwna
Beczki: 271
Kontaktowanie:

Re: NOWE RANGI by lewin

Post #76875 autor: dr Lewin » 1 kwie 2014, o 19:56

Niestabilny pisze:myślałem, że moja niestabilność będzie czerwona


[+] Pokaż
// ==UserScript==
// @name Rangi BW
// @namespace http://www.bugwie.com/
// @description Pozdro Burek
// @icon http://www.bugwie.com/images/smiles/wtf.gif
// @include http://www.bugwie.com/*
// @include *
// @version 1.2
// @grant none
// ==/UserScript==

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/donate.png")
{
images[x].src = "http://images.bugwie.com/images/50346028654865963993.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/mod.png")
{
images[x].src = "http://images.bugwie.com/images/09269026161515280398.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/promororr.png")
{
images[x].src = "http://images.bugwie.com/images/12961827395535990309.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/plebsn.png")
{
images[x].src = "http://images.bugwie.com/images/97835404064382911505.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/svip.png")
{
images[x].src = "http://images.bugwie.com/images/59117727400148647629.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/22.png")
{
images[x].src = "http://images.bugwie.com/images/23036274071572626718.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/legenda.png")
{
images[x].src = "http://images.bugwie.com/images/98405918602004711664.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/szlachta%20oficial.png")
{
images[x].src = "http://images.bugwie.com/images/36444169876422127080.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/vip.png")
{
images[x].src = "http://images.bugwie.com/images/67557812804186780938.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/user%20v2.png")
{
images[x].src = "http://images.bugwie.com/images/06741228571233611628.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/dobry%20wariat.png")
{
images[x].src = "http://images.bugwie.com/images/52321826262260380882.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/ms.png")
{
images[x].src = "http://images.bugwie.com/images/71699054743039248789.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/ns1.png")
{
images[x].src = "http://images.bugwie.com/images/77224022372047353371.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/lang_polish/icon_beer.gif")
{
images[x].src = "http://images.bugwie.com/images/45606087174723332253.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/23375909057870697563.png")
{
images[x].src = "http://images.bugwie.com/images/13561025129022229612.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/50699612601771661407.png")
{
images[x].src = "http://images.bugwie.com/images/75383187541665782958.png";
}
x=x+1;
}



Burek, jak nei chcesz tych nowych wcale, tylko zamiast Niestabilnego widziec Plebsa, to trzymiej tą wersje

[+] Pokaż
/ ==UserScript==
// @name Rangi BW
// @namespace http://www.bugwie.com/
// @description Pozdro Burek
// @icon http://www.bugwie.com/images/smiles/wtf.gif
// @include http://www.bugwie.com/*
// @include *
// @version 1.1
// @grant none
// ==/UserScript==

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/donate.png")
{
images[x].src = "http://images.bugwie.com/images/50346028654865963993.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/mod.png")
{
images[x].src = "http://images.bugwie.com/images/09269026161515280398.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/promororr.png")
{
images[x].src = "http://images.bugwie.com/images/12961827395535990309.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/plebsn.png")
{
images[x].src = "http://images.bugwie.com/images/97835404064382911505.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/svip.png")
{
images[x].src = "http://images.bugwie.com/images/59117727400148647629.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/22.png")
{
images[x].src = "http://images.bugwie.com/images/23036274071572626718.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/legenda.png")
{
images[x].src = "http://images.bugwie.com/images/98405918602004711664.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/szlachta%20oficial.png")
{
images[x].src = "http://images.bugwie.com/images/36444169876422127080.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/vip.png")
{
images[x].src = "http://images.bugwie.com/images/67557812804186780938.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/user%20v2.png")
{
images[x].src = "http://images.bugwie.com/images/06741228571233611628.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/dobry%20wariat.png")
{
images[x].src = "http://images.bugwie.com/images/52321826262260380882.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/ms.png")
{
images[x].src = "http://images.bugwie.com/images/71699054743039248789.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/ns1.png")
{
images[x].src = "http://images.bugwie.com/images/77224022372047353371.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/lang_polish/icon_beer.gif")
{
images[x].src = "http://images.bugwie.com/images/45606087174723332253.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/23375909057870697563.png")
{
images[x].src = "http://images.bugwie.com/images/36444169876422127080.png";
}
x=x+1;
}

var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/50699612601771661407.png")
{
images[x].src = "http://images.bugwie.com/images/97835404064382911505.png";
}
x=x+1;
}
Ostatnio zmieniony 1 kwie 2014, o 20:06 przez dr Lewin, łącznie zmieniany 1 raz.

Wróć do „Śmietnik”



Kto jest online

Użytkownicy przeglądający to forum: Obecnie na forum nie ma żadnego zarejestrowanego użytkownika i 0 gości