Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name Offensive tweets
- // @version .01
- // @description Selects 1 for each
- // @author TurkedOut
- // @include *mturkcontent*
- // @require https://code.jquery.com/jquery-3.0.0-alpha1.min.js
- // ==/UserScript==
- $("input[value=1]").click();
- (function() {
- 'use strict';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement