🏠 Home 

publink-free-dd

publink-free-dd 钉钉


Installer dette script?
  1. // ==UserScript==
  2. // @name publink-free-dd
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description publink-free-dd 钉钉
  6. // @author huangbc
  7. // @include *://*
  8. // @license MIT
  9. // @icon https://www.google.com/s2/favicons?sz=64&domain=shb.ltd
  10. // @grant none
  11. // ==/UserScript==
  12. (function() {
  13. 'use strict';
  14. setInterval(() => {
  15. if (window.dd && !window.dd.version) {
  16. window.dd.version = '4.0.0'
  17. }
  18. }, 100)
  19. })();