Understand your Mac and iPhone more deeply by tracing the evolution of Mac OS X from prelease to Swift. John Siracusa delivers the details.
You've got two main options:
| // ==UserScript== | |
| // @name Facebook autopoke | |
| // @namespace Kjwon15 | |
| // @description Facebook auto revenge poke | |
| // @include http://*.facebook.com/pokes* | |
| // @include https://*.facebook.com/pokes* | |
| // ==/UserScript== | |
| auto_poke=function(){ | |
| if (document.location.pathname.startsWith('/pokes') === false) { | 
| # =Overview | |
| # DownmarkIt is a library to convert HTML to markdown, based on Hpricot[http://github.com/hpricot/hpricot/]. | |
| # | |
| # =Motivation | |
| # While working on our company's new CMS, I needed to parse HTML back to markdown and surprisngly there wasn't any solution that could fit our enviroment, so I decided to make my own and share it :) | |
| # | |
| # =Usage | |
| # Make sure you install Hpricot[http://github.com/hpricot/hpricot/] first, then require the library in your application, if you are using the library in a rails application, just place it in your lib folder, then use this method to convert HTML into markdown. | |
| # markdown = DownmarkIt.to_markdown(html) | |
| # | 
| # Additional translations at https://github.com/plataformatec/devise/wiki/I18n | |
| ko: | |
| errors: | |
| messages: | |
| expired: "가(이) 만료되었습니다. 새로 요청해 주십시오" | |
| not_found: "를(을) 찾을 수 없습니다" | |
| already_confirmed: "이미 확인되었습니다, 다시 로그인 해 주십시오" | |
| not_locked: "가(이) 잠기지 않았습니다" | |
| not_saved: |