[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,585
    Gender:
    Male
    Ratings:
    +3,539
    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