是否可以隐藏(display: none
)某些标签并使用Google Apps脚本更改Gmail下拉列表(“标签”,“移动”)中标签的顺序?
答案 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与这些服务进行互动。