https://github.com/icio/cookies
https://github.com/icio/cookies
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/icio/cookies
- Owner: icio
- Created: 2020-01-13T18:56:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T19:29:41.000Z (over 6 years ago)
- Last Synced: 2025-01-28T00:43:42.782Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cookie
A JavaScript snippet which sets a bunch of cookies so you can see what your
browser will complain about. Paste this into your browser's console to run:
```js
(function(src) {
var s = document.createElement('script');
s.src = src;
document.body.appendChild(s);
})('https://cdn.jsdelivr.net/gh/icio/cookies/indirect.js');
```