Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Offensive tweets
  3. // @version .01
  4. // @description Selects 1 for each
  5. // @author TurkedOut
  6. // @include *mturkcontent*
  7. // @require https://code.jquery.com/jquery-3.0.0-alpha1.min.js
  8. // ==/UserScript==
  9.  
  10. $("input[value=1]").click();
  11.  
  12. (function() {
  13. 'use strict';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement