Skip to content

Instantly share code, notes, and snippets.

@sldenazis
Created May 15, 2017 19:40
Show Gist options
  • Save sldenazis/4089ae9450109aa16533803b45c338b2 to your computer and use it in GitHub Desktop.
Save sldenazis/4089ae9450109aa16533803b45c338b2 to your computer and use it in GitHub Desktop.
greasemonkey script for prevent opr.ingress.com to jump after it is visually unique section
// ==UserScript==
// @name stopjumpopr
// @namespace stopjumpopr
// @include https://opr.ingress.com/*
// @version 1
// @grant none
// ==/UserScript==
document.body.innerHTML= document.body.innerHTML.replace(/answerCtrl\.goToLocation\(\'streetViewHeader\'\)/g,"");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment