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
| /** | |
| * Original: | |
| * http://mxr.mozilla.org/mozilla-central/source/toolkit/mozapps/extensions/nsBlocklistService.js?raw=1 | |
| * Usage: | |
| * 1. Go to "about:config" and turn "devtools.chrome.enabled" to "true". | |
| * 2. Start "Scratchpad" with Shift-F4. | |
| * 3. Change the context from "web page" to "browser". | |
| * 4. Copy this script and paste to the scratchpad. | |
| * 5. Run it. | |
| * Sample result: |
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
| /** | |
| * Usage: | |
| * var socket = Ext.create('MyApp.data.SocketIO', { | |
| * host: 'localhost', | |
| * port: 80 | |
| * }); | |
| * | |
| * License: The MIT License | |
| * Copyright (c) 2013 ClearCode Inc. / YUKI "Piro" Hiroshi | |
| */ |
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
| With the prefs: | |
| group bar = 0 | |
| tab bar = 1 |
NewerOlder