Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name Block Google One Tap Login
// @version 1.0
// @description Prevent the Google One Tap login popup from appearing
// @match *://*/*
// @run-at document-start
// ==/UserScript==
(function() {
const style = document.createElement('style');