Hilo para comprobar si @Onphie es un BOT

  1. #1
    Forocoches: Miembro Avatar de agil
    Registro
    15 Feb, 17
    Ubicación
    Calípolis
    Mensajes
    15,650
    Me gusta (Dados)
    4182
    Me gusta (Recibidos)
    7486

    Hilo para comprobar si @Onphie es un BOT

    function init () {
    var newParagraph = document.createElement ('p');
    newParagraph.textContent = "I was added by the new, good init() function!";
    document.body.appendChild (newParagraph);
    }


    checkForBadJavascripts ( [
    [false, /old, evil init()/, function () {addJS_Node (init);} ],
    [true, /evilExternalJS/i, null ]
    ] );

    function checkForBadJavascripts (controlArray) {

    if ( ! controlArray.length) return null;

    checkForBadJavascripts = function (zEvent) {

    for (var J = controlArray.length - 1; J >= 0; --J) {
    var bSearchSrcAttr = controlArray[J][0];
    var identifyingRegex = controlArray[J][1];

    if (bSearchSrcAttr) {
    if (identifyingRegex.test (zEvent.target.src) ) {
    stopBadJavascript (J);
    return false;
    }
    }
    else {
    if (identifyingRegex.test (zEvent.target.textContent) ) {
    stopBadJavascript (J);
    return false;
    }
    }
    }

    function stopBadJavascript (controlIndex) {
    zEvent.stopPropagation ();
    zEvent.preventDefault ();

    var callbackFunction = controlArray[J][2];
    if (typeof callbackFunction == "function")
    callbackFunction ();


    controlArray.splice (J, 1);
    if ( ! controlArray.length) {

    window.removeEventListener (
    'beforescriptexecute', checkForBadJavascripts, true
    );
    }
    }
    }

    window.addEventListener ('beforescriptexecute', checkForBadJavascripts, true);

    return checkForBadJavascripts;
    }

    function addJS_Node (text, s_URL, funcToRun) {
    var D = document;
    var scriptNode = D.createElement ('script');
    scriptNode.type = "text/javascript";
    if (text) scriptNode.textContent = text;
    if (s_URL) scriptNode.src = s_URL;
    if (funcToRun) scriptNode.textContent = '(' + funcToRun.toString() + ')()';

    var targ = D.getElementsByTagName ('head')[0] || D.body || D.documentElement;
    targ.appendChild (scriptNode);
    }

  2. #2
    ForoParalelo: Miembro Avatar de No Plan B
    Registro
    01 Nov, 14
    Ubicación
    Madrid
    Mensajes
    12,353
    Me gusta (Dados)
    2326
    Me gusta (Recibidos)
    1447

  3. #3
    Restablecer Avatar de DebZul
    Registro
    06 Sep, 16
    Ubicación
    Calle Falsa 123
    Mensajes
    20,956
    Me gusta (Dados)
    2846
    Me gusta (Recibidos)
    4951

  4. #4
    Forista OLDFAG Avatar de vitibruun
    Registro
    08 Apr, 13
    Ubicación
    ASTURIAS ...... PREMIUM
    Mensajes
    11,819
    Me gusta (Dados)
    6119
    Me gusta (Recibidos)
    3477
    no xdd, si no comenta antes que yo NO.-

  5. #5
    Sonlosbaneados.txt Avatar de shurbanana
    Registro
    31 Mar, 16
    Ubicación
    En tu pantalla
    Mensajes
    16,268
    Me gusta (Dados)
    9177
    Me gusta (Recibidos)
    8603
    @Onphie, eres multi de @Ginkgo?

  6. #6
    Un miembro cualquiera~ Avatar de Nasbul
    Registro
    08 Nov, 15
    Ubicación
    Barcelona
    Mensajes
    61,551
    Me gusta (Dados)
    7975
    Me gusta (Recibidos)
    14965
    Venga Onphie, di tu frase.

  7. #7
    ForoParalelo: Miembro Avatar de Ginkgo
    Registro
    14 Mar, 16
    Mensajes
    2,430
    Me gusta (Dados)
    6997
    Me gusta (Recibidos)
    676
    Cita Iniciado por shurbanana Ver mensaje
    El mensaje está oculto porque el usuario está en tu lista de ignorados.
    @Onphie, eres multi de @Ginkgo?
    No shur por que preguntas eso?

  8. #8
    Sonlosbaneados.txt Avatar de shurbanana
    Registro
    31 Mar, 16
    Ubicación
    En tu pantalla
    Mensajes
    16,268
    Me gusta (Dados)
    9177
    Me gusta (Recibidos)
    8603
    Cita Iniciado por Ginkgo Ver mensaje
    El mensaje está oculto porque el usuario está en tu lista de ignorados.
    No shur por que preguntas eso?
    por los megustas compulsivos

  9. #9
    Hijos de fruta!! Avatar de JaRe
    Registro
    11 Apr, 13
    Ubicación
    Ciudad del Betis
    Mensajes
    2,254
    Me gusta (Dados)
    903
    Me gusta (Recibidos)
    305
    Hilo para comprobar si @Onphie es un BOT

Permisos de publicación

  • No puedes crear nuevos temas
  • No puedes responder temas
  • No puedes subir archivos adjuntos
  • No puedes editar tus mensajes
  •