Sur internet tu trouveras 49287426948562034985629587624958 raisons pour lesquelles c'est nul.
Ui mais internet n'est pas Weby.
Sur internet tu trouveras 49287426948562034985629587624958 raisons pour lesquelles c'est nul.
Installe "stylish" et "greasemonkey", add-ons firefox, la suite on verra quand ce sera fait.
@-moz-document url-prefix("http://pokemontrash.com/club"),url-prefix("http://www.pokemontrash.com/club") {
body
{
background-image: url('http://up.levert.ch/e12487-wallpaper-197535.jpg') !important;
background-repeat: no-repeat !important;
background-position: bottom center !important;
background-attachment: fixed !important;
}
div#wrapper
{
background-color: rgba(230,228,213,.5) !important;
border-radius: 15px !important;
padding: 20px !important;
padding-top: 0px !important;
}
#header {
background: url("http://up.levert.ch/c7f7e7-pokemontrash.gif") !important;
background-repeat: no-repeat !important;
background-position: center !important;
height: 227px !important;
}
div#userbar-r, div#userbar-l, div#userbar {
background-color: black !important;
background-image: none !important;
border-bottom-right-radius: 10px !important;
border-bottom-left-radius: 10px !important;
border: 0px !important;
}
div#loggedin
{
color: rgb(40,80,88) !important;
}
div#userbar a
{
color: rgb(120,136,120) !important;
}
a#rechavanc
{
font-size: 11px !important;
padding-left: 1px !important;
}
div#userbar input
{
background-color: black !important;
color: rgb(120,136,120) !important;
border: 0px !important;
padding: 0px !important;
}
div#userbar input.submit
{
display: none !important;
}
div#userbar-l {
border-right: 2px solid #ccc !important;
border-bottom: 2px solid #ccc !important;
border-left: 2px solid #ccc !important;
}
#searcharea form {
margin-top: 0px !important;
}
div#mainnav-l, div#footer2, div.tborder, div[align=right] {
display: none !important;
}
}
// ==UserScript==
// @name PT - modif interface
// @namespace we-bb.com
// @include http://www.pokemontrash.com/club/*
// @version 1
// @grant none
// ==/UserScript==
document.getElementById("loggedin2").getElementsByTagName("a")[0].href="http://www.pokemontrash.com/club/unread/?all&start=0";
document.getElementById("loggedin2").getElementsByTagName("a")[0].innerHTML="Tous les messages non lus";
function str_replace(a, b, str) {
return str_replace2(str, a, b);
}
function str_replace2(SRs, SRt, SRu) {
SRRi = SRs.indexOf(SRt);
SRRr = '';
if (SRRi == -1) return SRs;
SRRr += SRs.substring(0,SRRi) + SRu;
if ( SRRi + SRt.length < SRs.length)
SRRr += str_replace2(SRs.substring(SRRi + SRt.length, SRs.length), SRt, SRu);
return SRRr;
}
var runonetime=false;
function startTime()
{
var today=new Date();
var h=today.getHours();
var m = today.getMinutes();
var s = today.getSeconds();
m=checkTime(m);
s=checkTime(s);
if (!runonetime)
{
runonetime=true;
document.getElementsByClassName("pathway")[0].innerHTML += '<span id="time" style="float: right;">'+h+'h'+m+'m'+s+'s</span>';
}
else
{
document.getElementById("time").innerHTML=h+"h"+m+"m"+s+"s";
}
t=setTimeout(function(){startTime()},500);
}
function checkTime(i)
{
if (i<10)
{
i="0" + i;
}
return i;
}
startTime();
document.getElementById("searcharea").innerHTML += '<a id="rechavanc" href="http://www.pokemontrash.com/club/search/?advanced;search=">Recherche avancée</a>';
nouveauxp1=document.getElementById("loggedin").innerHTML.split("</a>, ")[0];
nouveaux = document.getElementById("loggedin").innerHTML.split("</a>, ")[1];
if (nouveaux.substr(0,2) != "0 ")
{
nouveauj = '<span style="font-weight: bold; color: rgb(200,15,15); background-color: rgb(218,229,231); padding: 0px 5px; border-radius: 8px; text-decoration: blink; font-style: italic;">'+nouveaux+'</span>';
nouveaux = nouveauj;
}
document.getElementById("loggedin").innerHTML=nouveauxp1+'</a>, '+nouveaux;
loggedin = document.getElementById("loggedin").innerHTML;
firstpart=loggedin.split("</b> ")[0];
secondpart = loggedin.split("</b> ")[1].split(",<br>");
pseudo = '<a href="/club/profile/" style="color: white; font-style: italic;">'+secondpart[0]+'</a>'
document.getElementById("loggedin").innerHTML=firstpart+'</b> '+pseudo+',<br>'+secondpart[1];
newchemin = str_replace("Forum Pokémon Trash",'<img src="http://up.levert.ch/25a4c9-home.gif" alt="Home" />',document.getElementsByClassName("pathway")[0].innerHTML);
newchemin2 = newchemin.split(" (Modérateurs")[0];
newchemin3 = newchemin.split(")")[1];
document.getElementsByClassName("pathway")[0].innerHTML = str_replace("undefined","",(newchemin2 + newchemin3));
if(location.href.match("pokemontrash(.+)unread"))
{
var nodeact = document.getElementById("wrapper").getElementsByTagName("table")[3].getElementsByTagName("table")[0].getElementsByTagName("tbody")[0];
var kids;
var realKids;
var i = 0;
realKids = 0;
kids = nodeact.childNodes.length;
while(i < kids){
if(nodeact.childNodes[i].nodeType != 3) {
realKids++;
}
i++;
}
realKids--;
for(i=1;i<=realKids;i++)
{
actnode = document.getElementById("wrapper").getElementsByTagName("table")[3].getElementsByTagName("table")[0].getElementsByTagName("tr")[i].getElementsByTagName("td")[2];
actnode.getElementsByTagName("a")[1].style.cssFloat="right";
actnode.getElementsByTagName("a")[1].getElementsByTagName("img")[0].src="http://pokeshop.org/favicon.ico";
for(k=0;k<actnode.getElementsByTagName("img").length;k++)
{
if(actnode.getElementsByTagName("img")[k].src.match("show_sticky") || actnode.getElementsByTagName("img")[k].src.match("lock"))
{
actnode.getElementsByTagName("img")[k].style.cssFloat="left";
actnode.getElementsByTagName("img")[k].style.margin="0px 6px 0px 0px";
}
}
}
}
Weby quand on fait nouveau script et qu'on rempli sur greasemonkey ça demande d'ouvrir une appli, wut ?Tu choisis un traitement de texte
Weby quand on fait nouveau script et qu'on rempli sur greasemonkey ça demande d'ouvrir une appli, wut ?
Weby je te MP ce soir, pour la bannière et une autre bricole.
Sinon sous chrome, Stylish est dispo, et pour remplacer Greasemonkey y'a "TamperMonkey".
Le style de stylish doit rester le même, en revanche va peut-être falloir changer le script un petit peu (virer les lignes commencant par un "//" au début principalement).
Sinon sous chrome, Stylish est dispo, et pour remplacer Greasemonkey y'a "TamperMonkey".
Le style de stylish doit rester le même, en revanche va peut-être falloir changer le script un petit peu (virer les lignes commencant par un "//" au début principalement).
WTF le mec qui s'est tapé toutes les pages de l'IB?
Enjoy
Putain, ça m'as fait peur !
WTF le mec qui s'est tapé toutes les pages de l'IB?c'est plus un mec qui avait 200 pages de retard car il vient de se reco au forum et qui n'as pas vu la date ...
div#mainnav-l, div#footer2, div.tborder, div[align=right] {
div#mainnav-l, div#footer2, div.tborder {