PageSpeed Insights
@@ -1,7 +1,10 @@
-/*!
- * @title Page Speed Online
- * @description Anayze contents of a web page with Google Page Speed Online.
+/*
+ * @title PageSpeed Insights
+ * @description Anayze contents of a web page with PageSpeed Insights
+ * @include http://*
+ * @include https://*
* @license http://unlicense.org/
+ * @javascript_url
*/
-var l=location;
-l.href="https://developers.google.com/pagespeed/#url="+encodeURIComponent(l.origin+l.pathname).replace(/%/g,"_");
+
+location.href="https://developers.google.com/speed/pagespeed/insights/?url="+encodeURIComponent(location.href);void(0);
location.href="https://developers.google.com/speed/pagespeed/insights/?url="+encodeURIComponent(location.href);void(0);
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。