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
| function hide(selector) { $(selector).setAttribute('style','display:none')} | |
| function remove(selector) { $(selector).remove()} | |
| function remove_class(selector) { $(selector).setAttribute('class','')} | |
| function move_left(count) | |
| { | |
| var eventObj = document.createEvent("Events"); | |
| eventObj.initEvent("keydown", true, true); | |
| eventObj.which = 37; // left key | |
| for (i=0; i < count ; i++) { |
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
| Generously taken from this discussion; https://github.com/dnschneid/crouton/issues/675 | |
| They've created a wiki: https://github.com/dnschneid/crouton/wiki/Repack-kernel-to-Enable-VT_x-for-Virtualbox | |
| You should check it out to see if anything has changed. | |
| A. first of all install virtualbox correctly: https://gist.github.com/komuW/10991598. then; | |
| 1.Open a shell on your Chrome OS | |
| ie while in in chromeOS; open browser, then ctrl+alt+T, then type shell, then press enter | |
| 2.Disable verified boot : |