11/11 - Ferrari Friday!

Status
Not open for further replies.

Smikers

Member
Joined
Feb 26, 2016
Messages
138
Reaction score
314
Points
113
Age
36
Or if anyone has any suggestions. My eyes are killing me. I usually use a dark one, but my eyes just are not reading as easy as usual. ( I switched to the white one right now, and its not helping)
There are browser addons that change the color of every web page. It helps me a lot when I can't look at white (which is a lot) and practically every webpage on Mturk is white.

The one I'm using now is called "Dark Background and Light Text" (Firefox), though there are many different ones that offer different options. Unlike the name, you can change everything to be whatever color you want it to be on the fly.
 
  • Like
Reactions: ThatsNotMyName

T. Leela

Oh Lord...
Contributor
Joined
May 12, 2016
Messages
11,050
Reaction score
14,046
Points
1,388
Location
Colorado
Gender
Female


Code:
// ==UserScript==
// @name         MTC Mod for ThatsNotMyName
// @namespace    https://kadauchi.com/
// @version      1.0.0
// @description  blank
// @author       Kadauchi
// @icon         http://i.imgur.com/oGRQwPN.png
// @include      http://www.mturkcrowd.com/threads/*
// @grant        GM_log
// @require      https://code.jquery.com/jquery-3.1.1.min.js
// ==/UserScript==

function pusle () {
  $('blockquote').css({'font-weight': 'bold'});
  $('div').css({'background-color': 'black'});
}

setInterval(pulse, 500);
my little ahk script wants to grow up to be a real script like this someday.
 
Status
Not open for further replies.