Skip to content

Instantly share code, notes, and snippets.

View cuylerstuwe's full-sized avatar
Drinking covfefe.

Cuyler Stuwe cuylerstuwe

Drinking covfefe.
View GitHub Profile
@cuylerstuwe
cuylerstuwe / angle-cray-cray.user.js
Created April 12, 2018 15:36
Proof of concept -- loading a basic skeleton for an Angular.js app w/ a userscript on an mTurk target page.
// ==UserScript==
// @name Angle Cray Cray
// @namespace salembeats
// @version 1
// @description .
// @author Cuyler Stuwe (salembeats)
// @include *://worker.mturk.com/?using=AngleCrayCray
// @require https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.9/angular.js
// ==/UserScript==
// ==UserScript==
// @name Amazon Pay - Redirect to Withdrawals Page by Default
// @namespace salembeats
// @version 1
// @description .
// @author Cuyler Stuwe (salembeats)
// @include *pay.amazon.com/us
// @include *payments.amazon.com/jr/your-account/orders*
// @grant none
// ==/UserScript==
// ==UserScript==
// @name Salembeats GitHub-Gist Userscript Verifier + Installer Highlight
// @namespace salembeats
// @version 1.1
// @description Point out the "raw" button as an "install button" on Salembeats' GitHub, when appropriate.
// @author Cuyler Stuwe (salembeats)
// @match https://gist.github.com/salembeats/*
// @grant none
// ==/UserScript==
// ==UserScript==
// @name Udemy Course Section Time Estimates
// @namespace salembeats
// @version 3.3
// @description How long are these sections gonna take?! Latest update (3/10/19): Bugfixes for crashes caused by sections that contain zero video runtime (e.g., all quizzes/etc.)
// @author Cuyler Stuwe (salembeats)
// @require https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.22.1/moment.min.js
// @require https://gist.github.com/salembeats/2661fe710d1520a50cb0f8fa8b23d052/raw/ec9a488a06227d8baf1729f30cfc3a985680e1fb/mutil.library.user.js
// @include https://www.udemy.com/*/learn/v4/content
// @grant none
// ==UserScript==
// @name Mturk Worker Site - Full HIT Text (No ellipsis)
// @namespace salembeats
// @version 3
// @description .
// @author Cuyler Stuwe (salembeats)
// @include https://worker.mturk.com/
// @include https://worker.mturk.com/projects
// @include https://worker.mturk.com/?page_size=*
// @include https://worker.mturk.com/?page_number=*
// ==UserScript==
// @name Simple Udemy Higher Standards Button
// @namespace Cuyler Stuwe (salembeats)
// @version 1.5
// @description Assume we want only 4+ star courses (since others' standards for reviews are too low), and take the decimal to give a X/10 rating. (i.e., a 4.4/5 course becomes a 4/10 course).
// @author Cuyler Stuwe (salembeats)
// @include https://www.udemy.com/*
// @exclude https://www.udemy.com/*/learn/v4/content
// @grant unsafeWindow
// ==/UserScript==
// ==UserScript==
// @name Icon for Panda Crazy
// @namespace salembeats
// @version 1.1
// @description .
// @author Cuyler Stuwe (salembeats)
// @include http*://worker.mturk.com/?filters[search_term]=pandacrazy=on*
// @include http*://worker.mturk.com/requesters/PandaCrazy/projects*
// @include http*://worker.mturk.com/?PandaCrazy*
// @include http*://worker.mturk.com/?end_signin=1&filters%5Bsearch_term%5D=pandacrazy%3Don*
// ==UserScript==
// @name Panda Crazy Timer Discrepancy In Title
// @namespace salembeats
// @version 2.5
// @description Timer descrepancy test to demonstrate background tab timer throttling. Runs on TurkerHub and displays results in the tab's title bar.
// @author Cuyler Stuwe (salembeats)
// @include http*://worker.mturk.com/?filters[search_term]=pandacrazy=on*
// @include http*://worker.mturk.com/requesters/PandaCrazy/projects*
// @include http*://worker.mturk.com/?PandaCrazy*
// @include http*://worker.mturk.com/?end_signin=1&filters%5Bsearch_term%5D=pandacrazy%3Don*
// ==UserScript==
// @name YT Embed Control Message Receiver
// @namespace salembeats
// @version 1.2
// @description Control Embedded YT iFrames with postMessage
// @author Cuyler Stuwe (salembeats)
// @include https://www.youtube.com/embed/*
// @grant none
// ==/UserScript==
// ==UserScript==
// @name Allow MIDI in work iframes
// @namespace salembeats
// @version 1
// @description .
// @author Cuyler Stuwe (salembeats)
// @include https://worker.mturk.com/projects/3*/tasks/*?assignment_id=*
// @grant none
// ==/UserScript==