Make Google Tasks Great Again

Shows the embedded Google Tasks page on an own page

目前为 2019-04-05 提交的版本。查看 最新版本

// ==UserScript==
// @name         Make Google Tasks Great Again
// @author       CennoxX
// @contact      [email protected]
// @namespace    https://gf.qytechs.cn/users/21515
// @description  Shows the embedded Google Tasks page on an own page
// @version      0.1.1
// @match        https://tasks.google.com/embed/?origin=https://mail.google.com
// @grant        GM.addStyle
// @license      MIT
// ==/UserScript==

(function() {
    'use strict';
    GM.addStyle(".EIlDfe{display:inherit!important}");//display body
    GM.addStyle(".CTxcDf{width:100%}");//add task full width
    GM.addStyle(".oXBvod{width:100%}");//done tasks full width
    GM.addStyle(".Sze5Fc{width:100%}");//done tasks full width

    GM.addStyle(".G4zhSc{width:35%}");//left column width 35 %
    GM.addStyle(".llhEMd{left:auto;width:65%}");//right column width 65%, not till the left border of the page

    //todo: hide old task if another one is opened
    //todo: hide old task if it is closed
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址