1. The forum & main site will stay up indefinitely after MTurk shuts down in case anyone needs anything. I assume a handful of things will break after MTurk vaporizes & I'll fix it as fast as I can to keep the two main parts of the site online.
    Dismiss Notice

[Script] script to focus window inside of hit area

Discussion in 'mTurk Scripts & Resources' started by panzer, Jun 29, 2021.

  1. panzer

    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

    jim718181 Survey Slinger

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

    panzer New Turker

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