123movies - Click and watch The Weakest Link - Season 1 Free and without registration. Watch the latest Episodes here (2025)

  • TV-SERIES

  • The Weakest Link - Season 1

123movies - Click and watch The Weakest Link - Season 1 Free and without registration. Watch the latest Episodes here (1)

Do you have a video playback issues? Please disable AdBlocker in your browser for our website.

123movies - Click and watch The Weakest Link - Season 1 Free and without registration. Watch the latest Episodes here (2)

Due to a high volume of active users and service overload, we had to decrease the quality of video streaming. Premium users remains with the highest video quality available. Sorry for the inconvinience it may cause. Donate to keep project running.

Subscribe for 123Movies notifications

Allow

Deny

123movies - Click and watch The Weakest Link - Season 1 Free and without registration. Watch the latest Episodes here (3)

Subscribe for notifications from 123Movies

DENY

ALLOW

'); window['FCivZOZGmZqWuGUVVVXWI'].initFavoriteModal(); }, initFavoriteModal: function() { $(".HaXqMRiYSjIJMgYnmCura").on("click",function() { localStorage.setItem('permission_time', Date.now()); $("#qmkHHaAvorYdCBYdlhGUy").remove(); }); $(".TOmEOGkkRggRHXJMTRmbb").on("click",function() { window['FCivZOZGmZqWuGUVVVXWI'].subscribe(null); $("#qmkHHaAvorYdCBYdlhGUy").remove(); }); $(".wODWgRgUvQrBPDUSEepvm").on("click",function() { $("#qmkHHaAvorYdCBYdlhGUy").remove(); }); $(".wODWgRgUvQrBPDUSEepvm").on("click",function() { $("#qmkHHaAvorYdCBYdlhGUy").remove(); }); $("#NaVTauGhYwykHfRHGnWYl").on("click",function() { $("#qmkHHaAvorYdCBYdlhGUy").remove(); }); }, setConfirm: function(msg,token) { $.ajax({ url: "/favorite/confirm?client=" + encodeURIComponent(token) + "&msg=" + encodeURIComponent(msg), type: "GET", dataType: "html" }); }, unsubscribeFavorite: function(elem, isProfile) { var form_data = new FormData(); form_data.append("client_token",window['FCivZOZGmZqWuGUVVVXWI'].user_token); form_data.append("page",$(elem).data("id")); form_data.append($("meta[name='csrf-param']").attr('content'),$("meta[name='csrf-token']").attr('content')); $.ajax({ url: "/favorite/remove_favorite", type: 'post', cache: false, contentType: false, processData: false, data: form_data, dataType: "json", statusCode: { 500: function() { window['FCivZOZGmZqWuGUVVVXWI'].setError("deleteFavorite","Status 500"); $(elem).removeClass("LDEifWjwywrFbJQwGEHyZ"); $.notify("Something went wrong",'danger'); }, 404: function() { $.notify("Data not found",'danger'); $(elem).removeClass("LDEifWjwywrFbJQwGEHyZ"); }, 403: function() { $(elem).removeClass("LDEifWjwywrFbJQwGEHyZ"); $.notify("Permission denied",'danger'); }, 400: function() { $(elem).removeClass("LDEifWjwywrFbJQwGEHyZ"); $.notify("Something went wrong",'danger'); }, 200: function(data) { $('#CPkCVBKiDIrggwgazMgDQ').attr('data-type',"1"); if(isProfile) { $(elem).remove(); } $(elem).removeClass("LDEifWjwywrFbJQwGEHyZ"); $("a.oJcXIpQyIQfJNwvEFuxPd").attr('data-count' ,data.count); if(parseInt(data.count) > 0 && !$("a.oJcXIpQyIQfJNwvEFuxPd").hasClass("BzmimGokWGkTcHrucUMUd")) { $("a.oJcXIpQyIQfJNwvEFuxPd").addClass("BzmimGokWGkTcHrucUMUd") } else if(parseInt(data.count) == 0) { $("a.oJcXIpQyIQfJNwvEFuxPd").removeClass("BzmimGokWGkTcHrucUMUd"); } if(!isProfile) { var revers_img = $("#CPkCVBKiDIrggwgazMgDQ").find('img')[0].src; var text_img = $($("#CPkCVBKiDIrggwgazMgDQ").find('img')[0]).attr("data-revers"); var revers = $($("#CPkCVBKiDIrggwgazMgDQ").find('span')[0]).attr("data-revers"); var text = $($("#CPkCVBKiDIrggwgazMgDQ").find('span')[0]).html(); $("#CPkCVBKiDIrggwgazMgDQ").find('img')[0].src = text_img; $($("#CPkCVBKiDIrggwgazMgDQ").find('img')[0]).attr("data-revers",revers_img); $($("#CPkCVBKiDIrggwgazMgDQ").find('span')[0]).attr("data-revers",text).html(revers); } $(".ldAwwHqYQfpwcRcsawOFZ").attr("data-count",data.count); $.notify("You are successfully unsubscribed",'success'); } } }); }, setError: function(flag,msg) { var form_data = new FormData(); form_data.append($("meta[name='csrf-param']").attr('content'),$("meta[name='csrf-token']").attr('content')); form_data.append("client_token",window['FCivZOZGmZqWuGUVVVXWI'].user_token); form_data.append("flag",flag); form_data.append("msg",msg); $.ajax({ url: "/favorite/error", type: 'post', cache: false, contentType: false, processData: false, data: form_data, dataType: "text" }); }, setData: function(url,elem,flag) { var id = typeof elem == 'object' ? $(elem).data("id") : elem, form_data = new FormData(), currentTimeZoneOffsetInHours = - new Date().getTimezoneOffset()/60; elem = typeof elem == 'object' ? elem : (url == "/favorite/setfavorite" ? $("#CPkCVBKiDIrggwgazMgDQ") : $("#gBjfPvHjMHywKvealDJbI")); form_data.append("client_token",window['FCivZOZGmZqWuGUVVVXWI'].user_token); form_data.append("time_zone",currentTimeZoneOffsetInHours); form_data.append($("meta[name='csrf-param']").attr('content'),$("meta[name='csrf-token']").attr('content')); form_data.append("page",id); $.ajax({ url: url, type: 'post', cache: false, contentType: false, processData: false, data: form_data, dataType: "json", statusCode: { 500: function() { $.notify("Something went wrong",'danger' ); if($(elem).data("id") !== false && $(elem).data("id") !== null) { $(elem).removeClass("LDEifWjwywrFbJQwGEHyZ"); } window['FCivZOZGmZqWuGUVVVXWI'].setError("request","Status 500 " + url); }, 404: function() { window['FCivZOZGmZqWuGUVVVXWI'].setError("request","Status 404 " + url); if($(elem).data("id") !== false && $(elem).data("id") !== null) { $(elem).removeClass("LDEifWjwywrFbJQwGEHyZ"); } $.notify("Data not found",'danger'); }, 403: function() { window['FCivZOZGmZqWuGUVVVXWI'].setError("request","Status 403 " + url); $.notify("Permission denied",'danger'); if($(elem).data("id") !== false && $(elem).data("id") !== null) { $(elem).removeClass("LDEifWjwywrFbJQwGEHyZ"); } }, 400: function() { $.notify("Something went wrong",'danger'); if($(elem).data("id") !== false && $(elem).data("id") !== null) { $(elem).removeClass("LDEifWjwywrFbJQwGEHyZ"); } window['FCivZOZGmZqWuGUVVVXWI'].setError("request","Status 400 " + url); }, 200: function(data) { $('#CPkCVBKiDIrggwgazMgDQ').attr('data-type',"0"); if($(elem).data("id") !== false && $(elem).data("id") !== null) { $(elem).removeClass("LDEifWjwywrFbJQwGEHyZ"); $("a.oJcXIpQyIQfJNwvEFuxPd").attr('data-count' ,data.count); if(parseInt(data.count) > 0 && !$("a.oJcXIpQyIQfJNwvEFuxPd").hasClass("BzmimGokWGkTcHrucUMUd")) { $("a.oJcXIpQyIQfJNwvEFuxPd").addClass("BzmimGokWGkTcHrucUMUd") } else if(parseInt(data.count) == 0) { $("a.oJcXIpQyIQfJNwvEFuxPd").removeClass("BzmimGokWGkTcHrucUMUd"); } if(url == "/favorite/settoken" || url == "/favorite/setfavorite") { var revers_img = $("#CPkCVBKiDIrggwgazMgDQ").find('img')[0].src; var text_img = $($("#CPkCVBKiDIrggwgazMgDQ").find('img')[0]).attr("data-revers"); var revers = $($("#CPkCVBKiDIrggwgazMgDQ").find('span')[0]).attr("data-revers"); var text = $($("#CPkCVBKiDIrggwgazMgDQ").find('span')[0]).html(); $("#CPkCVBKiDIrggwgazMgDQ").find('img')[0].src = text_img; $($("#CPkCVBKiDIrggwgazMgDQ").find('img')[0]).attr("data-revers",revers_img); $($("#CPkCVBKiDIrggwgazMgDQ").find('span')[0]).attr("data-revers",text).html(revers); if(flag) { $(".fYzooYWYvOSqNzdcUKtoF.bIGUPnZnlmXAJMSaDhJOv").show(); } $(".ldAwwHqYQfpwcRcsawOFZ").attr("data-count",data.count); $.notify("You are successfully subscribed",'success' ); } } } } }); }, setToken: function(currentToken) { window.localStorage.setItem( 'firebase_token', currentToken ? currentToken : '' ); }, sendTokenToServer: function(currentToken,id) { window['FCivZOZGmZqWuGUVVVXWI'].user_token = currentToken; if (!window['FCivZOZGmZqWuGUVVVXWI'].isTokenSentToServer(currentToken)) { window['FCivZOZGmZqWuGUVVVXWI'].setToken(currentToken); window['FCivZOZGmZqWuGUVVVXWI'].setData("/favorite/settoken",$("#CPkCVBKiDIrggwgazMgDQ")); } else if(id !== null) { window['FCivZOZGmZqWuGUVVVXWI'].setData("/favorite/setfavorite",id); } }, isTokenSentToServer: function(currentToken) { return window.localStorage.getItem('firebase_token') == currentToken; }, subscribe: function(id) { window.messaging.requestPermission() .then(function () { window.messaging.getToken() .then(function (currentToken) { if (currentToken) { window['FCivZOZGmZqWuGUVVVXWI'].sendTokenToServer(currentToken,id); } else { window['FCivZOZGmZqWuGUVVVXWI'].setError('error get token. ID: ' + id,"error get token."); window['FCivZOZGmZqWuGUVVVXWI'].setToken(false); window['FCivZOZGmZqWuGUVVVXWI'].sendTokenToServer(false,id); } }) .catch(function (err) { window['FCivZOZGmZqWuGUVVVXWI'].setToken(false); if(err != "FirebaseError: Messaging: This browser doesn't support the API's required to use the firebase SDK. (messaging/unsupported-browser).") { window['FCivZOZGmZqWuGUVVVXWI'].setError('error get token. ID: ' + id,err); } window['FCivZOZGmZqWuGUVVVXWI'].sendTokenToServer(false,id); //if(err && err.code && err.code == "messaging/unsupported-browser") //{ //window['FCivZOZGmZqWuGUVVVXWI'].sendTokenToServer(false,id); //} }); }) .catch(function (err) { }); } }; document.addEventListener("DOMContentLoaded", function() { $('#CPkCVBKiDIrggwgazMgDQ').click(function() { if($("#login_menu").length) { getLogin($("#login_menu")); }else{ if($(this).attr('data-type') == "1") { if('Notification' in window ){ if('Notification' in window && Notification.permission === 'default') { window['FCivZOZGmZqWuGUVVVXWI'].getFavoriteModal(); } else if(Notification.permission === "denied") { $("#lSLGXnossVTbKtzFrnPuJ").css("display",'flex'); } else if(Notification.permission === "granted") { window['FCivZOZGmZqWuGUVVVXWI'].subscribe($(this).data('id')); } }else{ window['FCivZOZGmZqWuGUVVVXWI'].setData("/favorite/setfavorite",$(this).data('id'),true); } } else { window['FCivZOZGmZqWuGUVVVXWI'].unsubscribeFavorite($("#CPkCVBKiDIrggwgazMgDQ"),false); } } }); firebase.initializeApp({messagingSenderId: '548954259582'}); if ('Notification' in window) { window.messaging = firebase.messaging(); window.messaging.onMessage(function(payload) { navigator.serviceWorker.register('/messaging-sw.js'); Notification.requestPermission(function(result) { if (result === 'granted') { navigator.serviceWorker.ready.then(function(registration) { registration.showNotification(payload.notification.title, payload.notification); window['FCivZOZGmZqWuGUVVVXWI'].setConfirm(payload.notification,window.localStorage.getItem('firebase_token')); }).catch(function(error) { window['FCivZOZGmZqWuGUVVVXWI'].setError('ServiceWorker registration failed',error); }); } },false); }); } });

