Skip to content

Instantly share code, notes, and snippets.

// The bookmarklet you can find online for bugmenot doesn't work. Looks like
// bugmenot now wants just the hostname instead of the full url. Here's one
// that works.
javascript:(function() { var url = ('http://www.bugmenot.com/view/' + escape(location.hostname)); w = open(url, 'w', 'location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=500,height=400,modal=yes,dependent=yes'); if (w) { setTimeout('w.focus()', 1000) } else { location = url } })();
@jesus2099
jesus2099 / mf2mb-isrc.user.js
Last active February 28, 2016 11:20 — forked from kepstin/mf-isrc-https.user.js
Import ISRC from 音楽の森 to MusicBrainz release
// ==UserScript==
// @name MusicBrainz: Search Music Forest and add ISRCs
// @version 2013.0527.1631
// @description This adds a link to Music Forest next to catalogue numbers on release pages and a link on the Music Forest page to add the ISRCs
// @namespace df069240-fe79-11dc-95ff-0800200c9a66
// @updateURL https://raw.github.com/gist/3999676
// @downloadURL https://raw.github.com/gist/3999676
// @author nikki/kepstin(2011-12-03)+jesus2099(later)
// @licence CC BY-NC-SA 3.0 FR (http://creativecommons.org/licenses/by-nc-sa/3.0/fr/)
// @grant none