Zaloguj się
- Filmy
- Strona główna filmów
- Premiery i zapowiedzi
- Zwiastuny
- Baza filmów
- Baza osób kina
- Baza postaci
- Baza światów
- Nagrody
- Newsy
- Recenzje
- Publicystyka
- Filmweb poleca
- Programy Filmwebu
- Seriale
- Strona główna seriali
- Premiery i zapowiedzi
- Baza seriali
- Baza programów
- Newsy
- Recenzje
- Serial Killers
- Gry
- Strona główna gier
- Premiery i zapowiedzi
- Baza gier
- Recenzje gier
- Rankingi
- Ranking nowości
- Ranking top 500
- Ranking oczekiwanych
- Nowości serialowe
- Seriale top 500
- Filmy na VOD
- Seriale na VOD
- Oryginalne produkcje
- Ludzie filmu
- Najlepsze role
- Gry wideo
- Box office
- Canal+
- Mój Filmweb
- Aktywność (oceny znajomych)
- Rekomendacje
- Mój profil
- Chcę zobaczyć
- Moje oceny
- Konkursy
- Quizy
- Ankiety
- Ranking użytkowników
- Forum
- VOD
Zobacz wszystkie VOD






- Popularne
- Nowości
- Najlepsze
- Wkrótce
- Darmowe
- Kino
- TV
- TV
- Zobacz sekcję
- Obsada (26)
- Oceny krytyków (0)
- Ciekawostki (1)
- Forum
Ten film nie ma jeszcze zarysu fabuły.
It's Not You, It's Me
reżyseria Nathan Ives
scenariusz Nathan Ives
produkcja USA
premiera 17 września 2013 (Światowa)
Zobacz pełną obsadę i twórców
Opis filmu It's Not You, It's Me
Na razie nikt nie dodał opisu do tego filmu. Możesz być pierwszy!
Dodaj opis filmu
Informacje o filmie It's Not You, It's Me
premiera 17 września 2013 (Światowa)
studio Mule Films
tytuł oryg. It's Not You, It's Me
inne tytuły więcej
Zdjęcia do filmu kręcono w Los Angeles (Kalifornia, USA).
Znajdź filmy, które mogą Cię zainteresować
TOP filmy z roku...
-
2025
-
2024
-
2023
-
2022
-
2021
-
2020
-
Zobacz wszystkie lata
Filmy dostępne na...
Od najlepszych
- Od najnowszych
- Od najlepszych
Gra tutaj Dave'a w Hooligans i Hooligans 2 też grał Dave'a wchodząc tu myślałem że to kolejna
częśc Hooligans
Lista elementów do edycji Oczekujące materiały
" + "
" + "" + '
' + '
' + "
" + ""; var oldAdblockBoardTemplate = '
' + '
' + '
' + '
Houston, mamy problem..
' + '
' + title + "
" + '
' + (IRI.paths.domain === 'filmweb.pl' ? '
Naciśnij przycisk i odśwież stronę. Nie działa? Skorzystaj' + ' z instrukcji.' + "
" : '
Naciśnij przycisk i odśwież stronę. Nie działa? Skorzystaj' + "
" ) + "
" + "
" + '
' + '
' + "
" + "
"; var adblockBoardTemplate = boardVariantPlus ? newAdblockBoardTemplate : oldAdblockBoardTemplate; var element = document.createElement("div"); element.innerHTML = adblockBoardTemplate; element.className = "qqqxqxqj"; document.body.appendChild(element); try { var dabVersion = boardVariantPlus ? "dabNew" : "dabOld"; var buttonVersion = boardVariantPlus ? "qqqxqxqj__dButton" : "qqqxqxqj__btn-wrapper"; var dab = document.getElementById(dabVersion); if (dab) { document.getElementById(buttonVersion).appendChild(dab); if (!boardVariantPlus) { dab.classList.add("qqqxqxqj__btn"); } dab.style.display = ""; } } catch (err) { console.error(err); } bindStats(); function unBindEvents(element) { var old_element = element; var new_element = old_element.cloneNode(true); old_element.parentNode.replaceChild(new_element, old_element); new_element.href = "#"; new_element.addEventListener("click", function (e) { e.preventDefault(); // adblockDisplayInformation.scrollOnAdd(); }); } var selector = '.filmPosterSection__info a, div[data-group="g4"] a, .filmPosterSection__poster a, div[data-group="g1"] a, .gallery__container *, .FloatingActionBox *'; document.querySelectorAll(selector).forEach((link) => { if (!link.classList.contains("filmCoverSection__trailerLink")) { unBindEvents(link); } });}function bindStats() { var hasPermisions = window.globals && window.globals.plus && window.globals.plus["plusAdblock"]; var buttonVersion = hasPermisions ? "qqqxqxqj__dButton" : "qqqxqxqj__btn-wrapper"; var dButton = document.getElementById(buttonVersion); var instructionButton = document.getElementById( "qqqxqxqj__instruction" ); function dispatchTrackEvent(name) { // trackEvent('zdarzenie', 'adblock' + (hasPermisions ? 'plus' : '') + '-' + name); } [ { action: "view", }, { selector: dButton, action: "disable", }, { selector: instructionButton, action: "manual", }, ].forEach(function (elem) { var selector = elem.selector; var action = elem.action; if (!selector) { dispatchTrackEvent(action); } else { selector.addEventListener("mouseup", function () { dispatchTrackEvent(action); }); } }); function onInstructionOpen() { instructionButton.removeEventListener("click", onInstructionOpen); // call it once } instructionButton.addEventListener("click", onInstructionOpen);} /* * this file is parsed in htmlHead * the reason, why this file is here and have .js extension, is syntax highlighting and eslint * *//* global IRI.globals.pageId FilmwebSettings waitingModule removeNode getCookie getUserGroup displayCheaterBoard iframeDetection thisFilm adbDetect */const ls = localStorage;function removeNode(node) { if (!node || !node.parentNode) { return false; } node.parentNode.removeChild(node); return true;}function debounce(func, wait, immediate) { let timeout; return function () { const context = this; const args = arguments; const later = function () { timeout = null; if (!immediate) func.apply(context, args); }; const callNow = immediate && !timeout; clearTimeout(timeout); timeout = setTimeout(later, wait); if (callNow) func.apply(context, args); };}const VARIANT_PAGE = 160;const DETECTED = 220;const NOT_DETECTED = 230;let status = NOT_DETECTED;const REMEMBER_ADBLOCK_COOKIE_NAME = 'rac';const REMEMBER_ADBLOCK_COOKIE_VALUE = 'fff';const PREVENT_AGGRESSIVE_AD_COOKIE_NAME = 'paa';const PREVENT_AGGRESSIVE_AD_COOKIE_VALUE = '111';function AdblockDetector(variant, adblockDetected) { // return adblockDetected(); const adblockDetectorScript = document.querySelector('#qqqxqxqj'); // temporary disable #skyBanner - changes in ads const blockedSelectors = [ '.fwPlusBtn', '#advertBar-pl_PL', '.clickArea', '.advert', '#mainSkyBanner-pl_PL', '#ad', '.rec-sponsored', '.ws__wrapper', '.text-ad', '.textAd', '#clickUrl1', '#flashcontent3', '#pasekup', '.pub_728x90', '.ad-internal', '.ad-imagehold', '.about_adsense', '.abBoxAd', '.HomeAds', '.CommentAd', '.Ad160x600', '.ADTextSingle', '.AD300Block', ]; // var blockedSelectors = ['.fwPlusBtn', '#advertBar-pl_PL', '.clickArea', '.advert', '#mainSkyBanner-pl_PL', '#ad', '.rec-sponsored', '.ws__wrapper', '.text-ad', '.textAd', '#clickUrl1', '#flashcontent3', '#pasekup', '#skyBanner', '.pub_728x90', '.ad-internal', '.ad-imagehold', '.about_adsense', '.abBoxAd', '.HomeAds', '.CommentAd', '.Ad160x600', '.ADTextSingle', '.AD300Block']; adblockDetectorScript.innerText = 'var fwuser = null;'; const TIMEOUT_BEFORE_CHECK_VISIBILITY_OF_CREATED_ELEMENT = 100; const DETECT_BY_ELEMENT_INTERVAL = 100; // var DETECT_BY_COOKIE_INTERVAL = 110; let detectByElementLimit = 20; // var detectByCookieLimit = 20; let selectorListIterator = -1; const blockedElementStyles = 'width: 10px !important; height:10px !important; position: absolute !important; left: -2000px !important; top: -2000px !important;'; /** * function to check if adblock hides the element * @param {HTMLElement} element - element to check * @return {boolean} * */ function isVisible(element) { return !( element.offsetParent === null || element.offsetHeight === 0 || element.offsetLeft === 0 || element.offsetTop === 0 || element.offsetWidth === 0 || element.clientHeight === 0 || element.clientWidth === 0 ); } /** * function with classes to use in adblock detector, returns always next class, or first after loop * @return {string} next className * */ function getNextSelector() { // // selectorListIterator++; if (selectorListIterator >= blockedSelectors.length) { selectorListIterator = 0; } return blockedSelectors[selectorListIterator]; } function createElement() { const elem = document.createElement('div'); const nextSelector = getNextSelector(); if (nextSelector.startsWith('#')) { elem.setAttribute('id', nextSelector.substr(1)); } else if (nextSelector.startsWith('.')) { elem.classList.add(nextSelector.substr(1)); } elem.setAttribute('style', blockedElementStyles); document.body.appendChild(elem); return elem; } function notDetectedByElement() { if (detectByElementLimit > 0) { detectByElementLimit--; var i1 = setInterval(() => { clearInterval(i1); detectByElement(); }, DETECT_BY_ELEMENT_INTERVAL); } } function notDetectedByFn() {} function detected() { if (status !== DETECTED) { // prevent to do "on detect job" once status = DETECTED; if (variant === VARIANT_PAGE) { const expires = new Date(); expires.setMilliseconds(expires.getMilliseconds() + 3650000); IRI.utils.setCookie( REMEMBER_ADBLOCK_COOKIE_NAME, REMEMBER_ADBLOCK_COOKIE_VALUE, '/', expires, ); // IRI.utils.setCookie(PREVENT_AGGRESSIVE_AD_COOKIE_NAME, PREVENT_AGGRESSIVE_AD_COOKIE_VALUE, '/', 3); } document.documentElement.classList.add( 'qqqxqxqj__filmMain', ); adblockDetected(); } } function detectByElement() { if (status !== DETECTED) { const elementToCheck = createElement(); var i2 = setInterval(() => { clearInterval(i2); if (isVisible(elementToCheck)) { notDetectedByElement(); } else { detected(); } // we dont have removeNode methox in iframe variant elementToCheck.parentNode.removeChild(elementToCheck); }, TIMEOUT_BEFORE_CHECK_VISIBILITY_OF_CREATED_ELEMENT); } } detectByElement(); setTimeout(() => { if (sats === false) { detected(); } }, 100); // }}function removeContentBecauseOfAdBlock() { // var adblockDetectorScript = document.querySelector('#qqqxqxqj'); if (IRI.globals.pageId === 'filmMain') { const removeSelectorsArray = [ 'g5', 'g6', 'g7', 'g8', 'g9', 'g10', 'g11', 'g12', 'g13', ]; removeSelectorsArray.forEach((element) => { removeNode( document.querySelector(`[data-group="${element}"]`), ); }); removeNode(document.querySelector('.siteFooterSection')); } // if (IRI.globals.pageId.indexOf('ranking') === 0) { // // if (document.querySelector('.ranking__legend')) { // removeNode(document.querySelector('.ranking__legend')); // } // // while (document.querySelector('.item:nth-child(14)')) { // removeNode(document.querySelector('.item:nth-child(14)')); // } // } removeNode(document.getElementById('siteMap')); removeNode(document.getElementById('footer'));}function canDetectAdblock() { return new Promise((resolve) => { if (IRI.globals.isMobile) { resolve(false); } else { IRI.csa.then((canSeeAds) => { resolve(canSeeAds); }); } });}function variantPage() { canDetectAdblock().then((can) => { if (can) { new AdblockDetector(VARIANT_PAGE, ((/* detectedBlocker */) => { window.globals.module.WaitingModule.setPartLoaded('ADBLOCK_BOARD'); let contentRemoving = false; window.globals.module.WaitingModule.runWhenReady( 'FOOTER', (moduleData) => { if (!contentRemoving) { contentRemoving = true; removeContentBecauseOfAdBlock(moduleData); } }, ); let boardDisplaying = false; window.globals.module.WaitingModule.runWhenReady( 'FOOTER', (moduleData) => { if (!boardDisplaying) { boardDisplaying = true; displayCheaterBoard(moduleData); } }, ); // iframeDetection(); window.globals.module.WaitingModule.setPartLoaded('CHEATER_OVERLAY_SHOWN', { class: 'qqqxqxqj', }); })); } });}(function () { variantPage();}()); })();