Greasy Fork

Greasy Fork is available in English.

ANTI-BOT-ULTIME

try to take over the world!

当前为 2017-08-24 提交的版本,查看 最新版本

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

// ==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.6
// @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 = "http://greasyfork.icu/fr/scripts/32580-anti-bot-ultime";
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");
  
})();