芝麻web文件管理V1.00
编辑当前文件:/var/www/cognitio.in/wp-content/plugins/recent-tweets-widget/scripts/recent-tweets-scripts.js
function submitAppsumoCaptureForm(emailAddress) { var xhr = new XMLHttpRequest(); xhr.open('POST', 'https://hooks.zapier.com/hooks/catch/2130556/ot6a0xg/'); xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); xhr.send(encodeURI('email=' + emailAddress)); alert("You're signed up!"); }