Category Archives: javascript

Bookmarklet For Increasing YouTube Speed

I made a new tiny bookmarklet to let you increase the speed of a YouTube video beyond 2x. As always, just drag this link to the bookmark bar on your browser, then just start a YouTube video, once the video … Continue reading

Posted in javascript, programming, YouTube | 2 Comments

SocialAssemble!

Assemble for Socially Distant Learning. We created a website to help people connect to teach classes/skill remotely during the Covid-19 pandemic. It’s a simple project based off Google Calendar. You can see the site here: https://socialassemble.com/ And also, you are … Continue reading

Posted in Github, javascript, programming | Leave a comment

Facebag – A Chrome Extension to make Facebook less interactive!

Long time no update! Well, I just made myself a little Chrome Extension for Facebook. All it does is delete the comment boxes, status box and like buttons from Facebook, so that I don’t use them. It’s great for me! … Continue reading

Posted in Facebook, GIT, Github, javascript, programming | Leave a comment

Netflix Autoplay Chrome Extension – v0.8 – Chromecast Support!

I put out an update the other night, this one adds support for Chromecast. And it looks like I was just in time for the new season of Orange Is the New Black, so get your binge on! Web Store: … Continue reading

Posted in Github, javascript, Netflix, programming | 3 Comments

Netflix Autoplay Chrome Extension – Still More Updates

I have added still more updated to my Chrome extension. 0.6 Updates: *Added episode counter in addition to timer *Pausing video stops timer *Fixed bugs when stopping 0.5 Updates: *Play/Pause, Next and Stop media buttons on keyboard now work with … Continue reading

Posted in Github, javascript, Netflix, programming | Leave a comment

Netflix Autoplay Chrome Extension with Computer Sleep / Shutdown – Updates

I have added a number of updates to my Netflix autoplay extension. In addition to autoplaying TV episodes and shutting down when done, it now also adds support for the keyboard media keys play/pause, next, and stop to Netflix, and … Continue reading

Posted in Github, javascript, Netflix, programming | Leave a comment

Netflix Autoplay Chrome Extension – With System Sleep!

Bookmarklets are cool and all that, but what I have really always wanted the autoplay functionality for Netflix to do is emulate the ‘Sleep Timer’ found on most TVs. That is, I want it to play for some amount of … Continue reading

Posted in Github, javascript, Netflix, programming | Leave a comment

NEW Netflix Autoplay Bookmarklet!

GOOD NEWS EVERYONE! I was checking out Netflix today, and they seem to have moved to an HTML5 video player (for me in Chrome at least, and that is all I tested). This is awesome news as it made writing … Continue reading

Posted in Github, javascript, Netflix, programming | 3 Comments

Comments…

Well, I just deleted over 56,000 comments from my database. I hope I didn’t delete any ACTUAL comments. Fucking spammers. I may have some new stuff to post soon. I have been working with AngularJS recently…Might be cooking up something … Continue reading

Posted in AngularJS, javascript, programming, Uncategorized | Leave a comment

Checking for global scope leak

Last night I got a wild hair and wanted to write a bit of code for fun. Basically I wanted to see what variables were added to the global scope by different libs and bits of code. Basically you can … Continue reading

Posted in javascript, programming | Leave a comment