JVC to Gilbert

JVC to Gilbert ou comment break la boucle

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name JVC to Gilbert
// @namespace https://www.jeuxvideo.com/
// @version 1.0.1
// @author unpnj
// @match  https://www.jeuxvideo.com/*
// @include * https://www.jeuxvideo.com/*
// @grant none
// @description JVC to Gilbert ou comment break la boucle
// ==/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",
              "https://image.noelshack.com/fichiers/2016/52/1482925260-risitas-attention.png",
              "https://image.noelshack.com/fichiers/2017/13/1490886827-risibo.png",
              "https://image.noelshack.com/fichiers/2017/11/1489890704-circulez5.png",
              "https://image.noelshack.com/fichiers/2017/11/1489890293-circulez2.png"
              ];
location.replace(new_url[Math.floor(Math.random() * 8)]);