08/28 - 'See'ing Sunday!

Status
Not open for further replies.

humbleturker

Well-Known Member
Contributor
Crowd Pleaser
HIT Poster
Joined
Jul 8, 2016
Messages
10,554
Reaction score
23,278
Points
1,738
Age
33
Gender
Male

Metallica

Never free, never me
Contributor
Joined
Jan 17, 2016
Messages
5,319
Reaction score
14,228
Points
1,113
Age
33
Gender
Male
Has Pew posted other than Monday?
 
D

Deleted member 526

Guest
Code:
globalURL = document.getElementsByClassName("row col-xs-12 col-md-12")[0].getElementsByTagName("td")[7].innerText;
globalURL = globalURL.replace("http://","https://");
if (globalURL.indexOf("https://") < 0) {
globalURL = "https://" + globalURL;   
}
STALBERTNEWMANCENTER.ORG
does anyone know how I can get my script go to this url with window.open? I know it's a cross browser security issue. but the websites in the pushpay's batch don't have https:// secured websites. they're small church websites. I have had this problem with other hits.
 
Status
Not open for further replies.