An open API service indexing awesome lists of open source software.

https://github.com/icio/cookies


https://github.com/icio/cookies

Last synced: about 1 year ago
JSON representation

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');
```