您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Link a private google doc to any web page. Link multiple pages to a single note.
当前为
// ==UserScript== // @name Google Docs Note Taker // @namespace http://LokiAstari.com/ // @version 0.15 // @description Link a private google doc to any web page. Link multiple pages to a single note. // @author Loki Astari // @license MIT // @match https://docs.google.com/document/* // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== // @grant GM_addStyle // @grant unsafeWindow // @noframes // @sandbox JavaScript // @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js // @require https://gist.github.com/raw/2625891/waitForKeyElements.js#sha384=Q96qXpLdPU1SBEdvTZkaSZfHRsUwS+sj/WFUdmYvGhBNtwYUucjuwhZT6glwdVXk% // @require https://raw.githubusercontent.com/Loki-Astari/TampermonkeyScripts/master/GoogleNotesTaker/UI.js#sha384=TRKVtP91j4B5qAQFBUwb487cX87yTUMBuPkjYt7S+AKCDX4O0s/b/lppq9C59RUq% // ==/UserScript== (function() { GoogleDocsNoteTaker(); })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址