Skip navigation.

ノヴム・オペラヌム

Webページの読み込み完了までの時間を計測するユーザーJavaScript

// ==UserScript==
// @include http://my.opera.com/*
// ==/UserScript==

(function () {
  var start = new Date().getTime();

  document.addEventListener('load', function () {
    var time = new Date().getTime() - start;

    opera.postError(location.href + '\n' + time + ' ms');
  }, false);
}) ();
stopwatch.js

Opera専用です。@includeは適当に変更してください。

my.opera.comもリニューアルで以前よりもちょっとだけ速くなったような気もしないでもないような気もします。

たぶん気のせいですけど。

Opera Communityが新しくなった!OperaのユーザーJavaScriptはUTF-8Nで

Comments

dantesoft 8. March 2007, 17:15

Tools > Appearance > Buttons > Status > Elapsed

Watanabe 8. March 2007, 17:22

:no: I forgot it! Thanks :D

dantesoft 8. March 2007, 17:33

Hey, at least this way you can copy/paste the time :wink:

Asizuka 8. March 2007, 19:04

chuck norris

How to use Quote function:

  1. Select some text
  2. Click on the Quote link

Write a comment

Comment
(BBcode and HTML is turned off for anonymous user comments.)

If you can't read the words, press the small reload icon.


Smilies