Skip to content

Instantly share code, notes, and snippets.

@cherenkov
Created November 2, 2012 21:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cherenkov/4004275 to your computer and use it in GitHub Desktop.
Save cherenkov/4004275 to your computer and use it in GitHub Desktop.
firefox用のアドオン開発について質問です。 インストールしてお.. - 人力検索はてな http://q.hatena.ne.jp/1351864226
// ==UserScript==
// @name test
// @namespace http://d.hatena.ne.jp/Cherenkov/
// @description
// @include http://*
// @include https://*
// ==/UserScript==
document.getElementById('hoge').textContent = 'TEST';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment