Skip to content

Instantly share code, notes, and snippets.

@mcwhittemore
Created March 22, 2013 18:50
Show Gist options
  • Save mcwhittemore/5223772 to your computer and use it in GitHub Desktop.
Save mcwhittemore/5223772 to your computer and use it in GitHub Desktop.
This is a bookmarklet that does what the title implies. Follow the directions below to add it to chrome and then just click the button when you're bothered by their dumb signup popup.

Remove Foreign Policy Signup Overlay

This is a bookmarklet that does what the title implies. Follow the directions below to add it to chrome and then just click the button when you're bothered by their dumb signup popup.

How to Install

Chrome

  1. Right click on bookmark bar (ctrl+shirt+b to disply if hidden)

  2. Click "Add Page..."

  3. Change Name to "Remove FP Signup"

  4. Change URL to

    javascript:(function(){$(%22%23TB_overlay%22).remove();$(%22%23TB_window%22).remove();})();

  5. Click Save

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment