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のページです。最新版はこちら

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
// ==UserScript==
// @name         Restore Revision Time Visual Text in Google Apps
// @version      1.0
// @description  Brings back visual last edit text in drive apps due to M3 migration by Google.
// @author       ZachTheDev and andersonaddo
// @match        https://docs.google.com/document*
// @match        https://docs.google.com/presentation*
// @match        https://docs.google.com/spreadsheets*
// @namespace gdocsrestoreupdatetimestamp
// ==/UserScript==

(function () {
    //Empty just to make sure webhooks for GreasyFork is working
    //Another dummy push
    //Another dummy push
  })();