I will consider that. But is there some way to have the bookmarklet grab the title and then remove the "- youtube" from the end? Or change it to "Jewtube"?
It's possible, but it's gonna be a long ass one. :D
javascript:(function()%7Bvar%20els%20%3D%20document.getElementById('graburl')%3Bels.click()%7D)()
How can I put these together?
javascript:void(open('https://poal.co/submit/link/Cheers?linkpost=true&run=1&url='+encodeURIComponent(document.location)+'&title='+encodeURIComponent(document.title)))
javascript:(function()%7Bvar%20els%20%3D%20document.getElementById('graburl')%3Bels.click()%7D)()
You can but it won't work.
First one will be executed on the page you want to submit to poal.
Second (graburl) will have to be executed on the poal page.
The thing to do to get it to work is to write a new function that will remove the ' - Youtube' flag in the title and insert the video length instead.
Gimme a little time and I'll will do that for you. can also do that I think.
(post is archived)