Skip to content

Instantly share code, notes, and snippets.

@cubistcastle
cubistcastle / zendesk-please-dont-break-mobile.css
Last active December 28, 2015 08:39
Zendesk's Feedback Tab doesn't work so well on mobile. Here's a quick way to make it's modal dialog box play a little nicer.
/* --------------------------------------------------------------------------------------
## Add these styles to your zendesk dropbox custom css (/agent/#/admin/dropboxes)
----------------------------------------------------------------------------------------*/
#zenbox_container {
height: 620px;
margin: 0 auto;
position: relative;
text-align: left;
width: 100%;
@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/