Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>array vs object stuff</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/benchmark/1.0.0/benchmark.min.js"></script>
<script src="./suite.js"></script>
</head>
<body>
<h1>Open the console to view the results</h1>
@as-com
as-com / discuss.user.js
Created July 20, 2017 16:18 — forked from GarethPW/discuss.js
Brings the discuss button back to the Scratch Website.
// ==UserScript==
// @name Scratch 2.0 Discuss Button Fix
// @namespace http://garethpw.net
// @version 1.1
// @description Brings back the discuss button on the site header because removing it was illogical.
// @author Gareth Welch
// @include /^https?:\/\/scratch\.mit\.edu
// ==/UserScript==
(function() {
@as-com
as-com / Untitled.png
Last active September 24, 2019 02:39
Untitled.png