// ==UserScript== // @name LorientOwnage // @namespace LorientOwnage // @version 1.2 // @description Il écrit des trucs chelou Staline56 :malade: // @author // @include http://www.jeuxvideo.com/* // @include https://www.jeuxvideo.com/* // @grant GM_xmlhttpRequest // @downloadURL https://update.greasyfork.cloud/scripts/21769/LorientOwnage.user.js // @updateURL https://update.greasyfork.cloud/scripts/21769/LorientOwnage.meta.js // ==/UserScript== (function(){ 'use strict' function isForum() { return (document.URL.indexOf("/0-") != -1) ? true : false; } function isTopic() { return (document.URL.indexOf("/42-") != -1 || document.URL.indexOf("/1-") != -1) ? true : false; } function changeSujet(){ var array = document.getElementsByClassName('text-modo'); for(var i=0;i