Skip to content

Instantly share code, notes, and snippets.

@grochowski
grochowski / macos-dock-hide-animation-quicker.txt
Created November 30, 2024 23:14
Commands for a quicker macOS dock show/hide animation
defaults write com.apple.dock autohide-delay -int 0
defaults write com.apple.dock autohide-time-modifier -float 0.2
killall Dock
@grochowski
grochowski / medium_posts_to_csv.js
Last active December 11, 2021 19:53
Export Medium Reading List to CSV
/**
* 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
*/