Et comme je suis gentil je vais vous donner les sources
A foutre dans usercontent.css (dans le dossier chrome de votre profil Firefox
) :
@-moz-document url-prefix(http://www.jeuxvideo.com/) {
- banner, #menu_videos, #menu_concours, #menu_apropos, #menu_boutique, #menu_topventes, #menu_liens, #menu_bas, #pub_carre1, #liens_pied, #partenaires, #mc_web, #mc_mobile, #mc_x360, #mc_accueil, #mc_g4w, #sponsor_google {display: none !important;}
- menu_mc ul{margin-left: 5px !important;}
- menu_rubriques{position: fixed !important;}
- rech {
background: none !important;
width: auto !important;
}
- recherche {
background: none !important;
position: relative !important;
bottom: 53px !important;
left: 467px !important;
max-width: 546px !important;
z-index: 1 !important;
}
- rech_valid {
margin-top: 8px !important;
}
- page {
padding-top: 5px !important;
position: relative !important;
bottom: 108px !important;
}
}
@-moz-document url-prefix(http://www.jeuxvideo.com/forums/) {
- col1{width: 840px !important;}
- col2{position: relative !important; top: -47px !important;}
- col2 p, .rss{display: none !important;}
- liste_topics #c1{width: 15px !important;}
- liste_topics #c5{width: 100px !important;}}
@-moz-document url-prefix(http://www.jeuxvideo.com/forums/3) {
- col2{position: relative !important; top: -30px !important;}}
Et le script GreaseMonkey
:
// ==UserScript==
// @name JVC Links
// @namespace yeuorgl
// @include https://www.jeuxvideo.com/forums/*
// ==/UserScript==
var
title=document.getElementsByTagName('title')[0].in
nerHTML.replace(new RegExp("Forum "),"").replace(new RegExp(" sur JeuxVideo.com"),"").replace(new RegExp(" - Page.*"),"").replace(new RegExp(".* - "),"");
var list=document.createElement("div");
list.style.fontWeight="bold";
var
rechercher="data:image/gif,GIF89ax%00%14%00%80%01%
00%FF%FF%FF%FF%CC%00!%FE%11Created%20with%20GIMP%0
0!%F9%04%01%0A%00%01%00%2C%00%00%00%00x%00%14%00%0
0%02%AE%8C%8F%A9%CB%ED%0F%A3%9C%B4%DA%8B%B3%DE%BC%
FB%0F%86%E2H%96%A6%03%A4%AAz%B6%AE%B1%C6)%22%03G%0
D%C79m%078%9E%5B%EDn%BD%9F%AC%A2%D3%11%8F5%5B%D3%D
7%DB%3D%A7F%1E%94%09%94%24%85D%EBL%F1%95F%A1d%F0x%
16%26%A7%D1%E3%AE%5B%2BT%06%B7%CA%F4%92%CE%A5.%A8%
F5l%84%C5svt%95%D76%177%08dw%C8%A288%C1Eh%D5%B5X%2
6%E6eh%A9%26%A8%C9%B6%C7%09%89%088%24%86%85%85yJY%
A5%9AJ%FA%D7%B4%06%EAX8%B9%3A%94(%DB%AA%F9%EA%F7%E
2%FB%0B%1C%2C%3CL%5Cl%7C%8C%9C%AC%BC%FCQ%00%00%3B"
;
list.innerHTML='<div style="background-color: rgb(249, 237, 69);"><h3 style="background: url(\''+rechercher+'\')
no-repeat;"><span>Rechercher</span></h3><ul><li><a
onclick="window.open(this.href);return(false);"
href="http://www.gamekult.com/tout/jeuxvideo/'+tit
le+'" title="Gamekult">Gamekult</a></li><li><a onclick="window.open(this.href);return(false);"
href="http://www.gametrailers.com/search.php?s='+t
itle+'"
title="Gametrailers">Gametrailers</a></li></ul></d
iv>';
document.getElementById('menu_rubriques').insertBe
fore(list,document.getElementById('menu_concours')
);