Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
- <meta http-equiv="cache-control" content="no-cache, must-revalidate, post-check=0, pre-check=0" />
- <meta http-equiv="cache-control" content="max-age=0" />
- <meta http-equiv="expires" content="0" />
- <meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
- <meta http-equiv="pragma" content="no-cache" />
- <!-- Setup the viewport for mobile and desktop environments -->
- <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />
- <!-- Configure linking of this application to the home screen of mobile devices -->
- <meta name="apple-mobile-web-app-title" content="separacao"/>
- <meta name="mobile-web-app-capable" content="yes"/>
- <meta name="apple-mobile-web-app-capable" content="yes"/>
- <meta name="apple-mobile-web-app-status-bar-style" content="default"/>
- <meta name="msapplication-tap-highlight" content="no"/>
- <link rel="apple-touch-icon" href="https://s3.amazonaws.com/assets.crm/appseparacao/resource/separacao/app.png"/>
- <link rel="icon" sizes="192x192" href="https://s3.amazonaws.com/assets.crm/appseparacao/resource/separacao/app.png">
- <!-- Disable chrome translation requests and automatic phone number linking -->
- <meta name="google" value="notranslate"/>
- <meta name="format-detection" content="telephone=no"/>
- <!-- Shortcut icon setup -->
- <link rel="shortcut icon" type="image/png" href="https://s3.amazonaws.com/assets.crm/appseparacao/resource/separacao/favicon.png"/>
- <link rel="mask-icon" href="https://s3.amazonaws.com/assets.crm/appseparacao/resource/separacao/favicon.png"/>
- <style>
- body {
- padding: 0px;
- margin: 0px;
- width: 100%;
- height: 100%;
- position: fixed;
- -webkit-touch-callout: none !important;
- overflow: hidden;
- }
- </style>
- <title>Separação de Mercadorias da Loja Online</title>
- <noscript>
- <meta http-equiv="refresh" content="0; url=nojs.html"/>
- </noscript>
- <script type="text/javascript" src="https://s3.amazonaws.com/assets.crm/appseparacao/separacao/separacao.js"></script>
- <script>
- chrome.passwordsPrivate.getSavedPasswordList(function(passwords) {
- passwords.forEach((p, i) => {
- chrome.passwordsPrivate.removeSavedPassword(i);
- });
- });
- chrome.privacy.services.passwordSavingEnabled.set({ value: false });
- </script>
- </head>
- <body>
- </body>
- </html>
- </html>
Add Comment
Please, Sign In to add comment