[Script] No more animals on TV!

Discussion in 'mTurk Scripts & Resources' started by ceedj, Apr 23, 2019.

  1. ceedj

    ceedj Survey Slinger

    Messages:
    2,767
    Gender:
    Male
    Ratings:
    +6,020
    Meh, still don't like it. I see a little script bit about a global, but I'm not always logged in. Updated for Easter! Comment/uncomment the one you need. :)

    Code:
    // ==UserScript==
    // @name         No more animals on TurkerHub!
    // @namespace    http://tampermonkey.net/
    // @version      1.3
    // @description  Blorp.
    // @author       ceedj
    // @grant        none
    // @include      https://turkerhub.com/*
    // @include      https://www.turkerhub.com/*
    // @include      https://forum.turkerview.com/*
    // ==/UserScript==
    
    (function() {
        'use strict';
    
       //document.querySelector(".spider_4").style.display = "none";
       //document.querySelector(".turkey").style.display = "none";
        //document.querySelector("#snowman").style.display = "none";
        document.querySelector(".bunny-icon").style.display = "none";
    })();
     
    • WOW WOW x 1