Mturk Engine (Lite)

Earn money more efficiently on Amazon's Mechanical Turk work platform.

目前为 2017-09-21 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @name Mturk Engine (Lite)
  3. // @namespace https://github.com/Anveio/mturk-engine/
  4. // @version 1.2.3
  5. // @description Earn money more efficiently on Amazon's Mechanical Turk work platform.
  6. // @author Anveio (Shovon Hasan)
  7. // @match https://www.mturk.com/mturk/findhits?mturkengine
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. /**
  12. * READ THIS:
  13. * After downloading this script visit https://www.mturk.com/mturk/findhits?mturkengine
  14. *
  15. * If you're installing Mturk Engine you're in the right place. Your userscript manager should be prompting you to begin installation at the top of your browser.
  16. *
  17. * If you're here to read the source code you're in the wrong place. This is the lite version of MTurk Engine that imports the script.
  18. * For the full (readable) source code, visit this project's github page at: https://github.com/Anveio/mturk-engine
  19. * There you can post issues, submit changes, suggest features, and download the latest version.
  20. */
  21.  
  22. (function() {
  23. var x = document.createElement('script');
  24. x.src = 'https://cdn.rawgit.com/Anveio/mturk-engine/master/build/mturk-engine.latest.user.js';
  25. document.body.appendChild(x);
  26. })();