Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
1 line - dict split strip solution in Clear category for Cookies by kdim
get_cookie = lambda cookie, name: dict(i.strip().split('=',1) for i in cookie.split(';'))[name]
Feb. 10, 2021
Comments: