恢复百度地图标记点文本编辑

同上

  1. // ==UserScript==
  2. // @name 恢复百度地图标记点文本编辑
  3. // @description 同上
  4. // @namespace https://xpc.im
  5. // @version 0.1
  6. // @author xiaopc
  7. // @match https://map.baidu.com/*
  8. // @icon https://map.baidu.com/favicon.ico
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12. (function() {
  13. 'use strict';
  14.  
  15. window.t = setInterval(()=>[...document.getElementsByTagName("input")].forEach(e => e.disabled=false), 2000);
  16. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址