Skip to content

Instantly share code, notes, and snippets.

@cuylerstuwe
Created April 30, 2018 20:09
Show Gist options
  • Select an option

  • Save cuylerstuwe/33dad4adba27eb42ea68d6e6121145e0 to your computer and use it in GitHub Desktop.

Select an option

Save cuylerstuwe/33dad4adba27eb42ea68d6e6121145e0 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Worker Site Async (Nonblocking) CSS
// @namespace salembeats
// @version 1.1
// @description Trying to make Worker actionable faster.
// @author Cuyler Stuwe (salembeats)
// @include https://worker.mturk.com/*
// @exclude https://worker.mturk.com/overwatch
// @grant none
// ==/UserScript==
document.querySelectorAll("link").forEach(el => document.body.appendChild(el));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment