我可以读一下我的谷歌日历活动的全称,因为它们被重新拖到日子。 因此,打印件的用处不大。
曾经有过一种 gr子,使科学、技术和革新委员会得以确定,但谷歌重新设计了日历,现在标题相互重叠,可以适当阅读。
现在我需要增加哪一页,才能使活动标题完全化? 这是Greasemonkey plugin的现行法典:
function buildStyle()
{
var st = "div.rb-n, span, nobr { white-space: normal; }";
var dochead = document.getElementsByTagName("head")[0];
var stEl = document.createElement("style");
stEl.setAttribute("type", "text/css");
stEl.innerHTML = st;
dochead.appendChild(stEl);
}
window.addEventListener("load", function(e) {
buildStyle();
}, false);
http://userscripts.org/scripts/show/97755“rel=“nofollow”http://userscripts.org/scripts/show/97755。 纽约总部 如果你把谷歌日历恢复到传统观点,但不能为新观点而努力,就可以看到它的工作是正确的。
最新资料:
我挽救了谷歌日历的榜样,显示两个测试活动:
- http://pastebin.com/wx5Qm8yx - the HTML code for the calendar
- http://pastebin.com/UZnLp2Pj - The existing stylesheet, rename this to style.css