Skip to content

Instantly share code, notes, and snippets.

@eskrano

eskrano/lol.js Secret

Created August 22, 2016 11:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eskrano/a598f2943532ff4f4d22ec0c1481ae50 to your computer and use it in GitHub Desktop.
Save eskrano/a598f2943532ff4f4d22ec0c1481ae50 to your computer and use it in GitHub Desktop.
var sites = [
{
url : 'https://bibliotekaislama.wordpress.com/',
form_action : 'https://subscribe.wordpress.com/',
type : 'POST',
form_data : {
email : INPUT_EMAIL,
action : 'subscribe',
blog_id : 35141740,
source : 'https://bibliotekaislama.wordpress.com/',
redirect_fragment : 'blog_subscription-2',
}
},
{
url : 'https://bibliotekaislama2.wordpress.com/',
form_action : 'https://subscribe.wordpress.com/',
type : 'POST',
form_data : {
email : INPUT_EMAIL,
action : 'subscribe',
blog_id : 74698754,
source : 'https://bibliotekaislama2.wordpress.com/',
redirect_fragment : 'blog_subscription-3',
}
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment