Skip to content

Instantly share code, notes, and snippets.

View Rainbow-Spike's full-sized avatar
🏠
Working from home

Rainbow Spike Rainbow-Spike

🏠
Working from home
View GitHub Profile
@gasman
gasman / pnginator.rb
Created April 30, 2012 18:08
pnginator: pack Javascript into a self-extracting PNG
#!/usr/bin/env ruby -w
# pnginator.rb: pack a .js file into a PNG image with an HTML payload;
# when saved with an .html extension and opened in a browser, the HTML extracts and executes
# the javascript.
# Usage: ruby pnginator.rb input.js output.png.html
# By Gasman <http://matt.west.co.tt/>
# from an original idea by Daeken: http://daeken.com/superpacking-js-demos
Чтобы в Mozilla Firefox убрать надпись «YouTube теперь находится в полноэкранном режиме» нужно:
1. В адресную строку браузера наберите «about:config»;
2. В строку поиска наберите full-screen-api.warning.timeout;
3. Кликните по нему два раза левой кнопкой мыши, значение «3000» сменить на «0».