Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Second solution in Creative category for Cookies by makoto_yamagata
def get_cookie(cookie, name):
return dict(s.split('=') for s in map(str.strip, cookie.split(';')))[name]
March 31, 2018