EXTorrents
beta
Stop downloading bad movies
All Movies
3D Movies
Must See
Popular
2022 & Later
2025 & Earlier
🎬 Results for: Garrett Hedlund
1
2
Next ➡
On the Road (2012)
Friday Night Lights (2004)
Four Brothers (2005)
Eragon (2006)
Georgia Rule (2007)
Death Sentence (2007)
Dirt Music (2020)
The Absence of Eden (2024)
TRON: Legacy (2010)
Desperation Road (2023)
Triple Frontier (2019)
Barron's Cove (2025)
Unbroken (2014)
TRON: The Next Day (2011)
The Tutor (2023)
Mojave (2016)
Mudbound (2017)
Billy Lynn's Long Halftime Walk (2016)
Pan (2015)
Mosaic (2018)
1
2
Next ➡
document.addEventListener("click", function(e){ if(e.target.closest(".reaction-btn")){ var btn = e.target.closest(".reaction-btn"); var imdb = btn.dataset.imdb; var type = btn.dataset.type; fetch("/ReactHandler.ashx", { method: "POST", headers: {"Content-Type": "application/x-www-form-urlencoded"}, body: "imdb=" + encodeURIComponent(imdb) + "&type=" + encodeURIComponent(type) }) .then(r => r.json()) .then(data => { if(data.success){ btn.querySelector(".count").innerText = data.count; // πρόσθεσε highlight στο πατημένο btn.classList.add("active"); } else if(data.error === "not_logged_in"){ alert("⚠️ Please log in to react."); } }); } });