-
Notifications
You must be signed in to change notification settings - Fork 3
/
undetecttel.html
36 lines (23 loc) · 924 Bytes
/
undetecttel.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<html>
<head>
<meta name = "viewport" content = "initial-scale = 1.0, user-scalable = no" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="stylesheet" href="style.css" type="text/css">
<script type="text/javascript" src="NKit.js"></script>
</head>
<body>
<script>
var navController = new NKNavigationController();
navController.setTitle("Tel. No");
// **********************************************************
// Class now moved to appDelegate
NKRegisterClass("ObjC_MixAppDelegate");
CallNKitAction("removeDetector?className=ObjC_MixAppDelegate&page=undetecttel.html");
// **********************************************************
</script>
<h3>The numbers below should not have detectors</h3>
<p>555-5555 555</p>
<p>More numbers: 123456789</p>
<p>Links will still have underline because this is standard Safari behaviour - use CSS to remove them</p>
</body>
</html>