Ng Yik Phang
Ng Yik Phang
Luckily, it is still available on archive.org: https://web.archive.org/web/20161002045855/http://ss-o.net/safari/extension/NinjaKit.safariextz
`story.php` has never worked in www.facebook.com before, it's `permalink.php`: e.g. https://m.facebook.com/story.php?story_fbid=844908488888888&id=438922569487484 to https://www.facebook.com/permalink.php?story_fbid=844908488888888&id=438922569487484
FYI this is fixed on Chrome 68 https://github.com/tulios/json-viewer/issues/178#issuecomment-406840323
Fast forward to 2017, [Firefox now has a built-in JSON viewer](https://www.ghacks.net/2017/01/12/firefox-53-json-viewer-on-by-default/) :p  There's still some value in using this extension over Firefox's built-in, they don't have a syntax highlighter...
Not my creation, but I know that [Facebook's Gaming Streamer Dashboard](https://www.facebook.com/gaming/streamer/) uses react-beautiful-dnd :) 
The codebase option is only used for generating the auto-update XML for self-hosted CRX, you can just ignore it if you don't plan to use that function https://github.com/oncletom/crx/blob/09a074a633e60bc84ef3036ee7f3aa4be71b91aa/src/crx.js#L278-L292
Yeah, `tput sgr0` works on Mac 👍 At https://github.com/erkin/ponysay/blob/f65be435acffda57b1e7681dc3152d1afdc082ac/src/argparser.py#L268 , we use code `21` to reset the bold style. Looking at the node.js world, they use `22` instead, saying "21...
Added to CLI as well Before: ``` Trying to load file: 'C:\Users\User\Desktop\game.ios' System.NullReferenceException: Object reference not set to an instance of an object. at Submission#0.addObjCustomDog() in :line 61 at Submission#0.d__0.MoveNext()...
IMO since this game is completely open source, I don't think there's really a point to put strong anti-cheating since they could just be patched out by a fork. Or...
Even better, set it to `one-time-code`. Though it's still not finalized and only works on Safari 12 for now. https://github.com/whatwg/html/issues/3745