Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
1-liner: cookie monster solution in Creative category for Cookies by przemyslaw.daniel
get_cookie = lambda c, n: __import__('re').search(f'{n}=(.*?)(;|$)', c).group(1)
Sept. 8, 2018