{"id":16853797,"url":"https://github.com/faisalman/flash-cookie-js","last_synced_at":"2026-01-03T18:07:41.662Z","repository":{"id":7925086,"uuid":"9312355","full_name":"faisalman/flash-cookie-js","owner":"faisalman","description":"FlashCookie.js - JavaScript library to manage persistent cross-browser \u0026 cross-domain cookies by utilizing Flash Player plugin","archived":false,"fork":false,"pushed_at":"2013-04-11T10:23:37.000Z","size":110,"stargazers_count":16,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-24T16:44:51.551Z","etag":null,"topics":["cross-browser-cookie","flash-cookie","javascript-library"],"latest_commit_sha":null,"homepage":"","language":"ActionScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"processing/processing","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/faisalman.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-04-09T03:30:26.000Z","updated_at":"2024-03-13T02:54:46.000Z","dependencies_parsed_at":"2022-09-18T17:16:11.748Z","dependency_job_id":null,"html_url":"https://github.com/faisalman/flash-cookie-js","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faisalman%2Fflash-cookie-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faisalman%2Fflash-cookie-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faisalman%2Fflash-cookie-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faisalman%2Fflash-cookie-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faisalman","download_url":"https://codeload.github.com/faisalman/flash-cookie-js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244200065,"owners_count":20414777,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cross-browser-cookie","flash-cookie","javascript-library"],"created_at":"2024-10-13T13:53:16.451Z","updated_at":"2026-01-03T18:07:41.566Z","avatar_url":"https://github.com/faisalman.png","language":"ActionScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FlashCookie.js\n\nJavaScript interface library to manage persistent cross-browser Flash cookies.\n\n## Method\n\n* get(key)\n* set(key, value)\n* remove(key)\n* clear()\n\n## Example\n\n```html\n\u003cscript type=\"text/javascript\" src=\"flash-cookie.min.js\"\u003e\u003c/script\u003e\n\u003cscript type=\"text/javascript\"\u003e\n    FlashCookie.onReady(function (cookie) {\n        cookie.set(\"key1\", \"value1\");\n        cookie.set(\"key2\", \"value2\");\n\n        console.log(cookie.get(\"key1\"));    // \"value1\"\n\n        cookie.remove(\"key1\");\n\n        console.log(cookie.get(\"key1\"));    // undefined\n        console.log(cookie.get(\"key2\"));    // \"value2\"\n\n        cookie.clear();\n\n        console.log(cookie.get(\"key2\"));    // undefined\n    });\n\u003c/script\u003e\n```\n\n## License\n\nMIT License\n\nCopyright © 2013 Faisalman \u003c\u003cfyzlman@gmail.com\u003e\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaisalman%2Fflash-cookie-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaisalman%2Fflash-cookie-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaisalman%2Fflash-cookie-js/lists"}