JS bookmarklets (because they're cool)
Creates a picure-in-picture window for visiting links. (Not all will work)
Link:
javascript:(function(l){var s = document.createElement("script");s.src = l;document.body.append(s);})("https://cdn.jsdelivr.net/gh/ProgrammingParadox/bookmarklets@main/src/linkViewer.js");
Note that if using a YouTube link, you'll need to edit it a little. https://www.youtube.com/watch?v=B3r4EgwLqMM turns into https://www.youtube.com/embed/B3r4EgwLqMM
- The minus button only hides the content. Working on making it shrink the height of the actual thing, too.
- Sometimes it might be a little hard to resize the canvas :P
When pressed, automatically fills out the account fields. This isn't super useful, but does speed things up a little.
Link:
javascript:(function(l){var s = document.createElement("script");s.src = l;document.body.append(s);})("https://cdn.jsdelivr.net/gh/ProgrammingParadox/bookmarklets@main/src/AeriesLogin.js");