Skip to content

Instantly share code, notes, and snippets.

View serverhiccups's full-sized avatar
💜
jag håller på att lära mig alla språken!

serverhiccups serverhiccups

💜
jag håller på att lära mig alla språken!
View GitHub Profile
@serverhiccups
serverhiccups / advancedtopics.user.js
Last active February 21, 2016 02:17
Change discuss link on scratch to advanced topics (Now replaces the explore button instead)
// ==UserScript==
// @name Advanced Topics Linker
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Replace explore with Advanced Topics link
// @author Dylan5797 (and hiccup01)
// @match https://scratch.mit.edu/*
// @grant none
// ==/UserScript==
/* jshint -W097 */