» »

google results mapa klik

google results mapa klik

BRBR ::

Klik na mapo desno, ni nobenega efekta, to je delovalo (večja mapa pa CRTL + scroll) A je samo meni izginilo ali vsem ?
A je to v povetavi s tem da tudi Zemljevidi opcije ni več ?


sample kraj
Never underestimate the power of idiots in large groups.

BRBR ::

BRBR je izjavil:

Klik na mapo desno, ni nobenega efekta, to je delovalo (večja mapa pa CRTL + scroll) A je samo meni izginilo ali vsem ?
A je to v povezavi s tem, da tudi Zemljevidi opcije ni več ?


sample kraj
Never underestimate the power of idiots in large groups.

Zgodovina sprememb…

  • spremenil: BRBR ()

Daniel ::

Da, nove EU zahteve.

BRBR ::

Kakšne, a da se moraš nujno ene parkrat zgubit, preden najdeš kje is (-: ?
Never underestimate the power of idiots in large groups.

forplan ::

Nisi edini, polno folka je buni na to temo.

Trenutno uporabljam skripto da vsaj tam na meniju da možnost klik na maps...

// ==UserScript==
// @name         Google maps addon
// @namespace    http://tampermonkey.net/
// @version      2024-02-13
// @description  Bring google maps button back
// @author       You
// @match        https://www.google.com/*
// @icon         https://www.google.com/
// @grant        none
// ==/UserScript==

(function () {
    'use strict';

    function addMapsButton() {
        // Find the existing results tabs (Images, News, etc.)
        const tabsContainer = document.querySelector('.IUOThf');

        // If tabs exist, proceed
        if (tabsContainer) {
            // Create the Maps button
            const mapsButton = document.createElement('a');
            mapsButton.classList.add('nPDzT', 'T3FoJb');  // Style to match other tabs

            // Create the inner elements for the Maps button
            const mapDiv = document.createElement('div');
            mapDiv.jsname = 'bVqjv';
            mapDiv.classList.add('GKS7s');

            const mapSpan = document.createElement('span');
            mapSpan.classList.add('FMKtTb', 'UqcIvb');
            mapSpan.jsname = 'pIvPIe';
            mapSpan.textContent = 'Maps';

            // Assemble the elements
            mapDiv.appendChild(mapSpan);
            mapsButton.appendChild(mapDiv);

            // Get the search query from the URL
            const searchQuery = new URLSearchParams(window.location.search).get('q');

            // Construct the Maps link with the query
            const mapsLink = `http://maps.google.com/maps?q=${searchQuery}`;
            mapsButton.href = mapsLink;

            // Insert the Maps button at the beginning of the tabs container
            tabsContainer.prepend(mapsButton);
        }
    }

    // Call the function to add the button
    addMapsButton();

})();


So se pa že začeli pojavljati addoni https://addons.mozilla.org/en-US/firefo...
da se strinjam

WaterBoy ::

Torej zakaj je temu tako? Zakaj ne moreš več klikniti na zemljevid?
Obstaja kakšna razlaga?

forplan ::

Isti shit kot pa zakaj moramo klikat za piškotke

https://www.theregister.com/2024/01/18/...
da se strinjam


Vredno ogleda ...

TemaSporočilaOglediZadnje sporočilo
TemaSporočilaOglediZadnje sporočilo
»

ChatGPT dobiva plačljivo inačico

Oddelek: Novice / Znanost in tehnologija
398483 (1775) OutOfTheBox
»

Jquery

Oddelek: Izdelava spletišč
151798 (1522) mk818764
»

Google odšteva

Oddelek: Novice / Omrežja / internet
295600 (3990) MrStein
»

youtube dolpoteg

Oddelek: Pomoč in nasveti
71097 (997) pino
»

Kako narediti redirect, če uporabnik vpiše napačno ime .html

Oddelek: Izdelava spletišč
161410 (1311) darh

Več podobnih tem