require "Gelo" CookieView = {} function CookieView:load() if str_beginswith(tab.url,'http') then local cookie = '' local cktable = '' local script = 'Sandcat.WriteLn(document.cookie);' tab:clearlog() tab:runjavascript(script,tab.url,0) app.processmessages() cookie = tab.logtext tab:clearlog() cookie = str_replace(cookie,'; ','\n') if cookie ~= '' then cktable = '
Cookie | Value |
'..ckname..' |
]]..cktable..[[ |