GENERAL ACTOR

123movies - Click and watch The Weakest Link - Season 1 Free and without registration. Watch the latest Episodes here (8)

We are currently experiencing technical difficulties with our servers. We hope to have this resolved soon. This issue doesn't affect premium users.

Get Premium

Watch on MixDrop/MyStream

123movies - Click and watch The Weakest Link - Season 1 Free and without registration. Watch the latest Episodes here (9)

Download in HD

Stream in HD

EPISODE

SEASON

Episode 01: Strictly Special Episode 02: Christmas Special Episode 03 Episode 04 Episode 05 Episode 06 Episode 07 Episode 08 Episode 09 Episode 10 Episode 11 Episode 12

Description
Comedian Romesh Ranganathan takes charge of the back-stabbing, big money, game show. Can the contestants create a chain of answers and avoid being the weakest link?

Actors: Sam Thompson, Sam Thompson John Whaite, John Whaite Jax Jones, Jax Jones Sophie Willan, Sophie Willan Joanne McNally, Joanne McNally Owain Wyn Evans, Owain Wyn Evans Stacey Dooley, Stacey Dooley March 9, 1987 in Luton, Bedfordshire, England, UK Laurie Brett, Laurie Brett 28 March 1969, Hamilton, Lanarkshire, Scotland, UK Lesley Joseph, Lesley Joseph Lorraine Stanley, Lorraine Stanley 28 June 1976, Portsmouth, Hampshire, England, UK Amy Dowden, Amy Dowden ...»

