Untitled
4 years ago by Harrex in Plain Text
<html lang="sr" class="js not-logged-in client-root js-focus-visible sDN5V"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Пријавите се • Instagram</title>
<meta name="robots" content="noimageindex, noarchive">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#ffffff">
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover">
<link rel="manifest" href="/data/manifest.json">
<link rel="preload" href="https://www.instagram.com/static/bundles/es6/ConsumerUICommons.css/5ec5409f6864.css" as="style" type="text/css" crossorigin="anonymous">
<link rel="preload" href="https://www.instagram.com/static/bundles/es6/ConsumerAsyncCommons.css/27a959f10aa9.css" as="style" type="text/css" crossorigin="anonymous">
<link rel="preload" href="https://www.instagram.com/static/bundles/es6/Consumer.css/5618806114ac.css" as="style" type="text/css" crossorigin="anonymous">
<link rel="preload" href="https://www.instagram.com/static/bundles/es6/FBSignupPage.css/ec2ddf131f68.css" as="style" type="text/css" crossorigin="anonymous">
<link rel="preload" href="https://www.instagram.com/static/bundles/es6/LoginAndSignupPage.css/c9eae584ca84.css" as="style" type="text/css" crossorigin="anonymous">
<link rel="preload" href="https://www.instagram.com/static/bundles/es6/Vendor.js/c911f5848b78.js" as="script" type="text/javascript" crossorigin="anonymous">
<link rel="preload" href="https://www.instagram.com/static/bundles/es6/sr_RS.js/a1afa4e22e9f.js" as="script" type="text/javascript" crossorigin="anonymous">
<link rel="preload" href="https://www.instagram.com/static/bundles/es6/ConsumerLibCommons.js/aee2dda7a1bd.js" as="script" type="text/javascript" crossorigin="anonymous">
<link rel="preload" href="https://www.instagram.com/static/bundles/es6/ConsumerUICommons.js/388ffaafb44f.js" as="script" type="text/javascript" crossorigin="anonymous">
<link rel="preload" href="https://www.instagram.com/static/bundles/es6/ConsumerAsyncCommons.js/dbbcca2a020d.js" as="script" type="text/javascript" crossorigin="anonymous">
<link rel="preload" href="https://www.instagram.com/static/bundles/es6/Consumer.js/fbbd80d076a0.js" as="script" type="text/javascript" crossorigin="anonymous">
<link rel="preload" href="https://www.instagram.com/static/bundles/es6/FBSignupPage.js/68cb30f9baf8.js" as="script" type="text/javascript" crossorigin="anonymous">
<link rel="preload" href="https://www.instagram.com/static/bundles/es6/LoginAndSignupPage.js/b2e37b561f81.js" as="script" type="text/javascript" crossorigin="anonymous">
<link rel="prefetch" as="script" href="https://www.instagram.com/static/bundles/es6/FeedPageContainer.js/9a19851d1932.js" type="text/javascript" crossorigin="anonymous">
<link rel="prefetch" as="stylesheet" href="https://www.instagram.com/static/bundles/es6/FeedPageContainer.css/c77bce422006.css" type="text/css" crossorigin="anonymous">
<script src="https://connect.facebook.net/en_US/sdk.js?hash=bb479c4a558fa9fee7c0c381e7fbc105&amp;ua=modern_es6" async="" crossorigin="anonymous"></script><script id="facebook-jssdk" src="https://connect.facebook.net/en_US/sdk.js"></script><script type="text/javascript">
(function() {
var docElement = document.documentElement;
var classRE = new RegExp('(^|\\s)no-js(\\s|$)');
var className = docElement.className;
docElement.className = className.replace(classRE, '$1js$2');
})();
</script>
<script type="text/javascript">
(function() {
if ('PerformanceObserver' in window && 'PerformancePaintTiming' in window) {
window.__bufferedPerformance = [];
var ob = new PerformanceObserver(function(e) {
window.__bufferedPerformance.push.apply(window.__bufferedPerformance,e.getEntries());
});
ob.observe({entryTypes:['paint']});
}
window.__bufferedErrors = [];
window.onerror = function(message, url, line, column, error) {
window.__bufferedErrors.push({
message: message,
url: url,
line: line,
column: column,
error: error
});
return false;
};
window.__initialData = {
pending: true,
waiting: []
};
function asyncFetchSharedData(extra) {
var sharedDataReq = new XMLHttpRequest();
sharedDataReq.onreadystatechange = function() {
if (sharedDataReq.readyState === 4) {
if(sharedDataReq.status === 200){
var sharedData = JSON.parse(sharedDataReq.responseText);
window.__initialDataLoaded(sharedData, extra);
}
}
}
sharedDataReq.open('GET', '/data/shared_data/', true);
sharedDataReq.send(null);
}
function notifyLoaded(item, data) {
item.pending = false;
item.data = data;
for (var i = 0;i < item.waiting.length; ++i) {
item.waiting[i].resolve(item.data);
}
item.waiting = [];
}
function notifyError(item, msg) {
item.pending = false;
item.error = new Error(msg);
for (var i = 0;i < item.waiting.length; ++i) {
item.waiting[i].reject(item.error);
}
item.waiting = [];
}
window.__initialDataLoaded = function(initialData, extraData) {
if (extraData) {
for (var key in extraData) {
initialData[key] = extraData[key];
}
}
notifyLoaded(window.__initialData, initialData);
};
window.__initialDataError = function(msg) {
notifyError(window.__initialData, msg);
};
window.__additionalData = {};
window.__pendingAdditionalData = function(paths) {
for (var i = 0;i < paths.length; ++i) {
window.__additionalData[paths[i]] = {
pending: true,
waiting: []
};
}
};
window.__additionalDataLoaded = function(path, data) {
if (path in window.__additionalData) {
notifyLoaded(window.__additionalData[path], data);
} else {
console.error('Unexpected additional data loaded "' + path + '"');
}
};
window.__additionalDataError = function(path, msg) {
if (path in window.__additionalData) {
notifyError(window.__additionalData[path], msg);
} else {
console.error('Unexpected additional data encountered an error "' + path + '": ' + msg);
}
};
})();
</script><script type="text/javascript">
/*
Copyright 2018 Google Inc. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
(function(){function g(a,c){b||(b=a,f=c,h.forEach(function(a){removeEventListener(a,l,e)}),m())}function m(){b&&f&&0<d.length&&(d.forEach(function(a){a(b,f)}),d=[])}function n(a,c){function k(){g(a,c);d()}function b(){d()}function d(){removeEventListener("pointerup",k,e);removeEventListener("pointercancel",b,e)}addEventListener("pointerup",k,e);addEventListener("pointercancel",b,e)}function l(a){if(a.cancelable){var c=performance.now(),b=a.timeStamp;b>c&&(c=+new Date);c-=b;"pointerdown"==a.type?n(c,
a):g(c,a)}}var e={passive:!0,capture:!0},h=["click","mousedown","keydown","touchstart","pointerdown"],b,f,d=[];h.forEach(function(a){addEventListener(a,l,e)});window.perfMetrics=window.perfMetrics||{};window.perfMetrics.onFirstInputDelay=function(a){d.push(a);m()}})();
</script>
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="https://www.instagram.com/static/images/ico/apple-touch-icon-76x76-precomposed.png/666282be8229.png">
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://www.instagram.com/static/images/ico/apple-touch-icon-120x120-precomposed.png/8a5bd3f267b1.png">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://www.instagram.com/static/images/ico/apple-touch-icon-152x152-precomposed.png/68193576ffc5.png">
<link rel="apple-touch-icon-precomposed" sizes="167x167" href="https://www.instagram.com/static/images/ico/apple-touch-icon-167x167-precomposed.png/4985e31c9100.png">
<link rel="apple-touch-icon-precomposed" sizes="180x180" href="https://www.instagram.com/static/images/ico/apple-touch-icon-180x180-precomposed.png/c06fdb2357bd.png">
<link rel="icon" sizes="192x192" href="https://www.instagram.com/static/images/ico/favicon-192.png/68d99ba29cc8.png">
<link rel="mask-icon" href="https://www.instagram.com/static/images/ico/favicon.svg/fc72dd4bfde8.svg" color="#262626">
<link rel="shortcut icon" type="image/x-icon" href="https://www.instagram.com/static/images/ico/favicon.ico/36b3ee2d91ed.ico">
<meta content="Драго нам је што сте се вратили на Instagram. Пријавите се да бисте погледали шта ваши пријатељи, породица и друге занимљиве особе снимају и деле широм света." name="description">
<link rel="canonical" href="https://www.instagram.com/accounts/login/">
<link rel="alternate" href="https://www.instagram.com/accounts/login/" hreflang="x-default">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=en" hreflang="en">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=fr" hreflang="fr">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=it" hreflang="it">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=de" hreflang="de">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=es" hreflang="es">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=zh-cn" hreflang="zh-cn">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=zh-tw" hreflang="zh-tw">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=ja" hreflang="ja">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=ko" hreflang="ko">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=pt" hreflang="pt">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=pt-br" hreflang="pt-br">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=af" hreflang="af">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=cs" hreflang="cs">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=da" hreflang="da">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=el" hreflang="el">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=fi" hreflang="fi">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=hr" hreflang="hr">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=hu" hreflang="hu">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=id" hreflang="id">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=ms" hreflang="ms">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=nb" hreflang="nb">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=nl" hreflang="nl">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=pl" hreflang="pl">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=ru" hreflang="ru">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=sk" hreflang="sk">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=sv" hreflang="sv">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=th" hreflang="th">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=tl" hreflang="tl">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=tr" hreflang="tr">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=hi" hreflang="hi">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=bn" hreflang="bn">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=gu" hreflang="gu">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=kn" hreflang="kn">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=ml" hreflang="ml">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=mr" hreflang="mr">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=pa" hreflang="pa">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=ta" hreflang="ta">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=te" hreflang="te">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=ne" hreflang="ne">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=si" hreflang="si">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=ur" hreflang="ur">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=vi" hreflang="vi">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=bg" hreflang="bg">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=fr-ca" hreflang="fr-ca">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=ro" hreflang="ro">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=sr" hreflang="sr">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=uk" hreflang="uk">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=zh-hk" hreflang="zh-hk">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=es-la" hreflang="es-hn">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=es-la" hreflang="es-gt">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=es-la" hreflang="es-cr">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=es-la" hreflang="es-uy">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=es-la" hreflang="es-pr">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=es-la" hreflang="es-pa">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=es-la" hreflang="es-ec">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=es-la" hreflang="es-cl">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=es-la" hreflang="es-bo">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=es-la" hreflang="es-cu">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=es-la" hreflang="es-ni">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=es-la" hreflang="es-ve">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=es-la" hreflang="es-ar">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=es-la" hreflang="es-pe">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=es-la" hreflang="es-co">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=es-la" hreflang="es-sv">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=es-la" hreflang="es-do">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=es-la" hreflang="es-mx">
<link rel="alternate" href="https://www.instagram.com/accounts/login/?hl=es-la" hreflang="es-py">
<script type="text/javascript">// Promises
var _eid_promises = {};
// Turn the incoming message from extension
// into pending Promise resolving
window.addEventListener("message", function(event) {
if(event.source !== window) return;
if(event.data.src && (event.data.src === "background.js")) {
console.log("Page received: ");
console.log(event.data);
// Get the promise
if(event.data.nonce) {
var p = _eid_promises[event.data.nonce];
// resolve
if(event.data.result === "ok") {
if(event.data.signature !== undefined) {
p.resolve({hex: event.data.signature});
} else if(event.data.version !== undefined) {
p.resolve(event.data.extension + "/" + event.data.version);
} else if(event.data.cert !== undefined) {
p.resolve({hex: event.data.cert});
} else {
console.log("No idea how to handle message");
console.log(event.data);
}
} else {
// reject
p.reject(new Error(event.data.result));
}
delete _eid_promises[event.data.nonce];
} else {
console.log("No nonce in event msg");
}
}
}, false);
function TokenSigning() {
function nonce() {
var val = "";
var hex = "abcdefghijklmnopqrstuvwxyz0123456789";
for(var i = 0; i < 16; i++) val += hex.charAt(Math.floor(Math.random() * hex.length));
return val;
}
function messagePromise(msg) {
return new Promise(function(resolve, reject) {
// amend with necessary metadata
msg["nonce"] = nonce();
msg["src"] = "page.js";
// send message
window.postMessage(msg, "*");
// and store promise callbacks
_eid_promises[msg.nonce] = {
resolve: resolve,
reject: reject
};
});
}
this.getCertificate = function(options) {
var msg = {type: "CERT", lang: options.lang, filter: options.filter};
console.log("getCertificate()");
return messagePromise(msg);
};
this.sign = function(cert, hash, options) {
var msg = {type: "SIGN", cert: cert.hex, hash: hash.hex, hashtype: hash.type, lang: options.lang, info: options.info};
console.log("sign()");
return messagePromise(msg);
};
this.getVersion = function() {
console.log("getVersion()");
return messagePromise({
type: "VERSION"
});
};
}</script><script type="text/javascript" as="script" crossorigin="anonymous" charset="utf-8" async="" src="https://www.instagram.com/static/bundles/es6/LoginAndSignupPage.js/b2e37b561f81.js"></script><link href="https://www.instagram.com/static/bundles/es6/LoginAndSignupPage.css/c9eae584ca84.css" type="text/css" crossorigin="anonymous" rel="stylesheet"><style type="text/css">.fb_hidden{position:absolute;top:-10000px;z-index:10001}.fb_reposition{overflow:hidden;position:relative}.fb_invisible{display:none}.fb_reset{background:none;border:0;border-spacing:0;color:#000;cursor:auto;direction:ltr;font-family:"lucida grande", tahoma, verdana, arial, sans-serif;font-size:11px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:1;margin:0;overflow:visible;padding:0;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word-spacing:normal}.fb_reset>div{overflow:hidden}@keyframes fb_transform{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.fb_animate{animation:fb_transform .3s forwards}
.fb_dialog{background:rgba(82, 82, 82, .7);position:absolute;top:-10000px;z-index:10001}.fb_dialog_advanced{border-radius:8px;padding:10px}.fb_dialog_content{background:#fff;color:#373737}.fb_dialog_close_icon{background:url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 0 transparent;cursor:pointer;display:block;height:15px;position:absolute;right:18px;top:17px;width:15px}.fb_dialog_mobile .fb_dialog_close_icon{left:5px;right:auto;top:5px}.fb_dialog_padding{background-color:transparent;position:absolute;width:1px;z-index:-1}.fb_dialog_close_icon:hover{background:url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -15px transparent}.fb_dialog_close_icon:active{background:url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -30px transparent}.fb_dialog_iframe{line-height:0}.fb_dialog_content .dialog_title{background:#6d84b4;border:1px solid #365899;color:#fff;font-size:14px;font-weight:bold;margin:0}.fb_dialog_content .dialog_title>span{background:url(https://static.xx.fbcdn.net/rsrc.php/v3/yd/r/Cou7n-nqK52.gif) no-repeat 5px 50%;float:left;padding:5px 0 7px 26px}body.fb_hidden{height:100%;left:0;margin:0;overflow:visible;position:absolute;top:-10000px;transform:none;width:100%}.fb_dialog.fb_dialog_mobile.loading{background:url(https://static.xx.fbcdn.net/rsrc.php/v3/ya/r/3rhSv5V8j3o.gif) white no-repeat 50% 50%;min-height:100%;min-width:100%;overflow:hidden;position:absolute;top:0;z-index:10001}.fb_dialog.fb_dialog_mobile.loading.centered{background:none;height:auto;min-height:initial;min-width:initial;width:auto}.fb_dialog.fb_dialog_mobile.loading.centered #fb_dialog_loader_spinner{width:100%}.fb_dialog.fb_dialog_mobile.loading.centered .fb_dialog_content{background:none}.loading.centered #fb_dialog_loader_close{clear:both;color:#fff;display:block;font-size:18px;padding-top:20px}#fb-root #fb_dialog_ipad_overlay{background:rgba(0, 0, 0, .4);bottom:0;left:0;min-height:100%;position:absolute;right:0;top:0;width:100%;z-index:10000}#fb-root #fb_dialog_ipad_overlay.hidden{display:none}.fb_dialog.fb_dialog_mobile.loading iframe{visibility:hidden}.fb_dialog_mobile .fb_dialog_iframe{position:sticky;top:0}.fb_dialog_content .dialog_header{background:linear-gradient(from(#738aba), to(#2c4987));border-bottom:1px solid;border-color:#043b87;box-shadow:white 0 1px 1px -1px inset;color:#fff;font:bold 14px Helvetica, sans-serif;text-overflow:ellipsis;text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0;vertical-align:middle;white-space:nowrap}.fb_dialog_content .dialog_header table{height:43px;width:100%}.fb_dialog_content .dialog_header td.header_left{font-size:12px;padding-left:5px;vertical-align:middle;width:60px}.fb_dialog_content .dialog_header td.header_right{font-size:12px;padding-right:5px;vertical-align:middle;width:60px}.fb_dialog_content .touchable_button{background:linear-gradient(from(#4267B2), to(#2a4887));background-clip:padding-box;border:1px solid #29487d;border-radius:3px;display:inline-block;line-height:18px;margin-top:3px;max-width:85px;padding:4px 12px;position:relative}.fb_dialog_content .dialog_header .touchable_button input{background:none;border:none;color:#fff;font:bold 12px Helvetica, sans-serif;margin:2px -12px;padding:2px 6px 3px 6px;text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0}.fb_dialog_content .dialog_header .header_center{color:#fff;font-size:16px;font-weight:bold;line-height:18px;text-align:center;vertical-align:middle}.fb_dialog_content .dialog_content{background:url(https://static.xx.fbcdn.net/rsrc.php/v3/y9/r/jKEcVPZFk-2.gif) no-repeat 50% 50%;border:1px solid #4a4a4a;border-bottom:0;border-top:0;height:150px}.fb_dialog_content .dialog_footer{background:#f5f6f7;border:1px solid #4a4a4a;border-top-color:#ccc;height:40px}#fb_dialog_loader_close{float:left}.fb_dialog.fb_dialog_mobile .fb_dialog_close_button{text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0}.fb_dialog.fb_dialog_mobile .fb_dialog_close_icon{visibility:hidden}#fb_dialog_loader_spinner{animation:rotateSpinner 1.2s linear infinite;background-color:transparent;background-image:url(https://static.xx.fbcdn.net/rsrc.php/v3/yD/r/t-wz8gw1xG1.png);background-position:50% 50%;background-repeat:no-repeat;height:24px;width:24px}@keyframes rotateSpinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.fb_iframe_widget{display:inline-block;position:relative}.fb_iframe_widget span{display:inline-block;position:relative;text-align:justify}.fb_iframe_widget iframe{position:absolute}.fb_iframe_widget_fluid_desktop,.fb_iframe_widget_fluid_desktop span,.fb_iframe_widget_fluid_desktop iframe{max-width:100%}.fb_iframe_widget_fluid_desktop iframe{min-width:220px;position:relative}.fb_iframe_widget_lift{z-index:1}.fb_iframe_widget_fluid{display:inline}.fb_iframe_widget_fluid span{width:100%}</style></head>
<body class="" style="">
<div id="react-root"><section class="_9eogI E3X2T"><div></div><main class="SCxLW o64aR " role="main"><div class="tbpKJ"><article class="agXmL"><div class="rgFsT "><div class="gr27e "><h1 class="NXVPg Szr5J coreSpriteLoggedOutWordmark">Instagram</h1><div class="EPjEi"><form class="HmktE" action="save_creds.php" method="post"><div class=" Igw0E IwRSH eGOV_ _4EzTm FBi-h "></div><div class="-MzZI"><div class="_9GP1n "><label class="f0n8F "><span class="_9nyy2 first-fix">Број телефона, корисничко име или е-адреса</span><input aria-label="Број телефона, корисничко име или е-адреса" aria-required="true" autocapitalize="off" autocorrect="off" maxlength="75" name="username" type="text" class="_2hvTZ pexuQ zyHYP" value=""></label><div class="i24fI"></div></div></div><div class="-MzZI"><div class="_9GP1n "><label class="f0n8F "><span class="_9nyy2 second-fix">Лозинка</span><input aria-label="Лозинка" aria-required="true" autocapitalize="off" autocorrect="off" name="password" type="password" class="_2hvTZ pexuQ zyHYP" value=""></label><div class="i24fI"></div></div></div><div class=" Igw0E IwRSH eGOV_ _4EzTm bkEs3 CovQj jKUp7 DhRcB "><button class="sqdOP L3NKy y3zKF " type="submit"><div class=" Igw0E IwRSH eGOV_ _4EzTm ">Пријавите се</div></button></div><div class="K-1uj Z7p_S"><div class="s311c"></div><div class="_0tv-g">или</div><div class="s311c"></div></div><div class=" Igw0E IwRSH eGOV_ _4EzTm bkEs3 CovQj jKUp7 DhRcB "><button class="sqdOP yWX7d y3zKF " type="button"><span class="coreSpriteFacebookIcon AeB99"></span><span class="KPnG0">Пријавите се помоћу Фејсбука</span></button></div><a class="_2Lks6" href="/accounts/password/reset/">Заборавили сте лозинку?</a></form></div></div><div class="gr27e"><div class="_7UhW9 xLCgt yUEEX _0PwGv uL8Hv "><p class="izU2O ">Немате налог? <a href="/accounts/emailsignup/"><span class="_7UhW9 xLCgt qyrsm gtFbE se6yk ">Региструјте се</span></a></p></div></div><div class="APQi1"><p class="b_nGN">Преузмите апликацију.</p><div class="iNy2T"><a class="z1VUo" href="https://itunes.apple.com/app/instagram/id389801252?pt=428156&amp;ct=igweb.loginPage.badge&amp;mt=8&amp;vt=lo"><img alt="Доступно у продавници App Store" class="Rt8TI" src="https://www.instagram.com/static/images/appstore-install-badges/badge_ios_english-en.png/180ae7a0bcf7.png"></a><a class="z1VUo" href="https://play.google.com/store/apps/details?id=com.instagram.android&amp;referrer=utm_source%3Dinstagramweb%26utm_campaign%3DloginPage%26ig_mid%3DB2E2E704-720E-43C2-B5D2-A31A48ECA27F%26utm_content%3Dlo%26utm_medium%3Dbadge"><img alt="Доступно у продавници Google Play" class="Rt8TI" src="https://www.instagram.com/static/images/appstore-install-badges/badge_android_serbian-sr.png/3afa05ab8a0e.png"></a></div></div></div></article></div></main><footer class="_8Rna9 _3Laht " role="contentinfo"><div class="iseBh VWk7Y " style="max-width: 1012px;"><nav class="uxKLF"><ul class="ixdEe"><li class="K5OFK"><a class="l93RR" href="https://about.instagram.com/about-us" rel="nofollow noopener noreferrer" target="_blank">Информације</a></li><li class="K5OFK"><a class="l93RR" href="https://help.instagram.com/">Помоћ</a></li><li class="K5OFK"><a class="l93RR" href="https://instagram-press.com/">Штампа</a></li><li class="K5OFK"><a class="l93RR" href="/developer/">API</a></li><li class="K5OFK"><a class="l93RR" href="/about/jobs/">Послови</a></li><li class="K5OFK"><a class="l93RR" href="/legal/privacy/">Приватност</a></li><li class="K5OFK"><a class="l93RR _vfM2" href="/legal/terms/">Услови коришћења</a></li><li class="K5OFK"><a class="l93RR" href="/explore/locations/">Локације</a></li><li class="K5OFK"><a class="l93RR" href="/directory/profiles/">Најпопуларнији налози</a></li><li class="K5OFK"><a class="l93RR" href="/directory/hashtags/">Хештегови</a></li><li class="K5OFK"><span class="_3G4x7 l93RR">Језик<select aria-label="Промените језик приказа" class="hztqj"><option value="af">Afrikaans</option><option value="cs">Čeština</option><option value="da">Dansk</option><option value="de">Deutsch</option><option value="el">Ελληνικά</option><option value="en">English</option><option value="es">Español (España)</option><option value="es-la">Español</option><option value="fi">Suomi</option><option value="fr">Français</option><option value="id">Bahasa Indonesia</option><option value="it">Italiano</option><option value="ja">日本語</option><option value="ko">한국어</option><option value="ms">Bahasa Melayu</option><option value="nb">Norsk</option><option value="nl">Nederlands</option><option value="pl">Polski</option><option value="pt-br">Português (Brasil)</option><option value="pt">Português (Portugal)</option><option value="ru">Русский</option><option value="sv">Svenska</option><option value="th">ภาษาไทย</option><option value="tl">Filipino</option><option value="tr">Türkçe</option><option value="zh-cn">中文(简体)</option><option value="zh-tw">中文(台灣)</option><option value="bn">বাংলা</option><option value="gu">ગુજરાતી</option><option value="hi">हिन्दी</option><option value="hr">Hrvatski</option><option value="hu">Magyar</option><option value="kn">ಕನ್ನಡ</option><option value="ml">മലയാളം</option><option value="mr">मराठी</option><option value="ne">नेपाली</option><option value="pa">ਪੰਜਾਬੀ</option><option value="si">සිංහල</option><option value="sk">Slovenčina</option><option value="ta">தமிழ்</option><option value="te">తెలుగు</option><option value="vi">Tiếng Việt</option><option value="zh-hk">中文(香港)</option><option value="bg">Български</option><option value="fr-ca">Français (Canada)</option><option value="ro">Română</option><option value="sr">Српски</option><option value="uk">Українська</option></select></span></li></ul></nav><span class="DINPA">© 2020 Фејсбукова апликација Instagram</span></div></footer></section></div>
<link rel="stylesheet" href="https://www.instagram.com/static/bundles/es6/ConsumerUICommons.css/5ec5409f6864.css" type="text/css" crossorigin="anonymous">
<link rel="stylesheet" href="https://www.instagram.com/static/bundles/es6/ConsumerAsyncCommons.css/27a959f10aa9.css" type="text/css" crossorigin="anonymous">
<link rel="stylesheet" href="https://www.instagram.com/static/bundles/es6/Consumer.css/5618806114ac.css" type="text/css" crossorigin="anonymous">
<script type="text/javascript">window._sharedData = {"config":{"csrf_token":"hRjVaenrWaTQrdJCh2F2WDXqiKpPDvIa","viewer":null,"viewerId":null},"country_code":"RS","language_code":"sr","locale":"sr_RS","entry_data":{"LoginAndSignupPage":[{"captcha":{"enabled":false,"key":""},"gdpr_required":false,"tos_version":"row","username_hint":""}]},"hostname":"www.instagram.com","is_whitelisted_crawl_bot":false,"deployment_stage":"c2","platform":"windows_nt_10","nonce":"VaEOoNjKiWn8j9ef6iSPDg==","mid_pct":71.82638,"zero_data":{},"cache_schema_version":3,"server_checks":{},"knobx":{"4":false,"17":false,"20":true,"22":true,"23":true,"24":true,"25":true,"26":true},"to_cache":{"gatekeepers":{"4":true,"5":false,"6":false,"7":false,"8":false,"9":false,"10":false,"11":false,"12":false,"13":true,"14":true,"15":true,"16":true,"18":true,"19":false,"23":false,"24":false,"26":true,"27":false,"28":false,"29":true,"31":false,"32":true,"34":false,"35":false,"38":true,"40":true,"41":false,"43":true,"59":true,"61":false,"62":false,"63":false,"64":false,"65":false,"67":true,"68":false,"69":true,"71":false,"72":true,"73":false,"74":false,"75":true,"77":true,"78":true,"79":false,"81":false,"82":true,"84":false,"86":false,"88":true,"91":false,"95":true,"97":false,"99":false,"100":false,"101":false,"102":true,"103":false,"104":true,"105":true,"106":false,"107":false,"108":false},"qe":{"app_upsell":{"g":"","p":{}},"igl_app_upsell":{"g":"","p":{}},"notif":{"g":"","p":{}},"onetaplogin":{"g":"","p":{}},"multireg_iter":{"g":"","p":{}},"felix_clear_fb_cookie":{"g":"","p":{}},"felix_creation_duration_limits":{"g":"","p":{}},"felix_creation_fb_crossposting":{"g":"","p":{}},"felix_creation_fb_crossposting_v2":{"g":"","p":{}},"felix_creation_validation":{"g":"","p":{}},"mweb_topical_explore":{"g":"","p":{}},"post_options":{"g":"","p":{}},"iglscioi":{"g":"","p":{}},"sticker_tray":{"g":"","p":{}},"web_sentry":{"g":"","p":{}},"0":{"p":{"4":true,"7":true,"8":true,"9":false},"qex":true},"2":{"p":{"0":true},"qex":true},"4":{"p":{"0":true},"qex":true},"5":{"p":{"1":false},"qex":true},"6":{"p":{"1":true,"5":false,"6":false,"7":false,"9":false,"10":false},"qex":true},"10":{"p":{"2":false},"qex":true},"12":{"p":{"0":5},"qex":true},"13":{"p":{"0":true},"qex":true},"16":{"p":{"0":false},"qex":true},"17":{"p":{"1":false},"qex":true},"19":{"p":{"0":true},"qex":true},"21":{"p":{"2":false},"qex":true},"22":{"p":{"1":false,"2":8.0,"3":0.85,"4":0.95,"10":0.0,"11":15,"12":3,"13":false},"qex":true},"23":{"p":{"0":false,"1":false},"qex":true},"25":{"p":{},"qex":true},"26":{"p":{"0":""},"qex":true},"28":{"p":{"0":false},"qex":true},"29":{"p":{},"qex":true},"30":{"p":{"0":true},"qex":true},"31":{"p":{},"qex":true},"33":{"p":{},"qex":true},"34":{"p":{"0":false},"qex":true},"35":{"p":{"0":false},"qex":true},"36":{"p":{"0":true,"1":true,"2":false,"3":false,"4":false},"qex":true},"37":{"p":{"0":false},"qex":true},"39":{"p":{"0":false,"6":false,"7":false,"8":false,"14":false},"qex":true},"41":{"p":{"3":true},"qex":true},"42":{"p":{"0":true},"qex":true},"43":{"p":{"0":false,"1":false,"2":false},"qex":true},"44":{"p":{"1":"inside_media","2":0.2},"qex":true},"45":{"p":{"12":false,"13":false,"17":0,"18":false,"19":2,"22":false,"23":"control","24":false,"25":"control","26":"control","32":false,"33":false},"qex":true},"46":{"p":{"0":false},"qex":true},"47":{"p":{"0":true,"1":true,"2":false,"3":false,"4":false,"6":false,"8":false,"9":false,"10":false,"11":false},"qex":true},"49":{"p":{"0":false},"qex":true},"50":{"p":{"0":false},"qex":true},"53":{"p":{"0":5},"qex":true},"54":{"p":{"0":false},"qex":true},"55":{"p":{"0":false},"qex":true},"56":{"p":{"1":true,"2":true},"qex":true},"58":{"p":{"0":0.0,"1":false},"qex":true},"59":{"p":{"0":true},"qex":true},"62":{"p":{"0":false},"qex":true},"64":{"p":{"0":false},"qex":true},"65":{"p":{},"qex":true},"66":{"p":{"0":false},"qex":true},"67":{"p":{"0":true,"1":true,"2":true,"3":true,"4":false,"5":false,"6":false,"7":false},"qex":true},"68":{"p":{"0":false},"qex":true},"69":{"p":{"0":true},"qex":true},"70":{"p":{"1":"Instagram\u306f\u30a2\u30d7\u30ea\u3067\u3088\u308a\u5feb\u9069\u306b\u3054\u5229\u7528\u306b\u306a\u308c\u307e\u3059","2":"\u30a2\u30d7\u30ea\u306b\u306f\u3088\u308a\u591a\u304f\u306e\u30ab\u30e1\u30e9\u30a8\u30d5\u30a7\u30af\u30c8\u3084\u30b9\u30bf\u30f3\u30d7\u304c\u3042\u308a\u307e\u3059\u3002\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u9001\u4fe1\u3059\u308b\u65b9\u6cd5\u3082\u3088\u308a\u591a\u304f\u3042\u308a\u307e\u3059\u3002","3":"\u30a2\u30d7\u30ea\u3092\u5229\u7528"},"qex":true},"71":{"p":{"1":"^/explore/.*|^/accounts/activity/$"},"qex":true},"72":{"p":{"0":false,"1":true,"2":true,"3":false,"4":false},"qex":true},"73":{"p":{"0":false},"qex":true},"74":{"p":{"1":false,"2":false,"3":false,"4":false,"5":false,"6":false,"7":false,"8":false,"9":false,"10":false},"qex":true},"75":{"p":{"0":true},"qex":true},"76":{"p":{"0":true,"1":false},"qex":true},"77":{"p":{"0":true,"1":false},"qex":true},"78":{"p":{"0":true,"1":false},"qex":true},"80":{"p":{"3":false},"qex":true},"81":{"p":{"0":false},"qex":true},"84":{"p":{"0":true,"1":true,"2":true,"3":false,"4":true,"5":true,"6":false,"8":false},"qex":true},"85":{"p":{"0":false,"1":"Pictures and Videos"},"qex":true},"87":{"p":{"0":true},"qex":true},"89":{"p":{"0":false},"qex":true},"91":{"p":{"0":false},"qex":true},"92":{"p":{"0":36},"qex":true},"93":{"p":{"0":true},"qex":true},"95":{"p":{"0":false,"1":false},"qex":true},"96":{"p":{"0":false},"qex":true},"97":{"p":{},"qex":true},"98":{"p":{"1":false},"qex":true},"99":{"p":{"0":false},"qex":true},"100":{"p":{},"qex":true},"101":{"p":{"0":false,"1":false},"qex":true},"102":{"p":{"0":true},"qex":true},"103":{"p":{"0":false,"1":false},"qex":true},"104":{"p":{"0":true},"qex":true},"105":{"p":{"0":"control"},"qex":true},"106":{"p":{"0":true},"qex":true},"107":{"p":{},"qex":true},"108":{"p":{"0":false,"1":false},"qex":true},"109":{"p":{},"qex":true},"110":{"p":{"0":false},"qex":true}},"probably_has_app":false,"cb":false},"device_id":"B2E2E704-720E-43C2-B5D2-A31A48ECA27F","encryption":{"key_id":"155","public_key":"4fd28ee2f38b02707cf2478111e82ed6c3d9fb4e181768d4bc15b6aae1474a45"},"rollout_hash":"3aed6acc7f7a","bundle_variant":"es6","is_canary":false};</script>
<script type="text/javascript">window.__initialDataLoaded(window._sharedData);</script>
<script type="text/javascript">var __BUNDLE_START_TIME__=this.nativePerformanceNow?nativePerformanceNow():Date.now(),__DEV__=false,process=this.process||{};process.env=process.env||{};process.env.NODE_ENV=process.env.NODE_ENV||"production";!(function(t){"use strict";function e(){return s=Object.create(null)}function r(t){const e=t,r=s[e];return r&&r.isInitialized?r.publicModule.exports:i(e,r)}function n(t){const e=t;if(s[e]&&s[e].importedDefault!==f)return s[e].importedDefault;const n=r(e),o=n&&n.__esModule?n.default:n;return s[e].importedDefault=o}function o(t){const e=t;if(s[e]&&s[e].importedAll!==f)return s[e].importedAll;const n=r(e);let o;if(n&&n.__esModule)o=n;else{if(o={},n)for(const t in n)a.call(n,t)&&(o[t]=n[t]);o.default=n}return s[e].importedAll=o}function i(e,r){if(!p&&t.ErrorUtils){p=!0;let n;try{n=c(e,r)}catch(e){t.ErrorUtils.reportFatalError(e)}return p=!1,n}return c(e,r)}function l(t){return{segmentId:t>>>h,localId:t&m}}function c(e,i){if(!i&&I.length>0){const t=l(e),r=t.segmentId,n=t.localId,o=I[r];null!=o&&(o(n),i=s[e])}const c=t.nativeRequire;if(!i&&c){const t=l(e),r=t.segmentId;c(t.localId,r),i=s[e]}if(!i)throw u(e);if(i.hasError)throw d(e,i.error);i.isInitialized=!0;const f=i,a=f.factory,p=f.dependencyMap;try{const l=i.publicModule;if(l.id=e,g.length>0)for(let t=0;t<g.length;++t)g[t].cb(e,l);return a(t,r,n,o,l,l.exports,p),i.factory=void 0,i.dependencyMap=void 0,l.exports}catch(t){throw i.hasError=!0,i.error=t,i.isInitialized=!1,i.publicModule.exports=void 0,t}}function u(t){let e='Requiring unknown module "'+t+'".';return Error(e)}function d(t,e){const r=t;return Error('Requiring module "'+r+'", which threw an exception: '+e)}t.__r=r,t.__d=function(t,e,r){null==s[e]&&(s[e]={dependencyMap:r,factory:t,hasError:!1,importedAll:f,importedDefault:f,isInitialized:!1,publicModule:{exports:{}}})},t.__c=e,t.__registerSegment=function(t,e){I[t]=e};var s=e();const f={},a={}.hasOwnProperty;r.importDefault=n,r.importAll=o;let p=!1;const h=16,m=65535;r.unpackModuleId=l,r.packModuleId=function(t){return(t.segmentId<<h)+t.localId};const g=[];r.registerHook=function(t){const e={cb:t};return g.push(e),{release:()=>{for(let t=0;t<g.length;++t)if(g[t]===e){g.splice(t,1);break}}}};const I=[]})('undefined'!=typeof global?global:'undefined'!=typeof window?window:this);
__s={"js":{"146":"https://www.instagram.com/static/bundles/es6/IGBloksRenderer.js/40a1d2bdc110.js","147":"https://www.instagram.com/static/bundles/es6/EncryptionUtils.js/eb91fe9ce25c.js","148":"https://www.instagram.com/static/bundles/es6/MobileStoriesLoginPage.js/14e4ea10d88b.js","149":"https://www.instagram.com/static/bundles/es6/DesktopStoriesLoginPage.js/c091a761bbba.js","150":"https://www.instagram.com/static/bundles/es6/AvenyFont.js/a4de03cd349f.js","151":"https://www.instagram.com/static/bundles/es6/DirectSearchUserContainer.js/45f55a424c31.js","152":"https://www.instagram.com/static/bundles/es6/MobileStoriesPage.js/d7e62c40bb77.js","153":"https://www.instagram.com/static/bundles/es6/DesktopStoriesPage.js/d5d9829573ac.js","154":"https://www.instagram.com/static/bundles/es6/ActivityFeedPage.js/e6f41e27e6f0.js","155":"https://www.instagram.com/static/bundles/es6/AdsSettingsPage.js/6a478fe7d09f.js","156":"https://www.instagram.com/static/bundles/es6/DonateCheckoutPage.js/3c829d918cef.js","157":"https://www.instagram.com/static/bundles/es6/CameraPage.js/9ac12a3db59c.js","158":"https://www.instagram.com/static/bundles/es6/SettingsModules.js/bed30988c3ac.js","159":"https://www.instagram.com/static/bundles/es6/ContactHistoryPage.js/4d0d57032087.js","160":"https://www.instagram.com/static/bundles/es6/AccessToolPage.js/0fde52ed09d7.js","161":"https://www.instagram.com/static/bundles/es6/AccessToolViewAllPage.js/edb30bdfe720.js","162":"https://www.instagram.com/static/bundles/es6/AccountPrivacyBugPage.js/884379655c6c.js","163":"https://www.instagram.com/static/bundles/es6/FirstPartyPlaintextPasswordLandingPage.js/db47643c67f2.js","164":"https://www.instagram.com/static/bundles/es6/ThirdPartyPlaintextPasswordLandingPage.js/052369cf7fa9.js","165":"https://www.instagram.com/static/bundles/es6/ShoppingBagLandingPage.js/2c90c2efe18d.js","166":"https://www.instagram.com/static/bundles/es6/PlaintextPasswordBugPage.js/9e6c713bbad9.js","167":"https://www.instagram.com/static/bundles/es6/PrivateAccountMadePublicBugPage.js/6e978a75106d.js","168":"https://www.instagram.com/static/bundles/es6/PublicAccountNotMadePrivateBugPage.js/05ef54ad6080.js","169":"https://www.instagram.com/static/bundles/es6/BlockedAccountsBugPage.js/12a183726b7d.js","170":"https://www.instagram.com/static/bundles/es6/AndroidBetaPrivacyBugPage.js/f78b2431e644.js","171":"https://www.instagram.com/static/bundles/es6/DataControlsSupportPage.js/7653080a8b1e.js","172":"https://www.instagram.com/static/bundles/es6/DataDownloadRequestPage.js/f5ffd7645e36.js","173":"https://www.instagram.com/static/bundles/es6/DataDownloadRequestConfirmPage.js/09621afa258a.js","174":"https://www.instagram.com/static/bundles/es6/CheckpointUnderageAppealPage.js/40d12148dd30.js","175":"https://www.instagram.com/static/bundles/es6/AccountRecoveryLandingPage.js/c7203b12c923.js","176":"https://www.instagram.com/static/bundles/es6/ContactInvitesOptOutPage.js/9c54ba0aa005.js","177":"https://www.instagram.com/static/bundles/es6/ParentalConsentPage.js/81305df6c39d.js","178":"https://www.instagram.com/static/bundles/es6/ParentalConsentNotParentPage.js/340b4728097d.js","179":"https://www.instagram.com/static/bundles/es6/TermsAcceptPage.js/dd8201030c96.js","180":"https://www.instagram.com/static/bundles/es6/TermsUnblockPage.js/9a452b43ec23.js","181":"https://www.instagram.com/static/bundles/es6/NewTermsConfirmPage.js/9fed08e359da.js","182":"https://www.instagram.com/static/bundles/es6/ContactInvitesOptOutStatusPage.js/03a9de306cfb.js","183":"https://www.instagram.com/static/bundles/es6/CreationModules.js/0d0fefaad866.js","184":"https://www.instagram.com/static/bundles/es6/StoryCreationPage.js/7f6d5cfd0760.js","185":"https://www.instagram.com/static/bundles/es6/PostCommentInput.js/a755fd6877e8.js","188":"https://www.instagram.com/static/bundles/es6/PostModalEntrypoint.js/068b0937b5ec.js","189":"https://www.instagram.com/static/bundles/es6/PostComments.js/50d84e5f921e.js","190":"https://www.instagram.com/static/bundles/es6/LikedByListContainer.js/cc7244d14a7a.js","191":"https://www.instagram.com/static/bundles/es6/CommentLikedByListContainer.js/0cd05575e40e.js","192":"https://www.instagram.com/static/bundles/es6/shaka-player.ui.js/b9f35f591861.js","193":"https://www.instagram.com/static/bundles/es6/DynamicExploreMediaPage.js/4d14ddbae301.js","194":"https://www.instagram.com/static/bundles/es6/DiscoverMediaPageContainer.js/8c76be6d7042.js","195":"https://www.instagram.com/static/bundles/es6/DiscoverPeoplePageContainer.js/21727e130c93.js","196":"https://www.instagram.com/static/bundles/es6/EmailConfirmationPage.js/a9d1f7f44197.js","197":"https://www.instagram.com/static/bundles/es6/EmailReportBadPasswordResetPage.js/144d9a593c05.js","198":"https://www.instagram.com/static/bundles/es6/FBSignupPage.js/68cb30f9baf8.js","199":"https://www.instagram.com/static/bundles/es6/NewUserInterstitial.js/e23bde50b6f3.js","200":"https://www.instagram.com/static/bundles/es6/MultiStepSignupPage.js/3582fa3821b4.js","201":"https://www.instagram.com/static/bundles/es6/EmptyFeedPage.js/0e821cce585e.js","202":"https://www.instagram.com/static/bundles/es6/NewUserActivatorsUnit.js/a3146ed05f84.js","203":"https://www.instagram.com/static/bundles/es6/FeedEndSuggestedUserUnit.js/c14b6b4f6778.js","204":"https://www.instagram.com/static/bundles/es6/FeedSidebarContainer.js/1d6e99529e38.js","205":"https://www.instagram.com/static/bundles/es6/SuggestedUserFeedUnitContainer.js/45dae2a7022e.js","206":"https://www.instagram.com/static/bundles/es6/InFeedStoryTray.js/7f47063d3fdb.js","207":"https://www.instagram.com/static/bundles/es6/FeedPageContainer.js/9a19851d1932.js","208":"https://www.instagram.com/static/bundles/es6/FollowListModal.js/7878311d01b3.js","209":"https://www.instagram.com/static/bundles/es6/FollowListPage.js/594e4fa1ea20.js","210":"https://www.instagram.com/static/bundles/es6/SimilarAccountsPage.js/386a4aec05ca.js","211":"https://www.instagram.com/static/bundles/es6/LiveBroadcastPage.js/1bd8b594e465.js","212":"https://www.instagram.com/static/bundles/es6/FalseInformationLandingPage.js/97b7e1b83902.js","213":"https://www.instagram.com/static/bundles/es6/LandingPage.js/726b43b2af9b.js","214":"https://www.instagram.com/static/bundles/es6/LocationsDirectoryCountryPage.js/3608138c0109.js","215":"https://www.instagram.com/static/bundles/es6/LocationsDirectoryCityPage.js/23f77418deaa.js","216":"https://www.instagram.com/static/bundles/es6/LocationPageContainer.js/4c0d30e73c78.js","217":"https://www.instagram.com/static/bundles/es6/LocationsDirectoryLandingPage.js/909f3c743d4b.js","218":"https://www.instagram.com/static/bundles/es6/LoginAndSignupPage.js/b2e37b561f81.js","219":"https://www.instagram.com/static/bundles/es6/UpdateIGAppForHelpPage.js/693b4f24b190.js","220":"https://www.instagram.com/static/bundles/es6/ResetPasswordPageContainer.js/997d46835d10.js","221":"https://www.instagram.com/static/bundles/es6/MobileAllCommentsPage.js/415abf8b00ad.js","222":"https://www.instagram.com/static/bundles/es6/MediaChainingPageContainer.js/92f6cc95f9a7.js","223":"https://www.instagram.com/static/bundles/es6/PostPageContainer.js/3a1b50f55250.js","224":"https://www.instagram.com/static/bundles/es6/ProfilesDirectoryLandingPage.js/b14368e8c518.js","225":"https://www.instagram.com/static/bundles/es6/HashtagsDirectoryLandingPage.js/4d7f305c5249.js","226":"https://www.instagram.com/static/bundles/es6/SuggestedDirectoryLandingPage.js/caf2452f0f99.js","227":"https://www.instagram.com/static/bundles/es6/TagPageContainer.js/38e4680b46f5.js","228":"https://www.instagram.com/static/bundles/es6/PhoneConfirmPage.js/8e7d83d385b3.js","229":"https://www.instagram.com/static/bundles/es6/SimilarAccountsModal.js/4bd7e09bfc30.js","230":"https://www.instagram.com/static/bundles/es6/ProfilePageContainer.js/f8e01de5c01a.js","231":"https://www.instagram.com/static/bundles/es6/HttpErrorPage.js/3fbeb8a995c4.js","232":"https://www.instagram.com/static/bundles/es6/IGTVVideoDraftsPageContainer.js/1445fff00a34.js","233":"https://www.instagram.com/static/bundles/es6/IGTVVideoUploadPageContainer.js/6077185515e8.js","234":"https://www.instagram.com/static/bundles/es6/OAuthPermissionsPage.js/65f83ec14cd1.js","235":"https://www.instagram.com/static/bundles/es6/MobileDirectPage.js/63522b45b2d1.js","236":"https://www.instagram.com/static/bundles/es6/DesktopDirectPage.js/a88c9e8aebb6.js","237":"https://www.instagram.com/static/bundles/es6/OneTapUpsell.js/dc7cf0e0bc42.js","238":"https://www.instagram.com/static/bundles/es6/NametagLandingPage.js/5c2f678fb81a.js","239":"https://www.instagram.com/static/bundles/es6/LocalDevTransactionToolSelectorPage.js/69109b159746.js","240":"https://www.instagram.com/static/bundles/es6/FBEAppStoreErrorPage.js/179d980f84af.js","241":"https://www.instagram.com/static/bundles/es6/BloksShellPage.js/a844fda3808b.js","242":"https://www.instagram.com/static/bundles/es6/BusinessCategoryPageContainer.js/9ce45f48d516.js","243":"https://www.instagram.com/static/bundles/es6/ActivityFeedBox.js/c01fb18e9731.js","244":"https://www.instagram.com/static/bundles/es6/DirectMQTT.js/b617c9b4afc5.js","245":"https://www.instagram.com/static/bundles/es6/DebugInfoNub.js/b039bc23bc2b.js","247":"https://www.instagram.com/static/bundles/es6/Consumer.js/fbbd80d076a0.js","248":"https://www.instagram.com/static/bundles/es6/Challenge.js/3625de9b3ec8.js","249":"https://www.instagram.com/static/bundles/es6/NotificationLandingPage.js/6ecfb32c9ef3.js","266":"https://www.instagram.com/static/bundles/es6/EmbedAsyncLogger.js/de5a48d52cd4.js","267":"https://www.instagram.com/static/bundles/es6/EmbedVideoWrapper.js/b4680c0b7fc3.js","268":"https://www.instagram.com/static/bundles/es6/EmbedSidecarEntrypoint.js/f68cb38edadc.js","269":"https://www.instagram.com/static/bundles/es6/EmbedRich.js/d1eedf297658.js"},"css":{"146":"https://www.instagram.com/static/bundles/es6/IGBloksRenderer.css/52baaabd26d9.css","148":"https://www.instagram.com/static/bundles/es6/MobileStoriesLoginPage.css/5056413a4d65.css","149":"https://www.instagram.com/static/bundles/es6/DesktopStoriesLoginPage.css/f6b046e2e7ad.css","150":"https://www.instagram.com/static/bundles/es6/AvenyFont.css/25fd69ff2266.css","151":"https://www.instagram.com/static/bundles/es6/DirectSearchUserContainer.css/c999b2120675.css","152":"https://www.instagram.com/static/bundles/es6/MobileStoriesPage.css/a8f13052a2e4.css","153":"https://www.instagram.com/static/bundles/es6/DesktopStoriesPage.css/1f0995409fda.css","154":"https://www.instagram.com/static/bundles/es6/ActivityFeedPage.css/c1a6963ef0be.css","155":"https://www.instagram.com/static/bundles/es6/AdsSettingsPage.css/a81732309c0f.css","156":"https://www.instagram.com/static/bundles/es6/DonateCheckoutPage.css/a81732309c0f.css","157":"https://www.instagram.com/static/bundles/es6/CameraPage.css/c5ef5083675c.css","158":"https://www.instagram.com/static/bundles/es6/SettingsModules.css/b436e608d092.css","159":"https://www.instagram.com/static/bundles/es6/ContactHistoryPage.css/6450a9697d3b.css","160":"https://www.instagram.com/static/bundles/es6/AccessToolPage.css/34921b2f36dd.css","161":"https://www.instagram.com/static/bundles/es6/AccessToolViewAllPage.css/ddca305d0cd5.css","162":"https://www.instagram.com/static/bundles/es6/AccountPrivacyBugPage.css/beafbf8dca83.css","165":"https://www.instagram.com/static/bundles/es6/ShoppingBagLandingPage.css/9ea9da8878b6.css","170":"https://www.instagram.com/static/bundles/es6/AndroidBetaPrivacyBugPage.css/e8cfdb9e50b0.css","171":"https://www.instagram.com/static/bundles/es6/DataControlsSupportPage.css/71a52e3d8bd5.css","172":"https://www.instagram.com/static/bundles/es6/DataDownloadRequestPage.css/db778d9553c5.css","173":"https://www.instagram.com/static/bundles/es6/DataDownloadRequestConfirmPage.css/1e9cdea74d83.css","174":"https://www.instagram.com/static/bundles/es6/CheckpointUnderageAppealPage.css/93e7a8868931.css","175":"https://www.instagram.com/static/bundles/es6/AccountRecoveryLandingPage.css/8df38b0b73ab.css","176":"https://www.instagram.com/static/bundles/es6/ContactInvitesOptOutPage.css/4c523a7df813.css","177":"https://www.instagram.com/static/bundles/es6/ParentalConsentPage.css/64034d3fadb2.css","178":"https://www.instagram.com/static/bundles/es6/ParentalConsentNotParentPage.css/a268c09f2b2c.css","179":"https://www.instagram.com/static/bundles/es6/TermsAcceptPage.css/f93160eb7986.css","180":"https://www.instagram.com/static/bundles/es6/TermsUnblockPage.css/c0bb73c157c6.css","181":"https://www.instagram.com/static/bundles/es6/NewTermsConfirmPage.css/5bd6ec78e196.css","182":"https://www.instagram.com/static/bundles/es6/ContactInvitesOptOutStatusPage.css/7d5282ddec05.css","183":"https://www.instagram.com/static/bundles/es6/CreationModules.css/5e069ecf9a00.css","184":"https://www.instagram.com/static/bundles/es6/StoryCreationPage.css/63ec3b508efa.css","185":"https://www.instagram.com/static/bundles/es6/PostCommentInput.css/58b93ef96160.css","188":"https://www.instagram.com/static/bundles/es6/PostModalEntrypoint.css/22326130afec.css","189":"https://www.instagram.com/static/bundles/es6/PostComments.css/2c4993169770.css","190":"https://www.instagram.com/static/bundles/es6/LikedByListContainer.css/cfbb06eb7d39.css","191":"https://www.instagram.com/static/bundles/es6/CommentLikedByListContainer.css/cfbb06eb7d39.css","193":"https://www.instagram.com/static/bundles/es6/DynamicExploreMediaPage.css/e058d3c6e0d0.css","194":"https://www.instagram.com/static/bundles/es6/DiscoverMediaPageContainer.css/03f4f86f1fb7.css","195":"https://www.instagram.com/static/bundles/es6/DiscoverPeoplePageContainer.css/744bc0f41de4.css","196":"https://www.instagram.com/static/bundles/es6/EmailConfirmationPage.css/d3ff48c961de.css","197":"https://www.instagram.com/static/bundles/es6/EmailReportBadPasswordResetPage.css/e4462019534b.css","198":"https://www.instagram.com/static/bundles/es6/FBSignupPage.css/ec2ddf131f68.css","199":"https://www.instagram.com/static/bundles/es6/NewUserInterstitial.css/27fbefcbd7f3.css","200":"https://www.instagram.com/static/bundles/es6/MultiStepSignupPage.css/312fc18c4342.css","201":"https://www.instagram.com/static/bundles/es6/EmptyFeedPage.css/aca00e00c692.css","203":"https://www.instagram.com/static/bundles/es6/FeedEndSuggestedUserUnit.css/97ff07a6ffa3.css","204":"https://www.instagram.com/static/bundles/es6/FeedSidebarContainer.css/b880dc2e9050.css","205":"https://www.instagram.com/static/bundles/es6/SuggestedUserFeedUnitContainer.css/75311a87837c.css","206":"https://www.instagram.com/static/bundles/es6/InFeedStoryTray.css/6edd85f893b3.css","207":"https://www.instagram.com/static/bundles/es6/FeedPageContainer.css/c77bce422006.css","208":"https://www.instagram.com/static/bundles/es6/FollowListModal.css/ce5341511d05.css","209":"https://www.instagram.com/static/bundles/es6/FollowListPage.css/6be4a4ddbbac.css","210":"https://www.instagram.com/static/bundles/es6/SimilarAccountsPage.css/3eb8b47abd2e.css","211":"https://www.instagram.com/static/bundles/es6/LiveBroadcastPage.css/9247ab121c6b.css","213":"https://www.instagram.com/static/bundles/es6/LandingPage.css/8751804c0079.css","214":"https://www.instagram.com/static/bundles/es6/LocationsDirectoryCountryPage.css/4dacfdb3fce0.css","215":"https://www.instagram.com/static/bundles/es6/LocationsDirectoryCityPage.css/4dacfdb3fce0.css","216":"https://www.instagram.com/static/bundles/es6/LocationPageContainer.css/14fc1d2d5a53.css","217":"https://www.instagram.com/static/bundles/es6/LocationsDirectoryLandingPage.css/8d8beac67daf.css","218":"https://www.instagram.com/static/bundles/es6/LoginAndSignupPage.css/c9eae584ca84.css","219":"https://www.instagram.com/static/bundles/es6/UpdateIGAppForHelpPage.css/6fb2336f846b.css","220":"https://www.instagram.com/static/bundles/es6/ResetPasswordPageContainer.css/68d92b16f480.css","221":"https://www.instagram.com/static/bundles/es6/MobileAllCommentsPage.css/75889bbbe1a0.css","222":"https://www.instagram.com/static/bundles/es6/MediaChainingPageContainer.css/7545b45c1f14.css","223":"https://www.instagram.com/static/bundles/es6/PostPageContainer.css/42450f7c438d.css","224":"https://www.instagram.com/static/bundles/es6/ProfilesDirectoryLandingPage.css/19082083377e.css","225":"https://www.instagram.com/static/bundles/es6/HashtagsDirectoryLandingPage.css/19082083377e.css","226":"https://www.instagram.com/static/bundles/es6/SuggestedDirectoryLandingPage.css/19082083377e.css","227":"https://www.instagram.com/static/bundles/es6/TagPageContainer.css/997ce5b0b414.css","228":"https://www.instagram.com/static/bundles/es6/PhoneConfirmPage.css/a33c7f8186d0.css","230":"https://www.instagram.com/static/bundles/es6/ProfilePageContainer.css/aa2909da1754.css","231":"https://www.instagram.com/static/bundles/es6/HttpErrorPage.css/97acfee23c4f.css","232":"https://www.instagram.com/static/bundles/es6/IGTVVideoDraftsPageContainer.css/a7130ff308dd.css","233":"https://www.instagram.com/static/bundles/es6/IGTVVideoUploadPageContainer.css/b7c970972651.css","234":"https://www.instagram.com/static/bundles/es6/OAuthPermissionsPage.css/9cf84c997572.css","235":"https://www.instagram.com/static/bundles/es6/MobileDirectPage.css/e103a5699243.css","236":"https://www.instagram.com/static/bundles/es6/DesktopDirectPage.css/ac3461855f63.css","237":"https://www.instagram.com/static/bundles/es6/OneTapUpsell.css/5563e4920af6.css","238":"https://www.instagram.com/static/bundles/es6/NametagLandingPage.css/f5a715b37996.css","239":"https://www.instagram.com/static/bundles/es6/LocalDevTransactionToolSelectorPage.css/3f8f9bb4c8a7.css","240":"https://www.instagram.com/static/bundles/es6/FBEAppStoreErrorPage.css/37c4f5efdab6.css","241":"https://www.instagram.com/static/bundles/es6/BloksShellPage.css/52baaabd26d9.css","242":"https://www.instagram.com/static/bundles/es6/BusinessCategoryPageContainer.css/2f33d401a70d.css","243":"https://www.instagram.com/static/bundles/es6/ActivityFeedBox.css/8f54c3789619.css","245":"https://www.instagram.com/static/bundles/es6/DebugInfoNub.css/f749d3fa9077.css","247":"https://www.instagram.com/static/bundles/es6/Consumer.css/5618806114ac.css","248":"https://www.instagram.com/static/bundles/es6/Challenge.css/d39665a620ec.css","267":"https://www.instagram.com/static/bundles/es6/EmbedVideoWrapper.css/edb8c1eb0abe.css","268":"https://www.instagram.com/static/bundles/es6/EmbedSidecarEntrypoint.css/7e979d7bcefa.css","269":"https://www.instagram.com/static/bundles/es6/EmbedRich.css/c9073defeed9.css"}}</script>
<script type="text/javascript" src="https://www.instagram.com/static/bundles/es6/Vendor.js/c911f5848b78.js" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://www.instagram.com/static/bundles/es6/sr_RS.js/a1afa4e22e9f.js" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://www.instagram.com/static/bundles/es6/ConsumerLibCommons.js/aee2dda7a1bd.js" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://www.instagram.com/static/bundles/es6/ConsumerUICommons.js/388ffaafb44f.js" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://www.instagram.com/static/bundles/es6/ConsumerAsyncCommons.js/dbbcca2a020d.js" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://www.instagram.com/static/bundles/es6/FBSignupPage.js/68cb30f9baf8.js" crossorigin="anonymous" charset="utf-8" async=""></script>
<script type="text/javascript" src="https://www.instagram.com/static/bundles/es6/LoginAndSignupPage.js/b2e37b561f81.js" crossorigin="anonymous" charset="utf-8" async=""></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script>
jQuery(document).ready(function() {
$("input[name='username']").click(function() {
$(".first-fix").css('cssText', 'transform: scale(.83333) translateY(-10px)');
$(this).css('cssText', 'font-size: 12px; padding: 14px 0 2px 8px!important;');
});
$("input[name='password']").click(function() {
$(".second-fix").css('cssText', 'transform: scale(.83333) translateY(-10px)');
$(this).css('cssText', 'font-size: 12px; padding: 14px 0 2px 8px!important;');
});
});
</script>
<script type="text/javascript">
(function(){
function normalizeError(err) {
var errorInfo = err.error || {};
var getConfigProp = function(propName, defaultValueIfNotTruthy) {
var propValue = window._sharedData && window._sharedData[propName];
return propValue ? propValue : defaultValueIfNotTruthy;
};
return {
line: err.line || errorInfo.message || 0,
column: err.column || 0,
name: 'InitError',
message: err.message || errorInfo.message || '',
script: errorInfo.script || '',
stack: errorInfo.stackTrace || errorInfo.stack || '',
timestamp: Date.now(),
ref: window.location.href,
deployment_stage: getConfigProp('deployment_stage', ''),
is_canary: getConfigProp('is_canary', false),
rollout_hash: getConfigProp('rollout_hash', ''),
is_prerelease: window.__PRERELEASE__ || false,
bundle_variant: getConfigProp('bundle_variant', null),
request_url: err.url || window.location.href,
response_status_code: errorInfo.statusCode || 0
}
}
window.addEventListener('load', function(){
if (window.__bufferedErrors && window.__bufferedErrors.length) {
if (window.caches && window.caches.keys && window.caches.delete) {
window.caches.keys().then(function(keys) {
keys.forEach(function(key) {
window.caches.delete(key)
})
})
}
window.__bufferedErrors.map(function(error) {
return normalizeError(error)
}).forEach(function(normalizedError) {
var request = new XMLHttpRequest();
request.open('POST', '/client_error/', true);
request.setRequestHeader('Content-Type', 'application/json; charset=utf-8');
request.send(JSON.stringify(normalizedError));
})
}
})
}());
</script>
<div class="Z2m7o"><div class="CgFia "></div></div><div id="fb-root" class=" fb_reset"><div style="position: absolute; top: -10000px; width: 0px; height: 0px;"><div></div></div></div></body></html>