Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2018
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.68 KB | None | 0 0
  1.  
  2. The Pub made something awesome for you voaters making your lives easier.  I actually made this long ago but figured it was time I got off my ass and share.  I’ve included a couple that are easy to find and the voat ones I couldn’t.  
  3.  
  4. Bookmarklets.  
  5.  
  6. They’re just little bits of Java that make life easier.  Highlighting/Copy/Paste is for suckers.  
  7.  
  8. 1.  Now you can post to voat from another site w/ a single click.  
  9. 2.  You can archive sites in a single click
  10. 3.  Hooktube your youtube videos w/ a single click.
  11.  
  12. On click, they use java to grab the url and title of the site you’re viewing and then automatically open a voat window filling in all the fields.  The universal one requires you to enter a subverse while the easily editable sub specific one literally does every thing but click submit.
  13.  
  14.  
  15. All you’re going to have to do is create a folder on your bookmarks bar then create some new bookmarks.  You can do this in the bookmark manager settings or just edit an existing bookmark.  Drop these java snippets into the URL and title them as you please.  Navigate to youtube or anywhere really and give them a click.  
  16.  
  17. ~~~~~~~~~~~~~~~~~~~~~~~
  18.  
  19.  
  20. /v
  21.  
  22. javascript:void(open('https://voat.co/submit?linkpost=true&run=1&url='+encodeURIComponent(document.location)+'&title='+encodeURIComponent(document.title)))
  23.  
  24. v/PaddysPub
  25.  
  26. javascript:void(open('https://voat.co/v/PaddysPub/submit?linkpost=true&run=1&url='+encodeURIComponent(document.location)+'&title='+encodeURIComponent(document.title)))
  27.  
  28. Easily edit the one above for the subverse of your choice but we sure hope you’ll come by and say hello
  29.  
  30. These next two I just grabbed on the web but they’re safe and solid
  31.  
  32.  
  33. Hooktube - while on youtube automatically “hook” the video you’re watching
  34.  
  35. javascript: (window.location.href.includes("www.youtube")) ? location.href = window.location.href.replace("www.youtube", "www.hooktube") : console.log('not a youtube page, dummy')
  36.  
  37.  
  38. Archive.is - archive the page you’re on in a single click
  39.  
  40. javascript:void(open('https://archive.today/?run=1&url='+encodeURIComponent(document.location)))
  41.  
  42.  
  43.  
  44. Bonus round MotherPhukers
  45.  
  46. Post2Phuks
  47.  
  48. javascript:void(open('https://phuks.co/submit/link?linkpost=true&run=1&url='+encodeURIComponent(document.location)+'&title='+encodeURIComponent(document.title)))
  49.  
  50. s/PaddysPub
  51.  
  52. javascript:void(open('https://phuks.co/submit/link?linkpost=true&run=1&url='+encodeURIComponent(document.location)+'&title='+encodeURIComponent(document.title)))
  53.  
  54.  
  55. ~~~~~~~~~~~~~~~~~
  56.  
  57. If only you knew how truly lazy I am.  It would be totally awesome if someone would grab a little voat goat to replace the folder icon to include w/ the post.  Best wishes.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement