Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.05 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.05 KB

Bookmarklets

JS bookmarklets (because they're cool)

Avalaible bookmarklets

Link viewer v1.2.2

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

Things that don't work

  • 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

Aeries Login

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");