Queen Pegman

Sets Google Streetview the queen

// ==UserScript==
// @name            Queen Pegman
// @license MIT
// @match           https://www.google.co.uk/maps/*
// @match           https://www.google.com/maps/*
// @match           https://www.google.co.uk/maps
// @match           https://www.google.com/maps
// @description          Sets Google Streetview the queen
// @description:en           Sets Google Streetview the queen
// @version 0.0.1.20220911144711
// @namespace https://gf.qytechs.cn/users/957551
// ==/UserScript==
var a;
a = setTimeout(fun, 2000);
function fun() {
    const div = document.querySelector('.q2sIQ');
    div.style.background = 'url(//maps.gstatic.com/tactile/pegman_v3/queen/runway-1x.png)';
}
// Not much but it works

QingJ © 2025

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