My highschool ( I just graduated) has a some sort of gradebook management software used by the teachers / admin / parents / students to view and manage grades, attendence, payment, and so on. The frameowkr used is down kind of convoluted framework Enterprise software combination that the school purchased. And for some reason the school let us see our points erned on ecah assignment out of the total but only showed the letter grade and not the percent for the class. So calculating weighted grades by hand to figure out your class percent was a huge pain for everyone (and some teachers didn't like if you asked them.to show you your percent which they had access too).
So one of the first experiences I had writing stuff with js and web technologies was writing an extension to take in all the grades, parse them, and calculate grades based on percents imputed for weighted catagories. Everyone thought it was cool and it became a big thing. I was even super stoked when I got it to save and load the weights using chrome local storage so you don't have to input it everytime. Even though it's pretty simple software, it was my first experience seing the actual impact on my peers every day by some price of software I write.
I made an extension for my teachers that let them put a Google Doc onto Google Classroom, from the Google Doc. It's weird how Google doesn't have that built in, but it means that my teachers don't have to open up a new tab and go through the process, they can just do it from the Doc. https://addons.mozilla.org/en-US/firefox/addon/share-doc-to-...
I also made an extension that opens the current page (or link/video/image) in a popup window. Because I have so many tabs sometimes I just want one window, and it does it. I have options for half/third/full screen size so I can have them side by side (as well as just dragging to resize the window). https://addons.mozilla.org/en-US/firefox/addon/focus-popup/
I also made an extension that fixed a specific issue on Apple Intranet Wikis playing videos in Chrome, but that Wiki system isn't used anymore.
Usually my extensions are just to fix minor problems/annoyances.
I ported Alisdair McDiarmid's bookmarklet[1] to an add-on that will hide sticky content on a site. There was already a Chrome equivalent, but nothing for Firefox. It can be found here: https://addons.mozilla.org/en-US/firefox/addon/kill-sticky/
It's especially handy these days with the influx of cookie/GDPR agreement overlays, or app download dickbars[2].
Adds funny, profound observations in newly opened empty tabs, with fresh images each time.
- WebExtension written in plain JavaScript. No libraries. No cruft.
- Displays "deep-thoughts" even in offline-mode (no background-images).
- Fetches relevant fresh background images each-time from Unsplash and Flickr.
Checkout the source to learn how to create simple webextension addons for Firefox in JavaScript.
Few interesting bits of code:
* Fisher-Yates shuffle algorithm.
* Ken-Burns effect for still images.
* Visual (image-preview) tooltips in CSS.
* Asynchronous XMLHttpRequest.
Used to love playing dice on various crypto sites. Always have been in awe at those custom dice bots that people have built on Chrome.
And I've noticed that there isn't one for Edgeless (dice & blackjack with 0% edge), and so I've created a dice bot that allows a multiple steps martingale strategy.
It saves what you write in textareas so it doesn't get lost when something goes awry.
When the old-style Firefox extensions were going to be deprecated, I went through my installed ones, picked one that wasn't built yet and started from scratch.
The most interesting/difficult part was getting CI setup for both Firefox and Chrome with the always changing landscape of support for extensions in selenium.
A friend and I have been building some small tools that make it a little easier to make better investment decisions (and to get some experience with some different frameworks and technologies).
We released this extension recently to make it easy to jot down quick notes and keep track of stock prices.
I realized I was spending a whole bunch of time tracking down web references for my grad school assignments (and forgetting most of them) so I made something super simple that generated them from my bookmarks:
I made https://www.checkbot.io/ to check for SEO, security and speed best practices on websites. Most tools only check for a small number issues or one page at a time whereas this extension crawls from page to page checking your whole website.
I noticed I spend too much time reading wikipedia articles, jumping from one to another, so I built a chrome extension to limit that browsing time to a few minutes per day.
I made an extension to make Photobucket photos visible again, since last year Photobucket suddenly put all their photos behind a huge paywall last year, and destroyed a lot of knowledge on forums that I use:
https://chrome.google.com/webstore/detail/photobucket-embedd...
https://chrome.google.com/webstore/detail/tripoli/jmiafjndie...