This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
application_id | package_name | title | version_string | domain | |
---|---|---|---|---|---|
282935706 | tv.lifechurch.bible | Bible | 7.2 | cloudflare.com | |
284910350 | com.yelp.yelpiphone | Yelp | 11.4.0 | cloudflare.com | |
290853822 | net.box.BoxNet | Box for iPhone and iPad | 4.0.1 | cloudflare.com | |
300255638 | com.abcnews.ABCNews | ABC News – Watch Breaking US & World News, Live Video & Election Coverage | 5.10.0 | cloudflare.com | |
304154888 | com.nicusa.FBIMostWanted | Most Wanted | 2.3 | cloudflare.com | |
319881193 | com.grindrguy.grindrx | Grindr - Gay, bi, social networking and dating app to chat and meet guys | 3.0.13 | cloudflare.com | |
322439990 | com.fboweb.MyRadar | MyRadar NOAA Weather Radar – Forecasts, Storms, and Earthquakes | 4.4.4 | cloudflare.com | |
327630330 | com.getdropbox.Dropbox | Dropbox | 28.2 | cloudflare.com | |
329913454 | com.crunchyroll.iphone | Crunchyroll - Everything Anime | 3.00.2 | cloudflare.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
g.php: | |
<html> | |
<head> | |
<script type="text/javascript"> | |
function getCookie(name) { | |
var matches = document.cookie.match(new RegExp( | |
"(?:^|; )" + name.replace(/([\.$?*|{}\(\)\[\]\\\/\+^])/g, '\\$1') + "=([^;]*)" | |
)); | |
return matches ? decodeURIComponent(matches[1]) : undefined; |