EXTorrents
beta
Stop downloading bad movies
All Movies
3D Movies
Must See
Popular
2022 & Later
2025 & Earlier
🎬 Results for: 6.7
⬅ Prev
1
2
3
4
5
…
47
Next ➡
La Commare Secca (1962)
Hatari! (1962)
Lord of the Flies (1963)
Paranoiac (1963)
Summer Magic (1963)
Darling (1965)
The Ipcress File (1965)
Cul-de-sac (1966)
Harper (1966)
Blackbeard's Ghost (1968)
The Thomas Crown Affair (1968)
A Film Like Any Other (1968)
The Brady Bunch (1969)
The 5-Man Army (1969)
Catch-22 (1970)
The Cat o' Nine Tails (1971)
Klute (1971)
Le Mans (1971)
Snowball Express (1972)
Twins of Evil (1971)
⬅ Prev
1
2
3
4
5
…
47
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."); } }); } });