Simple Angular App Example, Disconnected and Mocked inline html and javascript
simply clone the repo locally and
git clone https://gist.github.com/6755421.git AngularStandalone
cd AngularStandalone
open index.htmlSimple Angular App Example, Disconnected and Mocked inline html and javascript
simply clone the repo locally and
git clone https://gist.github.com/6755421.git AngularStandalone
cd AngularStandalone
open index.html| // 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/ |
| #!/bin/sh | |
| (( ${#} > 0 )) || { | |
| echo 'The uninstaller is now trying to remove StrongLoop Suite' | |
| echo 'Press Control-C to quit or Enter to continue the script with sudo: ' | |
| read | |
| echo 'Re-running the script with sudo.' | |
| echo 'You may be prompted for a password for the sudo command.' | |
| sudo ${0} sudo | |
| exit $? | |
| } |