When I go to a certain website, there is an external script that loads very slowly, causing the page to be almost unusable at times. While disabling the script helps a bit, it means losing out on some important functionality.
I'm wondering if there is a way to use greasemonkey to stop this script from running. I know NoScript is an option, but I want to see if I can make it work with a JS timeout instead.
I'm not entirely sure if Greasemonkey will be able to cancel the script, as it seems to only run scripts after the page has completely loaded. However, I thought I would ask just to be certain.