Restore Revision Time Visual Text in Google Apps

Brings back visual last edit text in drive apps due to M3 migration by Google.

当前为 2023-03-20 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Restore Revision Time Visual Text in Google Apps
  3. // @version 1.0
  4. // @description Brings back visual last edit text in drive apps due to M3 migration by Google.
  5. // @author ZachTheDev and andersonaddo
  6. // @match https://docs.google.com/document*
  7. // @match https://docs.google.com/presentation*
  8. // @match https://docs.google.com/spreadsheets*
  9. // @namespace gdocsrestoreupdatetimestamp
  10. // ==/UserScript==
  11.  
  12. (function () {
  13. //Empty just to make sure webhooks for GreasyFork is working
  14. })();