Skip to content

Instantly share code, notes, and snippets.

@sharifulin
Created October 3, 2012 17:57
Show Gist options
  • Save sharifulin/3828619 to your computer and use it in GitHub Desktop.
Save sharifulin/3828619 to your computer and use it in GitHub Desktop.
Smart Banners and etc metas are rocks!
perl -Mojo -E 'say g(shift, {"User-Agent" => "Mozilla/5.0 (iPad; CPU OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A403 Safari/8536.25"})->dom->find("meta")' \
https://mobile.twitter.com/sharifulin
<meta content="yes" name="apple-mobile-web-app-capable" />
<meta content="app-id=333903271, app-argument=twitter://user?screen_name=sharifulin, affiliate-data=partnerId=30&amp;siteID=UkOLawSuc90" name="apple-itunes-app" />
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" id="viewport" name="viewport" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment