update for the script to make it work again, have to pass cookie to show the old layout so it can be parsed: in the geturl_followRedirects proc change this one line from: set token [eval [list http::geturl $url] $args] to: set token [eval [list http::geturl $url -headers {Cookie listlayout_7=full}] ...