fix
|
|
Fixed (rewrote) script. Doing this during load doesn't work since it's populating via AJAX now. Avoiding DOMSubtreeModified, since it's slow. Can't remove the event handler from within the event handler--it works only half the time. Can't replace rwt() on load (the function that does the rewriting), since it gets restored later. Capture clicks, so we get them before onmousedown does, and replace rwt() with a stub on each click. Once again, copy-link-location works as it's supposed to. // ==UserScript==
window.addEventListener("mousedown", function(e) {
|
|
|
fixup to handle starting at top-page, too (be sure to edit the included pages if only replacing the script; greasemonkey doesn't handle this well): // @include http://www.google.com/#*
|