1. panzer New Turker

    Messages:
    11
    Gender:
    Male
    Ratings:
    +7
    I used to have a tampermonkey script that focused the window inside of the hit area so that you don't have to click inside the window to use the keyboard to work on hits and submit hits with enter on each new hit, but it stopped working a long time ago. Is there currently a script like this that works or another way to do this?
     
  2. jim718181 Survey Slinger

    Messages:
    2,876
    Gender:
    Male
    Ratings:
    +4,183
    Code:
    // ==UserScript==
    // @name
    Focus
    // @include
    https://www.mturkcontent.com/*
    // ==/UserScript==
    window.focus();
    
     
    • Love x 1
  3. panzer New Turker

    Messages:
    11
    Gender:
    Male
    Ratings:
    +7
    Thank you!
     
    • Like x 1