12/29 - Forget 2017 Friday!

Was 2017 a good year for you?


  • Total voters
    134
Status
Not open for further replies.

SarahAshlee90

Well-Known Member
Crowd Pleaser
Joined
Mar 4, 2016
Messages
2,781
Reaction score
5,294
Points
963
Age
33
Gender
Female
Damn.

So I just looked at the code for that script. Where would an include line and iframe source even go? I'm trying to pick it up perhaps in a backwards way at this point.
make a new line between lines 8 and 9
Code:
// ==UserScript==
// @name         Mturk Radio Keybinds
// @namespace    https://gist.github.com/Kadauchi
// @version      2.1.4
// @description  Keybinds to select radios
// @author       Kadauchi
// @icon         http://i.imgur.com/oGRQwPN.png
// @include      /^https://(www\.mturkcontent|s3\.amazonaws)\.com/
// @include      thisshouldbeaurlwiththeiframeyouwant.com*
// @grant        GM_getValue
// @grant        GM_setValue
// ==/UserScript==
 
Last edited:
  • Like
Reactions: ChristopherASA

Liz

Babysitter
Contributor
Joined
Jan 18, 2016
Messages
8,766
Reaction score
26,999
Points
1,013
Age
49
Gender
Female
I decided to go get a pizza in the "blizzard (2 inches of snow)" my normal 45 minute drive took me almost 2 hours and now I have cold pizza but atleast I have pizza
 

sryan66611

Well-Known Member
Contributor
Joined
Feb 13, 2016
Messages
3,412
Reaction score
5,893
Points
838
Age
36
Gender
Male
Damn.

So I just looked at the code for that script. Where would an include line and iframe source even go? I'm trying to pick it up perhaps in a backwards way at this point.
You would view page source ctrl+u and search for iframe of the hit you want it to be on... and add it somewhere at the top like here.

// ==UserScript==
// Name @Name Mturk Radio Keybinds
// @namespace https://gist.github.com/Kadauchi
// @version 2.1.4
// @description Keybinds to select radios
// @author Kadauchi
// @icon http://i.imgur.com/oGRQwPN.png
// @include /^https://(www\.mturkcontent|s3\.amazonaws)\.com/
// @grant GM_getValue
// @grant GM_setValue
// ==/UserScript==
 

PhantomCatt

Sweet & Sassy
Joined
Jan 12, 2016
Messages
2,211
Reaction score
5,937
Points
763
Gender
Female
I survived being totally unprepared for Hurricane Irma, losing almost everything, having my MIL try to filet me with a knife, and officially got a restraining order on my MIL. 2017 has been a wild ride for sure! Hoping 2018 is all about peace, love, and rebuilding our home :cupcake: one cupcake at a time LOL
 
Last edited:

SarahAshlee90

Well-Known Member
Crowd Pleaser
Joined
Mar 4, 2016
Messages
2,781
Reaction score
5,294
Points
963
Age
33
Gender
Female
Just pushed that update along with a fix for remember filter remembering too well.
Did you update the extension or one of the scripts, and if its a script which one did you put it on?
 

Liz

Babysitter
Contributor
Joined
Jan 18, 2016
Messages
8,766
Reaction score
26,999
Points
1,013
Age
49
Gender
Female
So much happened in 2017 I can't even start. I do have a new job to start in 2018 though..kinda
 
  • Like
Reactions: Jaded

micky

disco infiltrator
Contributor
Joined
Jun 28, 2017
Messages
3,006
Reaction score
6,510
Points
838
Gender
Female
make a new line between lines 8 and 9
Code:
// ==UserScript==
// @name         Mturk Radio Keybinds
// @namespace    https://gist.github.com/Kadauchi
// @version      2.1.4
// @description  Keybinds to select radios
// @author       Kadauchi
// @icon         http://i.imgur.com/oGRQwPN.png
// @include      /^https://(www\.mturkcontent|s3\.amazonaws)\.com/
// @include      thisshouldbeaurlwiththeiframeyouwant.com*
// @grant        GM_getValue
// @grant        GM_setValue
// ==/UserScript==
You would view page source ctrl+u and search for iframe of the hit you want it to be on... and add it somewhere at the top like here.

// ==UserScript==
// Name @Name Mturk Radio Keybinds
// @namespace https://gist.github.com/Kadauchi
// @version 2.1.4
// @description Keybinds to select radios
// @author Kadauchi
// @icon http://i.imgur.com/oGRQwPN.png
// @include /^https://(www\.mturkcontent|s3\.amazonaws)\.com/
// @grant GM_getValue
// @grant GM_setValue
// ==/UserScript==
Thank you both!! Would I write an iframe as a URL? I'm gathering not so much, right?
 

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
Nice, I was trying to build my own but react really sucks.
Interacting/pulling crap from MTurk? If you need help with something lemme know.

Thank you both!! Would I write an iframe as a URL? I'm gathering not so much, right?
There is a post from Squatty @Squatty in the script sub forum that has pictures iirc.
 

thedorchannel

Well-Known Member
Contributor
Joined
Jan 12, 2016
Messages
15,182
Reaction score
35,688
Points
1,288
Age
38
Gender
Male
did tech and research just reload?
 
Status
Not open for further replies.