Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Clear category for Cookies by Tinus_Trotyl
def get_cookie(cookie, name ):
return {item.split("=")[0].strip(): item.split("=")[1].strip() for item in cookie.split(";")}[name]
Jan. 29, 2018