Skip to content

Instantly share code, notes, and snippets.

@efreed
efreed / install.html
Last active August 29, 2015 14:00
Google Search Results Mockup Bookmarklet
<!DOCTYPE html>
<html>
<head>
<title>Install and use the Google Results Mockup Bookmarklet</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style>
a.bookmarklet {
display: -moz-inline-box;
display: inline-block;
padding: 1px 6px;
@efreed
efreed / bookmarklet.js
Last active August 29, 2015 13:59
flash maximize
if (window.foundFlashSrc) {
document.location = window.foundFlashSrc;
}
function getLargest(tagname) {
var largestObject = false
, largestArea = -1
, i = 0
, objects = document.getElementsByTagName(tagname)
, thisArea = 0;