You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
起動時指定していないと↓なエラーが出る WARN - Exception: The path to the driver executable must be set by the webdriver.ie.driver system property; IEは、オプションのセキュリティ設定で「保護モード」を同じにしておく 保護モードが違っていると↓のエラーが出る WARN - Exception: Unexpected error launching Internet Explorer. Protected Mode settings are not the same for all zones. Enable Protected Mode must be set to the same value (enabled or disabled) for all zones. (WARNIN
Safariはデフォルトとして固定しているためか、呼び出すURLスキームがない。ちょっと困ります。試行錯誤の末、対応策としてMyScriptsが使えそうに思いました。 MyScripts LE 2.5 分類: 仕事効率化,ユーティリティ 価格: 無料 (Takeyoshi Nakayama) スクリプトは下記の二行。MyShortcutsで通知センターに置けば、コピーしたアドレスをSafariで開けるようになります。他のブラウザからSafariに戻したいときとか。 TARGET="openurl"; location.href=TEXT;登録リンクはこちら→ http://tinyurl.com/cj9k322 DraftPad内蔵ブラウザを使いこなせるかも知れないアシスト NetSeeker - W&R : Jazzと読書の日々 自爆します。takahashi氏のDraftPadアシスト
Chrome now supports desktop notifications using WebKit's webkitNotifications API. (Try the demo.) Why is this awesome? Because it gives online tools like e-mail clients, calendering software, task managers, monitoring systems, etc. an elegant and consistent way to notify users without having to resort to annoying and invasive hacks like window.alert. Although the API is sparsely documented, it is
Envjs needs a small group of dedicated volunteers to help keep this project rolling along smoothly. If your interested please just send us a message letting us know the role(s) you’ld like to help with. Module Managers Web Designers Release Manager Pull Request Manager Ticket Manager Email List Manager Blog Manager Wiki Manager We have a lot of work, but Envjs is an increasingly important project
Explore the categories to the left Browse through the categorized sections on the left to learn more about Opera browsers. If you have a specific question, we recommend you search in the FAQ section. For the latest news and updates, check out Opera’s Blog. Update your browser Your Opera browser will automatically update when a new version is available. You can check its status in Update & Recovery
This is now a mature project on GitHub! Please submit comments/issues there. Chances are that if you’ve done any significant Javascript work, you’ve run into a situation where part of the debugging process could be much improved if you just had the function call stack. I’m going to give you some ways of doing this with and without the popular Firebug extension and have some examples of their uses.
昨日、Operaが最強になった日というエントリを書いたけども、一つだけ不満があった。 というのも、クイックリンクは数字キーを押すとデフォルトでその動作をしてしまう。 (1、2でタブの切替など) どうせ、fしか使わないので、ちょっと書き直してみた。 あと、新しくウインドウ開くのがウザイので、同じウインドウ内で開くようにした。 f用 Go to page,"javascript:var bgcolor = '#FF0';var color = '#000';var hintlist = new Array();var hintedlinks = new Array();var map = new Array();var mapindex = 0;var choice = '';var keycodemapping = {'48':'0','49':'1','50':'2','51':'3','
ダウンロード ダウンロード userjsmanager.zip ver0.32 2008/01/30 これは? Operaのユーザースクリプトを管理するためのツール。 GreaseMonkeyのパクリ。Ruby+VisualuRuby+Exerb製。 初回起動 ウインドウ右下にある[アプリケーションの設定]ボタンから、 [スクリプトを読み込むディレクトリ]を選択してください。 設定ダイアログの[保存]ボタンを押して閉じると、スクリプトの一覧が表示されます。 アンインストール レジストリを一切操作しないので、 フォルダ毎削除するだけで跡形も無く消すことができます。 機能・上部ボタン郡 [有効にする/無効にする]ボタン スクリプトが既に有効ならファイル名の最後にアンダースコアを付けて機能しないようにします。 スクリプトが既に無効ならファイル名の最後のアンダースコアを取り除いて機能する
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
あれこれ拡張やスクリプトを入れすぎているせいかFirefoxが重い、新しいタブを開くのももっさりしている。 あー、リンク先をタブを開かずにiframeで開けたらいいのに! それGreasemonkeyでいいんじゃね? ということで作りました。GreaseFox。 greasefox.user.jsその他のGreasemonkeyスクリプト このスクリプトをインストールすると対象に指定したサイトでは、クリックするとページ上にオーバーレイでリンク先が開きます。 開いたオーバーレイは、左右の黒帯に一度カーソルを移動して、戻すと閉じます。 使用例ムービー http://blog.amazie.jp/greasefox.htm 設定方法 対象にするサイトを /* Setting */ var include_URL = <><![CDATA[ http://www.checkpad.jp/* htt
Welcome to the first of what I hope will be a regular series of JavaScript tips. Object detection is common in JavaScript. Browser irregularities mean that your code must sometimes contain branches for different browsers. Here is a simple way to speed up object detection for a leaner and meaner script. Instead of this: function addEvent(element, type, handler) { if (element.addEventListener) { ele
SafariでXMLHttpRequestのresponseTextが文字化けするという話。 http://blog.33rpm.jp/garbled-on-safari.html 最近のバージョンだとcontent-typeがちゃんとしてれば化けなかったような記憶があるけど、まあともかくとして、Safariで文字化けするのはJavaScript側だけで対処することができたりする。 http://kawa.at.webry.info/200511/article_9.html これ読んでほんとかよ、って感じだったんだけど案外役に立った。livedoor Readerで使われてたり。 実際に使われてるコードはこんなの。 if(browser.isKHTML){ ajax.filter.add(function(t){ var esc = escape(t); return(esc.index
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く