Skip to content

Instantly share code, notes, and snippets.

View alexandrevicenzi's full-sized avatar
:shipit:

Alexandre Vicenzi alexandrevicenzi

:shipit:
View GitHub Profile
@alexandrevicenzi
alexandrevicenzi / README.md
Last active June 4, 2016 02:21 — forked from rikels/README.md
chromium os plugins

This scripts installs: Flash, PDF, for some Chromium OS builds.

All credits go to dz0ny, his script can be found here: https://gist.github.com/3065781 but this script didn't work for me and some more people. so i tried to do what his script did, but a little different. And also a big thanks to Jamison Lofthouse and Steve Pirk, as they got the Google Hangout plugin to work.

How to install?

  1. start Chromium OS.
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Which Browser?</title>
</head>
<body>
<p>You are using <span id="browser"></span> <span id="version"></span> on <span id="os"></span></p>
<script type="text/javascript" src="browserdetect.js"></script>
<script type="text/javascript">
@alexandrevicenzi
alexandrevicenzi / 0_reuse_code.js
Last active August 29, 2015 14:17
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console