This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults write com.apple.dock autohide-delay -int 0 | |
defaults write com.apple.dock autohide-time-modifier -float 0.2 | |
killall Dock |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Export Medium Reading List to CSV | |
* Based on Imrat Jn article on Medium | |
* https://medium.com/@imrat/1-trick-inbox-zero-readinglist-86964bc55df3 | |
* added titles, links | |
* tested on Firefox 67 on Windows, should also work on Safari 11.1.2 | |
* | |
* Go to the reading list, scroll as far as you can (in order to load all the posts), | |
* Put this into your console | |
*/ |