If anyone sees this, can you go into devtoools on my profile page, find the element with id followLink, open the onclick tag, then give me the first number from the function?
Just don't get the second number as that is dangerous.
You can also paste this JS and give me the result:
document.getElementById("followLink").onclick.toString().match(/\d+/)[0];