Create a gist. Write a short description about yourself. Education background. Professional background. Why did you enroll in ACA. Describe your goals for the class and life. How is your life situation going to affect those goals.
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 Mediablock | |
// @description Closes social media from 7 AM to 6 PM inclusive on weekdays, 6 AM to 10 AM Saturdays, and completely free on Sundays! | |
// @include https://*.reddit.com | |
// @include https://*.reddit.com/* | |
// @include https://*.facebook.com | |
// @include https://*.facebook.com/* | |
// @include https://*.twitter.com | |
// @include https://*.twitter.com/* | |
// @include https://scratch.mit.edu |
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 View Full Size Instagram Photos | |
// @description Clicking an Instagram photo opens the full size image | |
// @version 1.0.9 | |
// @author heavyLobster2 | |
// @namespace github.com/heavyLobster2 | |
// @downloadURL https://gist.github.com/heavyLobster2/fb8c960748e205c15266/raw/ViewFullSizeInstagramPhotos.user.js | |
// @match *://www.instagram.com/* | |
// @grant none | |
// ==/UserScript== |
Create a gist. Write a short description about yourself. Education background. Professional background. Why did you enroll in ACA. Describe your goals for the class and life. How is your life situation going to affect those goals.