・・・さらにスレ汚し連投します。 orz

スレ投稿後、Google画面をよく見ると右下に小さい▦ 見たいな
黒い四角いゴミみたいなのがあるのでjsを追加変更しました

showNotice: function(version) {
var a = document.createElement("a");
with (a) {
// innerHTML = __("Update to ") + resource.logo + 'v' + version;  ←米アウト
// href = "http://userscripts.org/scripts/show/59333";        ←米アウト
target = "_blank";
with (style) {
display = "block"; background = "black"; color = "white";       ←米アウト
position = "fixed"; zIndex = "100"; bottom = "5px"; right = "5px";
padding = "2px 4px"; textDecoration = "none";