Advertisement
Guest User

gabshare-bookmarklet

a guest
Jun 25th, 2021
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. 1. Create a new toolbar bookmark
  2. 2. Enter "Gab Share" or whatever you want as the name
  3. 3. Paste the JavaScript scriptlet below as the link
  4.  
  5. javascript:(function ( ) { window.location = `https://gab.com/compose?url=${encodeURIComponent(window.location)}&text=${encodeURIComponent('\n\n' + (document.title || 'Describe your share here'))}`; })();
  6.  
  7. The code takes your current location/URL and the document title, packages that up, and sends you to the Gab Social composer web intent to compose a new Gab with all the features of Gab.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement