Create a Bookmark in your Browser and fill the Address with the Bookmark JavaScript. Replace MY_MIXPOST.DOMAIN
with your own Domain and MY_MIXPOST_WORKSPACE_ID
with the UUID Workspace ID
Last active
April 19, 2025 22:17
-
-
Save goaround/e669fffe013bcc63ebbf85bf04e0745b to your computer and use it in GitHub Desktop.
Mixpost Share Bookmark
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript: (function(){window.open('https://MY_MIXPOST.DOMAIN/mixpost/MY_MIXPOST_WORKSPACE_ID/posts/create?link=' + encodeURIComponent(document.location.href) + '&title=' + encodeURIComponent(document.querySelector('h1').innerText) + '&body=' + encodeURIComponent(document.querySelector('h1').innerText + ' ' + document.location.href) ,'Mixpost','width=740,height=800,menubar=no,status=no')})() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment