CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 16 Jul 2025 22:38:09 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20110812100858
location: https://web.archive.org/web/20110812100858/https://wiki.python.org/moin/MacPython/Safari
server-timing: captures_list;dur=0.522856, exclusion.robots;dur=0.021536, exclusion.robots.policy;dur=0.010600, esindex;dur=0.011329, cdx.remote;dur=30.471619, LoadShardBlock;dur=97.755332, PetaboxLoader3.datanode;dur=67.865128
x-app-server: wwwb-app213
x-ts: 302
x-tr: 150
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app213; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 16 Jul 2025 22:38:09 GMT
content-type: text/html; charset=utf-8
x-archive-orig-date: Fri, 12 Aug 2011 10:08:58 GMT
x-archive-orig-server: Apache/2.2.16 (Debian)
x-archive-orig-vary: Cookie,User-Agent,Accept-Language
x-archive-orig-set-cookie: MOIN_SESSION_80_ROOT_moin=348d279e58132b28fd8107faca534965bd52f7a2; expires=Fri, 12-Aug-2011 11:08:00 GMT; Max-Age=3600; Path=/
x-archive-orig-content-length: 7620
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 12 Aug 2011 10:08:58 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 12 Aug 2011 10:08:58 GMT", ; rel="memento"; datetime="Fri, 12 Aug 2011 10:08:58 GMT", ; rel="next memento"; datetime="Tue, 05 Jul 2022 22:28:14 GMT", ; rel="last memento"; datetime="Mon, 22 Jul 2024 00:41:31 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: WPO-20110812084919-crawl438/WPO-20110812100415-01719.warc.gz
server-timing: captures_list;dur=0.654461, exclusion.robots;dur=0.032764, exclusion.robots.policy;dur=0.018224, esindex;dur=0.014868, cdx.remote;dur=56.785403, LoadShardBlock;dur=106.066011, PetaboxLoader3.datanode;dur=100.254480, load_resource;dur=111.246057, PetaboxLoader3.resolve;dur=68.347203
x-app-server: wwwb-app213
x-ts: 200
x-tr: 313
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
MacPython/Safari - PythonInfo Wiki
User
You can get the current URL of the current window from Safari with the following appscript:
import appscript print appscript.app("Safari").windows.first.current_tab.URL()
MacPython/Safari (last edited 2009-05-21 13:14:12 by 185-238-173-209)