タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

javascriptとJavascriptとtoolに関するmiya2000のブックマーク (2)

  • bookmarklet maker

    手軽にブックマークレットが作れるようにスクリプトを書いてみました。 title: option: " -> \x22 (for Opera) script: script(空白除去): bookmarklet: bookmarklet 上の方のテキストエリアにスクリプトを書くとブックマークレットを生成します。勝手にある程度空白を除去するので、まずい場合は下の方のテキストエリアを編集してください。 試しにスクリプトを貼り付けてみるとわかりやすいかもしれません。下のはHTMLコメントを表示するスクリプトです。 (function() { replace(document.body); function replace(node) { if (node.nodeType == 8) { node.parentNode.replaceChild(document.createTextNode('<

    bookmarklet maker
    miya2000
    miya2000 2007/02/06
    この発想は無かった。いままでエディタでいちいち置換してた。
  • Firebug Lite

    Thank you, Firebug. You made the web amazing for all! The story of Firefox and Firebug are synonymous with the rise of the web. We fought the good fight and changed how developers inspect HTML and debug JS in the browser. Firebug ushered the Web 2.0 era. Today, the work pioneered by the Firebug community through the last 12 years lives on in Firefox Developer Tools. Switch to the latest version of

  • 1