mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-23 06:41:22 -05:00
[GH-ISSUE #234] Option to load cobalt with url query #1542
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lilitdn on GitHub (Nov 5, 2023).
Original GitHub issue: https://github.com/imputnet/cobalt/issues/234
I'd love to have an option to add a url parameter to the website so that it's already filled in when loading the page, like so:
https://cobalt.tools/?url=https://www.youtube.com/watch?v=jNQXAC9IVRw.That would make it really easy to make js bookmarklets or userscripts.
Some other nice options could be:
@wukko commented on GitHub (Nov 5, 2023):
https://cobalt.tools/?u=https://www.youtube.com/watch?v=jNQXAC9IVRw :)
@lilitdn commented on GitHub (Nov 5, 2023):
oh nice! is this documented anywhere? I did not find it after searching for a bit.
@wukko commented on GitHub (Nov 5, 2023):
not really because i kind of suck at writing documentations
@wukko commented on GitHub (Nov 5, 2023):
i'll try to make a document listing all features in the future though
@OutshineIssue commented on GitHub (Jun 4, 2024):
@wukko I'm using this to create a bookmarket, do you think there's a chance to make it so it could start downloading immediately? This is what I'm currently using but I have to do the final click to make it work
javascript:void(open('https://cobalt.tools/?u='+ location.href))@lostdusty commented on GitHub (Jun 4, 2024):
no but you can use the api
@wukko commented on GitHub (Jun 4, 2024):
not possible to do due to browser security restrictions
@squeak9 commented on GitHub (Sep 14, 2024):
Any chance it could be even easier and just work with
cobalt.tools/https://www.youtube.com/watch?v=jNQXAC9IVRw? That way you could just addcobalt.tools/in front of any supported url.@wukko commented on GitHub (Sep 15, 2024):
@squeak9 new version supports links like this:
https://cobalt.tools/#https://youtu.be/dQw4w9WgXcQ(# and then the video link)
@squeak9 commented on GitHub (Sep 15, 2024):
Oh, that's a lot simpler to remember! Good to know, thanks! 👍
It would be perfect if it worked with nothing but
cobalt.tools/, that's how other websites like farside.link and archive.today does it.But if it's a lot more work then I understand 😃