Night mode

Watch Thor: Ragnarok (2017)

Watch thor ragnarok 2017 full movies. Thor must face the Hulk in a gladiator match and save his people from the ruthless Hela.. Watch thor ragnarok 2017 online free on GoMovies, 123Movies official site moved to gostream.film.

Duration: 130 min

Quality: HD

Release: 2017

IMDb: 8.3

'); } else { load_player('75430'); } }); function showError(message) { $("#media-player").html(''); } $(document).ready(function () { $('[data-toggle="tooltip"]').tooltip(); if (!$.cookie('report-' + movie.id)) { $('.bp-btn-report').removeClass('hidden'); } $('.bp-btn-light, .bp-btn-review').smoothScroll(); $('.bp-btn-light').click(function() { if($(this).hasClass('active')){ $('body').addClass('turnoff'); $(this).addClass('active'); } else { $('body').removeClass('turnoff'); $(this).removeClass('active'); } return false; }); $('.ovf_watch').click(function() { $('body').removeClass('turnoff'); $('.bp-btn-light').removeClass('active'); return false; }); $('#comment-area #comment .content').perfectScrollbar(); $("#toggle-schedule").click(function (e) { $("#toggle-schedule").toggleClass("active"); $(".se-list").toggle(); }); setTimeout(function () { if (is_login) { $.get(base_url + 'ajax/movie_check_favorite/' + movie.id, function (data) { $('#button-favorite').html(data); }); } if (!$.cookie('notice-favorite-' + movie.id)) { if ($('.popover-like').length > 0) { if (parseInt(movie.total_episode) > 1 || movie.quality !== "HD") { $.cookie('notice-favorite-' + movie.id, true, {expires: 3, path: '/'}); $('.popover-like').show(); var notice_message = parseInt(movie.total_episode) > 1 ? 'Get updated once new episode is available. Favorite this now.' : 'Get updated once this movie is available in HD. Favorite this now.'; $('#popover-notice').text(notice_message); $('.toggle-popover-like').click(function () { $('.popover-like').hide(); }); } } } }, 2000); $('#pop-trailer').on('shown.bs.modal', function () { $('#iframe-trailer').attr('src', movie.trailer); }); $('#pop-trailer').on('hide.bs.modal', function () { $('#iframe-trailer').attr('src', ''); }); setTimeout(function () { updateMovieView(movie.id, movie.episode_id) }, 5000); }); function getCommentCount() { $.ajax({ url: 'http://graph.facebook.com/?id=' + movie.link, dataType: 'jsonp', success: function (data) { $("#comment-count").text(data.share.comment_count); } }); } $("#report-form").submit(function (e) { if (validate_report() && !$.cookie('report-' + movie.id)) { $("#report-submit").prop("disabled", true); $("#report-loading").show(); var postData = $(this).serializeArray(); var formURL = $(this).attr("action"); $.ajax({ url: formURL, type: "POST", data: postData, dataType: "json", success: function (data) { $('#report-alert').show(); setTimeout(function () { $('#report-alert').hide(); }, 5000); $("#report-submit").removeAttr("disabled"); $("#report-loading").hide(); $(".bp-btn-report").remove(); $.cookie('report-' + movie.id, true, {path: '/', expires: 1}); document.getElementById("report-form").reset(); $('#pop-report').modal('hide'); } }); } e.preventDefault(); }); function validate_report() { if (($("#report-form input[name*='issue']:checked").length)