Skip to content

Commit 539943f

Browse files
🤖 auto-update
1 parent 6d94d26 commit 539943f

1 file changed

Lines changed: 140 additions & 10 deletions

File tree

README.md

Lines changed: 140 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,145 @@
1-
<div align="center"><a target="_blank" href="https://tinyhref.com"><img src="https://i.imgur.com/cY13Vvb.png" height="128" alt="tinyhref"/></a></div>
2-
<h1 align="center"><a target="_blank" href="https://tinyhref.com/alternatives/nodejs">NodeJS</a> Alternatives - TinyHref</h1>
3-
<p align="center">A curated collection of the best alternatives to NodeJS</p>
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4+
<head>
5+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
6+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
7+
<title>tinyhref.com</title>
8+
<style media="screen">
9+
.asset_star0 {
10+
background: url('//d38psrni17bvxu.cloudfront.net/themes/assets/star0.gif') no-repeat center;
11+
width: 13px;
12+
height: 12px;
13+
display: inline-block;
14+
}
415

5-
<div align="center"><a target="_blank" href="https://tinyhref.com/submit"><img src="https://img.shields.io/badge/Submit-c32769.svg?style=flat" alt="submit"/></a>
6-
<a target="_blank" href="https://x.com/intent/follow?screen_name=tinyhref"><img src="https://img.shields.io/twitter/follow/tinyhref" alt="submit"/></a></div>
16+
.asset_star1 {
17+
background: url('//d38psrni17bvxu.cloudfront.net/themes/assets/star1.gif') no-repeat center;
18+
width: 13px;
19+
height: 12px;
20+
display: inline-block;
21+
}
722

8-
<img src="https://i.imgur.com/waxVImv.png" alt="break-line"/>
23+
.asset_starH {
24+
background: url('//d38psrni17bvxu.cloudfront.net/themes/assets/starH.gif') no-repeat center;
25+
width: 13px;
26+
height: 12px;
27+
display: inline-block;
28+
}
929

10-
<h3>Bundler</h3>
30+
.sitelink {
31+
padding-right: 16px;
32+
}
1133

12-
<div><img width="16" src="https://esm.sh/link-public-cdn-hcm@1.1.91753-1757256927226/bun-logo.png" alt="Bun"/> <a target="_blank" href="https://tinyhref.com/bun">Bun</a> - A fast all-in-one JavaScript runtime.</div>
13-
<h3>Library</h3>
34+
.sellerRatings a:link,
35+
.sellerRatings a:visited,
36+
.sellerRatings a:hover,
37+
.sellerRatings a:active {
38+
text-decoration: none;
39+
cursor: text;
40+
}
1441

15-
<div><img width="16" src="https://esm.sh/public-cdn@1.1.51396-1757432016494/deno-logo.svg" alt="Deno"/> <a target="_blank" href="https://tinyhref.com/deno">Deno</a> - The next-generation JavaScript runtime.</div>
42+
.sellerRatings {
43+
margin:0 0 3px 20px;
44+
}
45+
46+
.sitelinkHolder {
47+
margin:-15px 0 15px 35px;
48+
}
49+
50+
#ajaxloaderHolder {
51+
display: block;
52+
width: 24px;
53+
height: 24px;
54+
background: #fff;
55+
padding: 8px 0 0 8px;
56+
margin:10px auto;
57+
-webkit-border-radius: 4px;
58+
-moz-border-radius: 4px;
59+
border-radius: 4px;
60+
}</style> <style media="screen">
61+
/* skzcss - for tests */
62+
63+
body {
64+
margin: 0;
65+
padding: 0;
66+
height: 100%;
67+
overflow: hidden;
68+
}
69+
70+
iframe {
71+
margin: 0;
72+
padding: 0;
73+
border: none;
74+
width: 100%;
75+
height: 100%;
76+
}
77+
78+
#content {
79+
position: absolute;
80+
left: 0;
81+
right: 0;
82+
bottom: 0;
83+
top: 0;
84+
}
85+
86+
#imprint {
87+
position: relative;
88+
bottom: 0;
89+
text-align: center;
90+
padding-top: 5px;
91+
height: 25px;
92+
}
93+
</style>
94+
</head>
95+
96+
<body>
97+
<script async src="https://euob.youseasky.com/sxp/i/224f85302aa2b6ec30aac9a85da2cbf9.js" data-ch="AdsDeli - domain - landingpage" data-uvid="2449aa0179340dff1beac7e6eff89f7bf4563460" class="ct_clicktrue_80705" data-jsonp="onCheqResponse"></script>
98+
<noscript>
99+
<iframe src="https://obseu.youseasky.com/ns/224f85302aa2b6ec30aac9a85da2cbf9.html?ch=AdsDeli%20-%20domain%20-%20landingpage"
100+
width="0" height="0" style="display:none"></iframe>
101+
</noscript>
102+
<script type="application/javascript">
103+
let scriptPath='';
104+
window.chronosfailed = function () {
105+
console.log('Callback complete.');
106+
};
107+
</script>
108+
<script type="text/javascript">
109+
var ls = function(xhr, token) {
110+
xhr.onreadystatechange = function () {
111+
if (xhr.readyState === XMLHttpRequest.DONE) {
112+
if (xhr.status >= 200 && xhr.status <= 400) {
113+
if (xhr.responseText.trim() === '') {
114+
return;
115+
}
116+
117+
console.log(JSON.parse(xhr.responseText))
118+
} else {
119+
console.log('There was a problem with the request.');
120+
}
121+
}
122+
}
123+
124+
xhr.open('GET', '/munin/a/l' + 's?t=68d47b9b&token=' + encodeURI(token), true);
125+
xhr.send();
126+
};
127+
ls(new XMLHttpRequest(), '2449aa0179340dff1beac7e6eff89f7bf4563460');
128+
if (typeof window.chronosfailed === 'function') { window.chronosfailed(); }
129+
</script>
130+
131+
<div>
132+
133+
</div>
134+
135+
<div id="content">
136+
<iframe id="iframe" frameBorder="0" src="https://yfdpco3.com/sk-park.php?pid=9PO15V947&dn=tinyhref.com&ua=curl%2F8.5.0&requrl=http%3A%2F%2Ftinyhref.com%2Flaunch%2Falternative%2Fnodejs%2Freadme"></iframe>
137+
</div>
138+
139+
<script>
140+
(function () {
141+
document.getElementById("content").style.top = document.getElementById("content").previousElementSibling.clientHeight + "px";
142+
})();
143+
</script>
144+
</body>
145+
</html>

0 commit comments

Comments
 (0)