EXTorrents
beta
Stop downloading bad movies
All Movies
3D Movies
Must See
Popular
2022 & Later
2025 & Earlier
🎬 Results for: James Spader
Endless Love (1981)
A Killer in the Family (1983)
Pretty in Pink (1986)
Mannequin (1987)
Wall Street (1987)
Jack's Back (1988)
sex, lies, and videotape (1989)
Stargate (1994)
Wolf (1994)
2 Days in the Valley (1996)
Crash (1996)
The Practice (1997)
Supernova (2000)
The Watcher (2000)
Secretary (2002)
Boston Legal (2004)
Lincoln (2012)
Avengers: Age of Ultron (2015)
The Homesman (2014)
The Blacklist (2013)
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."); } }); } });