takkerのuserChrome.cssの設定
code:userChrome.css
opacity: 0;
pointer-events: none;
}
visibility: collapse !important;
}
/* Adding empty space for buttons */
margin-right:140px;
}
/* 15px for dragging whole window by mouse*/
appearance: none !important;
height: 15px;
}
/* Fix for main menu calling by Alt button */
margin-top: 10px;
}
/* Move minimize/restore/close buttons to empty space */
display: block;
position: absolute;
top: 17px;
right: 1px;
}