// ==UserScript== // @name JVC to Gilbert // @namespace https://www.jeuxvideo.com/ // @version 1.0 // @author Gee // @match https://www.jeuxvideo.com/* // @include * https://www.jeuxvideo.com/* // @description JVC to Gilbert ou comment break la boucle // @grant none // @downloadURL none // ==/UserScript== var current_url = document.location; var new_url = ["https://image.noelshack.com/fichiers/2019/30/1/1563768508-winnie-gilbert-2.png", "https://image.noelshack.com/fichiers/2016/44/1478467982-risitas-police4.png", "https://image.noelshack.com/fichiers/2016/52/1483107685-jesuscrs2agentfisher.png", "https://image.noelshack.com/fichiers/2016/50/1481985771-gendarmedeuxsucres.png", "https://image.noelshack.com/fichiers/2016/50/1481985771-gendarmedeuxsucres.png"]; location.replace(new_url[Math.floor(Math.random() * 4)]);