次のニュースがあって確認したところ「ナレッジグラフ」が表示されなかった。 http://news.mynavi.jp/news/2012/12/05/226/ 原因はGoogle Display the Date a Web Page was Publishedついうスクリプトで無効にしたら表示出来た。 このスクリプトは活かしたいのですが方法ありませんか? スクリプトは次の通りです。 // ==UserScript== // @name Google Display the Date a Web Page was Published // @namespace http://d.hatena.ne.jp/griffith181/ // @description This script enables you to add '&as_qdr=y15' to a URL of google's search result automatically // @include https://www.google.*/search?* // ==/UserScript== if(document.URL.search("&as_qdr=") == -1) { window.location.search += "&as_qdr=y15"; }
>>75 インスタント検索オフじゃないと使えないけど。 (function () { var e = document.getElementsByClassName('l'); for (var i = 0, l = e.length; i < l; i++) { if (e[i].href.indexOf('hoge') != -1) { e[i].parentNode.parentNode.style.background = 'pink'; } } })();
just a temporary workaround until the script author adjusts his work YouTube HD Suite - December 2012 fix for Greasemonkey ttp://userscripts.org/scripts/show/153670 YouTube Auto Buffer & Auto HD & Remove Ads は対応来たけど、 UserScriptLoader.uc.js では動かなくなった YouTube Center も対応来て、これは動くっぽい