Greasy Fork is available in English.
Élargit la liste des topics de Respawn
// ==UserScript==
// @name Respawn Largeur
// @include http://www.jeuxvideo.com/forums/*
// @grant GM_addStyle
// @description Élargit la liste des topics de Respawn
// @version 1.0
// @namespace http://greasyfork.icu/users/7485
// ==/UserScript==
GM_addStyle ( " \
.container { \
width: 75% !important; \
} \
.col-md-8 { \
width: 75% !important; \
} \
.col-md-4 { \
width: 25% !important; \
} \
#content { \
background-image: url('http://image.noelshack.com/fichiers/2014/50/1418063875-page-bg-3.jpg'); \
} \
" );