You can connect to norm's p.r.o.x.y by using below 3 methods:
Server: norm.im
<script> | |
(function() { | |
function setCookie(name, value, days) { | |
var expires; | |
if (days) { | |
var date = new Date(); | |
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); | |
expires = "; expires=" + date.toGMTString(); |
define(function(){ | |
'use strict'; | |
var patched = false; | |
var calculateSearchPathsBackup; | |
var getStyleEntryBackup; | |
var g = this; | |
function calculateSearchPathsHack() { | |
this.names = []; |
javascript:%28function%28%29%7Bfunction callback%28%29%7Bb2cDebuglet%28%29%7Dvar s%3Ddocument.createElement%28"script"%29%3Bs.id%3D"b2cDebuglet"%3Bs.src%3D"/etc/designs/b2c/clientlibs-generic/debuglet/b2cDebuglet.js"%3Bif%28s.addEventListener%29%7Bs.addEventListener%28"load"%2Ccallback%2Cfalse%29%7Delse if%28s.readyState%29%7Bs.onreadystatechange%3Dcallback%7Ddocument.body.appendChild%28s%29%3B%7D%29%28%29 |
;(function(){ | |
"use strict"; | |
var Timed = window.qubit.opentag.Timed; | |
var Utils = window.qubit.opentag.Utils; | |
var Container = window.qubit.opentag.Container; | |
function ExecutionContext(firedTagsMap, command, forceAsync) { | |
this.firedTagsMap = firedTagsMap; | |
this.command = command; |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title></title> | |
</head> | |
<body> | |
<input id="test" /> | |
<script type="text/javascript"> | |
(function(){ | |
var count = 0; |
<!DOCTYPE html> | |
<html lang="en" dir="ltr"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> | |
<meta name="apple-mobile-web-app-capable" content="yes"> | |
<meta content="yes" name="apple-touch-fullscreen"> | |
<meta name="apple-mobile-web-app-status-bar-style" content="black"> |
<!DOCTYPE html> | |
<html lang="en" dir="rtl"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> | |
<meta name="apple-mobile-web-app-capable" content="yes"> | |
<meta content="yes" name="apple-touch-fullscreen"> | |
<meta name="apple-mobile-web-app-status-bar-style" content="black"> | |
<meta name="format-detection" content="telephone=no"> |
<!doctype html> | |
<html> | |
<head> | |
<title>iFrame memory leak prevention test</title> | |
</head> | |
<body> | |
<h1>iFrame memory leak prevention test (void)</h1> | |
<p>In IE up through version 8 adding an iframe to a page and | |
removing it produces a memory leak in some cases. The pattern |
<!DOCTYPE html> | |
<html lang="en" dir="rtl"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> | |
<meta name="apple-mobile-web-app-capable" content="yes"> | |
<meta content="yes" name="apple-touch-fullscreen"> | |
<meta name="apple-mobile-web-app-status-bar-style" content="black"> | |
<meta name="format-detection" content="telephone=no"> |