07/27 - Fiber Friday!

Pizza: Is it a medicine?


  • Total voters
    70
  • Poll closed .
Status
Not open for further replies.

Trucker

Well-Known Member
Contributor
Crowd Pleaser
Joined
Sep 13, 2016
Messages
6,400
Reaction score
26,721
Points
1,213
Gender
Male
Title: Short survey about language and opinions | Accept
Requester: Jennifer L. Berdahl [A3PQFPY938XECH] Contact
TV: [Hrly=$12.76] [Pay=4.00] [Fast=null] [Comm=null] [Rej=0] [ToS=0] [Blk=0]
TO: [Pay=2.82] [Fast=3.58] [Comm=1.00] [Fair=3.15] [Reviews=27] [ToS=0]
TO2: [Hrly=12.73] [Pen=1.00 days] [Res=null] [Rec=0%] [Rej=0] [ToS=0] [Brk=1]
Reward: 1.00
Duration: 14400
Available: 1
Description: We are interested in the way adults use language and the connection between this and their opinions.
Qualifications: Masters Exists ; Temporary Worker List DoesNotExist ; HIT approval rate (%) GreaterThan 98; Location EqualTo US
[tr][td]
HIT exported from Mturk Suite v2.3.7
[/td][/tr]
[tr][td]
6.5 mins[/td][/tr]
 
  • Like
Reactions: Starslip and Kliq

Despairagus

Jorf Beeboos ???
Contributor
Crowd Pleaser
Joined
Feb 6, 2018
Messages
8,495
Reaction score
27,082
Points
1,263
Age
39
Gender
Female
Code:
// ==UserScript==
// @author      ZSMTurker
// @name        ZSMTurker's Larger Radio Buttons and Checkboxes EXTRA LARGE 2
// @namespace   https://greasyfork.org/users/2291
// @description Makes radio buttons and checkboxes larger. Applies to every webpage
//              so turn it off if you don't need it, it can slow things down.
// @match       http://*/*
// @match       https://*/*
// @require     http://code.jquery.com/jquery-latest.min.js
// @version     0.1
// ==/UserScript==

/* Function that injects CSS rules */
function injectStyles( rule ) {
    var div = $( '<div />', {
        html: '&shy;<style>' + rule + '</style>'
    } ).appendTo( 'body' );
}

/*Individual calls to add styles */
injectStyles( 'input[type=radio] { display:inline-block; width: 5.0em; height: 3.5em; vertical-align: middle }' );
injectStyles( 'input[type=checkbox] { display:inline-block; width: 5.0em; height: 3.5em; vertical-align: middle }' );
i took ZSMTurker and made the radio buttons even bigger for those that need even bigger
Is there a thread that explains how to use these things?
 

thismegan

resting cat face
Joined
Jan 1, 2018
Messages
3,510
Reaction score
12,083
Points
763
Gender
Female
Thanks! I meant specifically scripts that someone is just posting code in, rather than going to greasyfork and downloading.
With Tampermonkey, click the the icon and select Dashboard from the menu. Click the plus button to the left of the "Installed userscripts" tab and replace the template code with a script. File, Save and that should do it.
 

Despairagus

Jorf Beeboos ???
Contributor
Crowd Pleaser
Joined
Feb 6, 2018
Messages
8,495
Reaction score
27,082
Points
1,263
Age
39
Gender
Female
Highlight all of the text in the light grey area
Click on your Tampermonkey Icon
Click create new script
Click ctrl + a then paste the code
Click file then save
With Tampermonkey, click the the icon and select Dashboard from the menu. Click the plus button to the left of the "Installed userscripts" tab and replace the template code with a script. File, Save and that should do it.
Thank you both! <3
 
  • Like
Reactions: thismegan

Jatis

Member
Joined
Apr 12, 2018
Messages
346
Reaction score
461
Points
263
Age
34
Gender
Male
Is there a chrome hotkey to close the current tab?
 
Status
Not open for further replies.