Queen Pegman

Sets Google Streetview the queen

  1. // ==UserScript==
  2. // @name Queen Pegman
  3. // @license MIT
  4. // @match https://www.google.co.uk/maps/*
  5. // @match https://www.google.com/maps/*
  6. // @match https://www.google.co.uk/maps
  7. // @match https://www.google.com/maps
  8. // @description Sets Google Streetview the queen
  9. // @description:en Sets Google Streetview the queen
  10. // @version 0.0.1.20220911144711
  11. // @namespace https://gf.qytechs.cn/users/957551
  12. // ==/UserScript==
  13. var a;
  14. a = setTimeout(fun, 2000);
  15. function fun() {
  16. const div = document.querySelector('.q2sIQ');
  17. div.style.background = 'url(//maps.gstatic.com/tactile/pegman_v3/queen/runway-1x.png)';
  18. }
  19. // Not much but it works

QingJ © 2025

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