使用Google Apps脚本处理DOM

时间:2017-10-22 18:44:51

标签: javascript css google-apps-script

是否可以隐藏(display: none)某些标签并使用Google Apps脚本更改Gmail下拉列表(“标签”,“移动”)中标签的顺序?

1 个答案:

答案 0 :(得分:2)

没有。 Google Apps脚本在服务器端运行。它无法访问Gmail,日历或表格中的任何DOM元素,因此无法将#include <iostream> int main() { float x, y; std::cin >> y; while (std::cin >> x && x != y) { y = x; } } 应用于这些元素。它只能使用不包含修改Gmail界面的documented methods与这些服务进行互动。