Skip to content

Instantly share code, notes, and snippets.

@chengyin
chengyin / linkedout.js
Last active July 11, 2021 15:23
Unsubscribe all LinkedIn email in "one click". For an easier to use version, you can check out the bookmarklet: http://chengyin.github.io/linkedin-unsubscribed/
// 1. Go to page https://www.linkedin.com/settings/email-frequency
// 2. You may need to login
// 3. Open JS console
// ([How to?](http://webmasters.stackexchange.com/questions/8525/how-to-open-the-javascript-console-in-different-browsers))
// 4. Copy the following code in and execute
// 5. No more emails
//
// Bookmarklet version:
// http://chengyin.github.io/linkedin-unsubscribed/
@brunchybit
brunchybit / ws.clj
Created August 21, 2012 14:33 — forked from anonymous/ws.clj
Example of JSON message exchange and world update in Aleph using websockets
(ns test.ws
(:use
lamina.core
compojure.core
compojure.response
aleph.core
aleph.http
aleph.formats
hiccup.core
ring.middleware.reload