Skip to content

PiciAkk/messengerLinkGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Messenger Link Generator

command-line app for generating messenger links

Usage:

Install dependencies:

npm install 

Use:

Usage example:

Input:

npm start https://www.youtube.com/watch?v=xcJtL7QggTI 

Output:

> messengerlinkgenerator@1.0.0 start E:\xample\messengerLinkGenerator > node generate.js "https://www.youtube.com/watch?v=xcJtL7QggTI" https://l.messenger.com/l.php?u=https://www.youtube.com/watch?v=xcJtL7QggTI 

Use with command-line arguments:

npm start url 

or

node generate.js url 

Use with in-program input:

npm start 

or

node generate.js 

Origin:

One day I discovered something. If I right click, and then press "Copy link address" on a messenger hyperlink, the copied link points to messenger's server, and then it redirects me to the original website. Therefore I can write an app, that can make a messenger link out of any link. Tada!

Online demo:

Click here for online demo

Packages

 
 
 

Contributors