Skip to content

Instantly share code, notes, and snippets.

@vzvu3k6k
Created June 28, 2014 07:29
Show Gist options
  • Save vzvu3k6k/7bcaca829a4d497f23a8 to your computer and use it in GitHub Desktop.
Save vzvu3k6k/7bcaca829a4d497f23a8 to your computer and use it in GitHub Desktop.
Twitter: Suppress signup dialog [userscript]
// ==UserScript==
// @name Twitter: Suppress signup dialog
// @description Yet another popup blocker
// @version 1.0
// @author vzvu3k6k
// @match https://twitter.com/*
// @run-at document-end
// @namespace http://vzvu3k6k.tk/
// @license CC0
// ==/UserScript==
localStorage.setItem("__signup_dialog_ttl__:until", 10e12);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment