A few weeks ago I released JavaScript Deobfuscator 2.0 — finally something that works with current Firefox versions again. Why did it take me a year to fix this compatibility issue? Well, it really wasn’t that simple. After considering all the possibilities I decided that rewriting it from scratch was the only possibility, and that was hard to accomplish in my spare time. Before I continue with th
This is an archived page. It's not actively maintained. One of the challenges of converting Firefox features and add-ons to multiprocess Firefox involves in-content pages. These pages (like about:addons) display in a tab but for now still render in the main process. There can be many reasons for wanting to move these into the content process, particularly if the page interacts with web content in
Greasemonkey2.0ではFirefoxの変更に合わせて、セキュリティ周りの変更がありました。 それにより、色々なGreasemonkeyがそのままだと動かなくなっています。 Changes to unsafeWindow for the Add-on SDK | Mozilla Add-ons Blog Greasespot: Greasemonkey 2.0 Release UserScriptのGreasemonkey 2.0対応 | monoの開発ブログ 動かない原因は大きく分けて2つあります。 @grant none がデフォルトになった unsafeWindowの挙動が変わった(Firefox側の変更) @grant none @grant - GreaseSpot Wiki UserScriptのGreasemonkey 2.0対応 | monoの開発ブログ に詳しい
Javacsript source highlighter. Automatically deminify, beautify, and syntax highlight javascript source code. Firefox 専用 — 今すぐ Firefox をダウンロード
Firefox JSTerm v2 // by Paul Rouget Firefox JSTerm v2 is available. JSTerm: Install Addon (Firefox 16+); on github; report bugs here. Changelog: performance improvements; can undock the terminal in its own window; native osx fullscreen support (see screencast); global history (shared across sessions); better multi-line support; added $ and $$ methods; more keybindings (see :help) JSTerm is an expe
Firefox JavaScript Terminal // by Paul Rouget Firefox JavaScript Terminal. Install Addon (Firefox 16+) on github report bugs here JSTerm is an experimental restartless addon. It adds a "jsterm" button in the developer Toolbar (Firefox 16+). The terminal behaves like a shell terminal (history, completion on tab, key bindings, …). It's a classic REPL environnement. It uses the builtin Firefox Source
Evaluate your JavaScript functions in real-time _while_ editing. Inspect objects or DOM elements manipulated during execution, figure out the code path taken inside the function, directly jump to errors... Cut the feedback loop to the minimum, conversational programming style! :) Demo Direct video link Screenshots Code that does not run gets faded out. Click an object to inspect its properties. Cl
The JIT inspector instruments generated JavaScript JIT code to record information about how much code has run and how well it was optimized: - How many times individual operations have been executed. - Whether operations executed entirely in JIT code (fast) or as calls into the underlying virtual machine (slow). - Precision of type information inferred for each operation, as used for optimization.
Some websites use various tricks to prevent you from seeing the JavaScript code that runs there, often the code is downloaded from the server in obfuscated form or even generated on the fly. Or maybe the JavaScript codebase is simply too large to browse it easily. Yet the JavaScript engine still needs to know which code to run and that’s where JavaScript Deobfuscator gets its information from: it
はじめに JavaScriptはいい言語だけど、コンソール出力が標準で備わっていないことがプログラマに嫌われる理由の一つだと思う(標準に組み込んで欲しいなあ)。console.log()はほとんどの環境で入っているけどオブジェクトのデバッグ表示が貧弱なのが痛い。 var obj = {a:1, b:2, c:3}; console.log(obj); => [object Object] // oh...ってなる、知りたいのはその奥なのだ。 Firebugではconsole.dir()という関数が用意されていて、オブジェクトの中身を表示することが出来る。残念ながらAdd-on SDKではconsole.log()しか用意されていないので自作することにした。 サンプルコード 基本。 console.dir({a: 1, b: 2, c: 3}); => info: a: 1 b: 2 c:
Mozilla Labsは7月26日、Firefox内で実験的JavaScriptエンジン「Narcissus」を利用するためのアドオン「Zaphod 1.2」をリリースした。Zaphodは「実験的位置付け」のアドオンで、また最新版はまだMozillaのレビューを受けていないが、アドオンライブラリより入手できる。 NarcissusはJavaScriptで実装されたJavaScriptエンジン。新機能や実験的機能の実装およびテストなどに利用されているが、Webブラウザ内では利用できないという欠点があった。 ZaphodはこのNarcissusをFirefoxに統合するアドオン。これにより、Narcissus向けにスクリプトを作成して動かしたり、JavaScriptの新機能や実験的機能を試すことができる。Firefoxの標準JavaScriptエンジン「SpiderMonkey」の代わりにN
This is an online tool to transform the minified Javascript to nicely formatted and indented Javascript. The online tool can be used to decompress Javascript that was compressed using various compression algorithm such as Js Minifier Obfuscator, Microsoft Ajax Minifier, YUI Compressor, JSMIN, Google Closure Minifier etc. The tool does not convert it to original form though. It format the minified
dotjs is a Google Chrome extension that executes JavaScript files in ~/.js based on their filename. If you navigate to http://www.google.com/, dotjs will execute ~/.js/google.com.js. This makes it super easy to spruce up your favorite pages using JavaScript. On subdomains such as http://gist.github.com dotjs will try to load ~/.js/gist.github.com.js as well as ~/.js/github.com.js and ~/.js/com.js.
Description ----------- Phoenix is a development and debug editor which allows run and test CSS, HTML and JavaScript code in a live environment. Phoenix will tell you how many CSS and JS files are loded into a page and how big these are. With a click you can then examine the code - including the HTML code and the dynamically generated HTML code. The code undergoes real time syntax highlighting and
戦争 - MySpace、MP3ファイルへのリンクを表示するGreasemonkeyスクリプト でmp3ファイルはダウンロードできるけど、ストリーミング用のmp3だからか曲情報が何も入っていないのでダウンロードするときに埋め込んでくれるJSActionsスクリプトをつくりました。 version 0.0.5でFirefox3に対応しました。 以前のバージョンのものはFirefox3のnsIDownloadManagerの仕様変更で動かなくなっています。 ごめんなさい0.0.5はダウンロードがちゃんと完了しない状態になっていました。0.0.6をお使いください。 id3v23.js (version 0.0.6) 上の myspaceaddmp3links.user.js 必須です。このスクリプトが表示してくれるリンクをもとに動作しているのでないと動きません。id3v23.jsはJSActi
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く