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
// ==UserScript==
// @name mTurk Hidden Instructions
// @namespace salembeats
// @version 1
// @description .
// @author Cuyler Stuwe (salembeats)
// @include https://www.mturkcontent.com/dynamic/hit*
// @grant GM_addStyle
// ==/UserScript==
// ==UserScript==
// @name book catalog
// @namespace salembeats
// @version 1
// @description .
// @author Cuyler Stuwe (salembeats)
// @include https://worker.mturk.com/projects/34YHZZ9RB3JHHOITR77K7NC99A35EY/*
// @require https://gist.github.com/salembeats/3dd0c6c765a553c1184bc1d6d075bb9a/raw/5335a3ca833e5ccb7574c3c1d7b8af2e0e96a859/mselect.library.user.js
// @require https://gist.github.com/salembeats/6f50c37f7309fe1c7632376c4e2f3a1c/raw/bce38260696278c5cb42d0d8ee5f65125511577b/maction.library.user.js
// @require https://gist.github.com/salembeats/2661fe710d1520a50cb0f8fa8b23d052/raw/d8174bc63c1c3fea038dbed542308d64375bfecb/mutil.library.user.js
// ==UserScript==
// @name Disable AtD Spellcheck in CrowdSurf
// @namespace salembeats
// @version 1
// @description .
// @author Cuyler Stuwe (salembeats)
// @include https://ops.cielo24.com/mediatool/transcription/jobs/*
// @grant unsafeWindow
// ==/UserScript==
// ==UserScript==
// @name MturkExportParser
// @namespace salembeats
// @version 5.1
// @description Grab metadata from mTurk exports on forums and other social media channels. Added HIT descriptions to the MTS export strategy. Latest: Can generate web+panda:// links natively. New survey indicator keywords.
// @author Cuyler Stuwe (salembeats)
// @include *
// @grant unsafeWindow
// ==/UserScript==
// ==UserScript==
// @name survey dresses
// @namespace salembeats
// @version 1.4
// @description .
// @author Cuyler Stuwe (salembeats)
// @include *
// @require https://gist.github.com/salembeats/3dd0c6c765a553c1184bc1d6d075bb9a/raw/5335a3ca833e5ccb7574c3c1d7b8af2e0e96a859/mselect.library.user.js
// @require https://gist.github.com/salembeats/6f50c37f7309fe1c7632376c4e2f3a1c/raw/bce38260696278c5cb42d0d8ee5f65125511577b/maction.library.user.js
// @require https://gist.github.com/salembeats/2661fe710d1520a50cb0f8fa8b23d052/raw/d8174bc63c1c3fea038dbed542308d64375bfecb/mutil.library.user.js
// ==UserScript==
// @name Simple Mturk XPath
// @namespace salembeats
// @version 1
// @description Small library to simplify XPath for common usage with MTurk.
// @author Cuyler Stuwe (salembeats)
// @include *
// ==/UserScript==
function X$(selector) {
// ==UserScript==
// @name Dead Simple Worker Blocklist
// @namespace salembeats
// @version 1
// @description Basically the most bare-bones blocklist script you could run.
// @author Cuyler Stuwe (salembeats)
// @include https://worker.mturk.com/*
// @grant none
// ==/UserScript==
// ==UserScript==
// @name amazn core ml
// @namespace salembeats
// @version 1
// @description .
// @author Cuyler Stuwe (salembeats)
// @include *
// @require https://gist.github.com/salembeats/3dd0c6c765a553c1184bc1d6d075bb9a/raw/5335a3ca833e5ccb7574c3c1d7b8af2e0e96a859/mselect.library.user.js
// @require https://gist.github.com/salembeats/6f50c37f7309fe1c7632376c4e2f3a1c/raw/bce38260696278c5cb42d0d8ee5f65125511577b/maction.library.user.js
// @require https://gist.github.com/salembeats/2661fe710d1520a50cb0f8fa8b23d052/raw/d8174bc63c1c3fea038dbed542308d64375bfecb/mutil.library.user.js
// ==UserScript==
// @name Development Diagnostics - Don't clear my f***ing console when I'm trying to write userscripts.
// @namespace salembeats
// @version 1.2
// @description .
// @author Cuyler Stuwe (salembeats)
// @include *
// @grant unsafeWindow
// @run-at document-start
// ==/UserScript==
// ==UserScript==
// @name Development Diagnostics - Mutation observers for console.log.
// @namespace salembeats
// @version 3.0
// @description .
// @author Cuyler Stuwe (salembeats)
// @include *
// @grant unsafeWindow
// @run-at document-start
// ==/UserScript==