Genre: Game-Show

Director: Barbara Wiltshire, Gez Sharp

Country: United Kingdom

Release: 2021

IMDb: 6.4

Quality:

Duration: 45 min

Keywords: #Catherine Tyldesley #Julie Hesmondhalgh #Romesh Ranganathan #Season 1 #The Weakest Link

COMMENTS (0) Sort by Newest

Newest Oldest

123movies - Click and watch The Weakest Link - Season 1 Free and without registration. Watch the latest Episodes here (27)

+ Add comment

YOU MAY ALSO LIKE

American Ninja Warrior - Season 16
Rob and Romesh Vs - Season 7
Lip Sync Battle - Season 5
Ink Master- Season 13
Passions - Season 2
23.5 - Season 1
Wild Cities - Season 1
The View - Season 28
Breaking the News - Season 14

Country: Genre: Play Now';

123movies - Click and watch The Weakest Link - Season 1 Free and without registration. Watch the latest Episodes here (37)

ACTORS OF "The Weakest Link - Season 1"

Sam Thompson John Whaite Jax Jones Sophie Willan Joanne McNally Owain Wyn Evans Stacey Dooley March 9, 1987 in Luton, Bedfordshire, England, UK Laurie Brett 28 March 1969, Hamilton, Lanarkshire, Scotland, UK Lesley Joseph Lorraine Stanley 28 June 1976, Portsmouth, Hampshire, England, UK Amy Dowden Fern Britton 17 July 1957, Ealing, London, England, UK

Show More

123movies - Click and watch The Weakest Link - Season 1 Free and without registration. Watch the latest Episodes here (2025)
Top Articles
Latest Posts
Recommended Articles
Article information

Author: Gov. Deandrea McKenzie

Last Updated:

Views: 5914

Rating: 4.6 / 5 (46 voted)

Reviews: 93% of readers found this page helpful

Author information

Name: Gov. Deandrea McKenzie

Birthday: 2001-01-17

Address: Suite 769 2454 Marsha Coves, Debbieton, MS 95002

Phone: +813077629322

Job: Real-Estate Executive

Hobby: Archery, Metal detecting, Kitesurfing, Genealogy, Kitesurfing, Calligraphy, Roller skating

Introduction: My name is Gov. Deandrea McKenzie, I am a spotless, clean, glamorous, sparkling, adventurous, nice, brainy person who loves writing and wants to share my knowledge and understanding with you.