Skip to content

Instantly share code, notes, and snippets.

@hkscsheph
Last active August 3, 2025 11:09
Show Gist options
  • Select an option

  • Save hkscsheph/598348f412e1771c624c775b5a352f2c to your computer and use it in GitHub Desktop.

Select an option

Save hkscsheph/598348f412e1771c624c775b5a352f2c to your computer and use it in GitHub Desktop.
Shortest Facebook Post Share Link (From pfbid to fbid) inspired by: https://gist.github.com/t-wy/66faed8679d127793891ecb775efdaa9
copy(
'fb.com/'+
[...document.getElementsByTagName("script")]
.find(x => x.innerHTML.includes("share_fbid"))
.innerText.match(/share_fbid":"(.+?)",/)[1]
)
@ramkumar22346-tech
Copy link

Open link view the post

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment