CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 31 Jul 2025 06:03:06 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.760101, exclusion.robots;dur=0.030478, exclusion.robots.policy;dur=0.015518, esindex;dur=0.013035, cdx.remote;dur=6.049858, LoadShardBlock;dur=164.402639, PetaboxLoader3.datanode;dur=50.624117, PetaboxLoader3.resolve;dur=62.612928
x-app-server: wwwb-app211
x-ts: 302
x-tr: 199
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app211; 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: Thu, 31 Jul 2025 06:03:07 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.761138, exclusion.robots;dur=0.027504, exclusion.robots.policy;dur=0.012483, esindex;dur=0.013532, cdx.remote;dur=17.680157, LoadShardBlock;dur=293.513596, PetaboxLoader3.datanode;dur=127.631716, PetaboxLoader3.resolve;dur=461.879430, load_resource;dur=381.330641
x-app-server: wwwb-app211
x-ts: 200
x-tr: 743
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)