As of 1407 EST 7 Mar 2018
1,877 open questions, from original 6.9K
Tag-specific Close Vote Queue: Here (<=5 in queue)
Completed final cleanup pass. Now just delete, delete, delete...
As of 1407 EST 7 Mar 2018
1,877 open questions, from original 6.9K
Tag-specific Close Vote Queue: Here (<=5 in queue)
Completed final cleanup pass. Now just delete, delete, delete...
Short link to this page: http://caseywatts.com/ptt
Other gists & tricks: http://caseywatts.com/gists-and-tricks
Unrelated update: my book is out! Debugging Your Brain is an applied psychology / self-help book
Add Page...
PTT
(push to talk) or whatever you'd like (maybe short so it stays on your bookmarks toolbar)/** | |
* VH and VW units can cause issues on iOS devices: http://caniuse.com/#feat=viewport-units | |
* | |
* To overcome this, create media queries that target the width, height, and orientation of iOS devices. | |
* It isn't optimal, but there is really no other way to solve the problem. In this example, I am fixing | |
* the height of element `.foo` —which is a full width and height cover image. | |
* | |
* iOS Resolution Quick Reference: http://www.iosres.com/ | |
*/ | |
Test apparatus: http://jsfiddle.net/hRub4/
(Windows = Windows 8.1 desktop)
// ==UserScript== | |
// @name Spoken Chat | |
// @author Robert Lemon | |
// @version 0.42 | |
// @namespace | |
// @description Speaks the chat. | |
// @include http://chat.stackoverflow.com/rooms/* | |
// ==/UserScript== | |
function exec(fn) { | |
var script = document.createElement('script'); |