JVC to Gilbert

JVC to Gilbert ou comment break la boucle

// ==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)]);

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址