Some people here frequent torrent and other questionable websites (not me, except for the occasional Linux ISO) and encounter aggravating non-closing pop-ups that may take over your browser and count downs (e.g. ad.fly). Others have computer illiterate family members that actually click those random shortened links in comment sections…
ublock and other adblockers may shut down the pop-ups after opening but it's often inconsistent.
Since some of you may be stealing a file anyway you don't deserve this trick (since then you'll be stealing twice) but on the other hand you're preventing your facilitator from profiting as well.
Basically, in Google Chrome you install TamperMonkey (https://chrome.google.com/webstore/detail/tampermonkey/dhdgf…) and then go to https://adsbypasser.github.io/ to install the AdsBypasser script ("Full Edition" blocks image sites as well).
For Firefox and lengthier installation details you could check out http://www.weteachtech.net/bypass-shorten-links-without-wait…
This seems like a lot of work for a fairly limited scenario.
I use a hosts file based blocker on my desktop (can't remember if it is Adblock or Adblock+) and Adaway on an Android phone. This script handles any other time where I need to follow a link that the blocker refuses to open (easier than disabling on Android)
curl -I -L -s "$urlhere" | grep -i location | cut -c 11-