# stopBefore.js [2min screencast](http://www.screenr.com/wt37) ## Examples ```javascript stopBefore(document, 'getElementById') stopBefore('document.getElementById') // the same as the previous stopBefore(Element.prototype, 'removeChild') stopAfter(Element.prototype, 'querySelectorAll') Element.prototype.querySelectorAll.removeBreakpoint() ```