Skip to content

Instantly share code, notes, and snippets.

@dyc3
dyc3 / everfi-skip.js
Created March 23, 2021 15:50
Everfi course skipping helpers
/*
Copy and paste this code into your browser's javascript console.
Now you can use:
- nextLoop() to keep clicking next until it becomes disabled
- skipNext() to skip the current video and click the next button
- clickAllNext() to click all the little hotspot things and click the next button
*/
/*
(function() { let v = document.querySelector("video"); v.currentTime = v.duration; v.dispatchEvent(new Event("ended")); v.playbackRate = 100; })()
@dyc3
dyc3 / blender_cheatsheet.md
Last active May 5, 2021 21:48
Blender cheatsheet

Keyboard Shortcuts

Global

Action Keys
Toggle Object/Edit Mode Tab
Move G
Rotate R
Scale S