Created
April 30, 2018 20:09
-
-
Save cuylerstuwe/33dad4adba27eb42ea68d6e6121145e0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==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