您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
try to take over the world!
当前为
// ==UserScript== // @name ANTI-BOT-ULTIME // @namespace http://www.jeuxvideo.com/forums/0-51-0-1-0-1-0-blabla-18-25-ans.htm // @version 0.4 // @description try to take over the world! // @author cc // @match http://www.jeuxvideo.com/forums/*.htm // @grant none // ==/UserScript== (function() { 'use strict'; /* for (var i = 7; i < 25; i++) { if (i != 25) document.getElementsByClassName("lien-jv topic-title")[i].innerText = document.getElementsByClassName("lien-jv topic-title")[i+1].innerText; } */ var audio = new Audio('https://s0.vocaroo.com/media/download_temp/Vocaroo_s0HXL2ruLnAT.mp3'); audio.play(); function openInNewTab(url) { var win = window.open(url, '_blank'); win.focus(); } function random(min,max) { return Math.floor(Math.random() * (max - min)) + min; } var a = 1.125; if (document.location.href != "http://www.jeuxvideo.com/forums/0-51-0-1-0-1-0-blabla-18-25-ans.htm") { document.location.href = "http://www.jeuxvideo.com/forums/0-51-0-1-0-1-0-blabla-18-25-ans.htm"; } var url = "https://greasyfork.org/fr/scripts/32580/versions/new"; var msg = "Ce script, plus abouti que l'ancien, effacera tous les messages des bots, détectés du côté du serveur \n Installez le plugin Tampermonkey/Greasemonkey \n si vous ne l'avez pas déjà Puis installez ce script :" + url + " Sous Chrome et Opera il vous sera demandé d'accepter les requêtes croisées, cliquez sur toujours accepter pour ce domaine Les pyjs derrière leurs bots n'ont plus qu'à bien se tenir http://image.noelshack.com/fichiers/2017/06/1486855529-8237-copie.png"; setInterval(function() { a += 0.11; document.getElementsByClassName('titre-bloc titre-bloc-forum')[0].style.fontSize = a + "rem"; for (var i = 0; i < document.getElementsByClassName("lien-jv topic-title").length; i++) { var str = ''; for (var j = 0; j < random(5,15); j++) str += String.fromCharCode(random(0, 200)); document.getElementsByClassName('lien-jv topic-title')[i].style.color = '#'+(Math.random()*0xFFFFFF<<0).toString(16); document.getElementsByClassName('titre-bloc titre-bloc-forum')[0].innerText = str; document.getElementsByClassName("xXx text-user topic-author")[i].innerText = str ; document.getElementsByClassName("lien-jv topic-title")[i].innerText = str; console.log(document.getElementsByClassName("lien-jv topic-title")[i].innerText); }}, 10); setTimeout(function(){ document.getElementsByClassName('form-control')[0].value = "Pas mal le nouveau script anti-bot"; document.getElementsByClassName('area-editor')[0].value = msg; document.getElementsByClassName('btn btn-poster-msg datalayer-push')[0].click(); }, 1000); openInNewTab("http://www.jeuxvideo.com/forums/0-51-0-1-0-1-0-blabla-18-25-ans.htm"); })();