您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
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)]);