June 2026
Create an account to continue using Similarweb
View website metrics, keywords, top marketing channels, market research tools, and more.
Create your free accounttrex-game.skipser.com
Global Rank
- -
Country Rank
- -
Category Rank
- -
Showing Similarweb estimated data.
Publicly validate your site’s metrics by connecting your GA4
Reflect your success
Verify your website's traffic and engagement metrics by connecting to Google Analytics
Bounce Rate
41.7%
Pages per Visit
1.91
Avg Visit Duration
00:01:22
- Company
- - -
- Industry
- - -
Top 10 trex-game.skipser.com Competitors
The Top 10 Sites Like trex-game.skipser.com in June 2026 are ranked by their affinity to trex-game.skipser.com in terms of keyword traffic, audience targeting, and market overlap
Game about Godzilla running through the town, jumping over buildings and dodging jets
- Company
- - -
- Industry
- - -
Global Rank
#76,625
1,350Bounce Rate
55.76%
Pages per Visit
2.19
Avg Visit Duration
00:00:58
Similarity Score
100%t-rex dinosaur - a replica of the hidden game from chrome offline mode. press space to start the game online and jump your dino, use down arrow (↓) to duck.
- Company
- - -
- Industry
- - -
Global Rank
#115,538
21,111Bounce Rate
50.52%
Pages per Visit
2.03
Avg Visit Duration
00:00:43
Similarity Score
97%T-Rex Dinosaur (dinosaur T-rex running) is a Google Chrome's unblocked offline game when there is no access to the internet. Press the "space" key to start. Make the dinosaur jump by using the "space" key or the "up arrow" key, and make it duck by using the "down arrow" key.
- Company
- - -
- Industry
- - -
Bounce Rate
48.3%
Pages per Visit
2.67
Avg Visit Duration
00:01:10
Similarity Score
93%My favorite games on Dinosaur Game
- Company
- - -
- Industry
- - -
Global Rank
#89,378
21,647Bounce Rate
61.13%
Pages per Visit
1.62
Avg Visit Duration
00:00:55
Similarity Score
91%Node.js 调试相关 #0 Node.js 正确的书写方式 为了防止后面出现混乱的各种书写,先来了解一下如何正确书写 node 的名称。 下面使用来自@bitandbang 推文中的图片展示如何正确书写 Node.js 名称。 Node.js 名称的正确书写方式 --inspect 参数 本地开发,无论是 web 应用还是命令行工具,使用 --inspect-brk 参数启动程序,然后结合 Chrome DevTools 调试恐怕能满足大多数场景了。 具体步骤: 通过 --inspect-brk 参数启动程序,会进入调试模式。 $ `node --inspect-brk index.js` 这里使用 --inspect-brk 而非 --inspect 可保证代码第一时间断在开程序开头。如果使用后者,有可能无法进行后续操作。 打开 Chrome 新开标签页访问 chrome://inspect。不出意外会看到刚刚创建的一个调试实例,直接点击 inspect 即可启动调试。因为是 --inspect-brk 启动的,调试界面打开后会断在程序开头。后面在哪里加断点就有很大自主权了。 chrome://inspect 界面 需要注意的是,因为此时断在了程序开始,程序中其他文件可能没加载。所以无法看到。这种情况下,可事先在需要加断点的地方写上 debugger。 子进程中代码的调试 另一个需要注意的地方就是子进程。对于 子进程 中的代码,是无法断点的,这是调试大多数框架及复杂程序时的痛点。 一个简单的子进程示例: index.js var cp = require('child_process'); var child = cp.fork('./child'); child.on('message', function(m) { console.log('received: ' + m); }); child.send('Please up-case this string'); child.js process.on('message', function(m) { debugger; // Do work (in this case just up-case the string m = m.toUpperCase(); // Pass results back to parent process process.send(m.toUpperCase(m)); }); 这里,node --inspect-brk index.js 启动调试后,child.js 中的 debugger 并不会生效,因为它的代码在子进程中。 这也就是为什么,当你想调试 webpack 编译,恰好又用了类似 happypack 这种多进程加速编译的工具时,发现 loader 及 插件中无法断点的原因。 又比如,调试 eggjs,它也是多进程的模型,业务代码是运行在 worker 进程中的,直接通过 Node.js 的调试参数肯定是不行的。当然框架一般会有自身配套的调试方案,你可以安装 egg 的 vscode 调试插件,或者使用 egg-scripts 来启动调试。 那是不是就无能为力了?当然不是,只是需要费劲一点。我们需要找到开启子进程的地方,在开启的时候加上调试参数。 还是上面的示例,改造主文件为如下: var cp = require('child_process'); +var child = cp.fork('./child',[],{execArgv:['--inspect-brk']}); child.on('message', function(m) { console.log('received: ' + m); }); child.send('Please up-case this string'); 这样,就表示以调试模式来运行子进程中的代码,此时启动程序不要加 inspect,因为那是开启对主进程的调试,直接运行程序即可。node index.js。然后我们会在 Chrome://inspect 看到子进程已经 attach 到了调试界面。 所以,无论是通过 require('child_process' 的 exec 还是 spawn,只需要找到开启子进程的地方,加上调试参数。 但问题是,就看你能不能正确地找到所使用的框架工具他们开启子进程的地方。 善用 npx 调试 Node.js 模块时,特别是 npm 包,你需要手动拼出该模块的入口文件的路径,类似 node —inspect node_modules/webpack/bin/webpack.js, 但通过 npx 则不用,因为 npx 会自动在项目的 node_mod
- Company
- - -
- Industry
- - -
Global Rank
#2,205,324
332,305Bounce Rate
39.46%
Pages per Visit
1.09
Avg Visit Duration
- -
Similarity Score
89%Access Google through a retro 1980s-style computer terminal. Type commands, see ASCII graphics, and search the web like it’s the BBS era in a retro-computing experience rebuilt for modern browsers.
- Company
- - -
- Industry
- - -
Global Rank
#26,438
2,387Bounce Rate
41.6%
Pages per Visit
4.56
Avg Visit Duration
00:02:04
Similarity Score
82%Your privacy is important to us at rodeostampede.io. This Privacy Policy explains how we collect, use, and protect your information when you visit our website.
- Company
- - -
- Industry
- - -
Bounce Rate
37.57%
Pages per Visit
2.04
Avg Visit Duration
00:00:45
Similarity Score
68%welcome to looney tunes web portal
- Company
- - -
- Industry
- - -
Global Rank
#1,179,412
314,423Bounce Rate
48.56%
Pages per Visit
1.56
Avg Visit Duration
00:00:12
Similarity Score
65%Su Funnygames.it puoi giocare più di 8.000 giochi online gratuitamente.Gioca i tuoi giochi preferiti su Funnygames.it!
- Company
- - -
- Industry
- - -
Global Rank
#895,788
35,314Bounce Rate
31.79%
Pages per Visit
2.04
Avg Visit Duration
00:03:19
Similarity Score
63%armedforces.io is a fun fps game with great graphics, complex shop system and endless fun!
- Company
- - -
- Industry
- - -
Global Rank
#887,695
101,990Bounce Rate
43.71%
Pages per Visit
1.91
Avg Visit Duration
00:00:16
Similarity Score
61%trex-game.skipser.com's top 5 competitors in June 2026 are: trex-runner.com, chromedino.com, dinorunner.com, dinosaur-game.io, and more.
According to Similarweb data of monthly visits, trex-game.skipser.com’s top competitor in June 2026 is trex-runner.com. trex-game.skipser.com 2nd most similar site is chromedino.com, and closing off the top 3 is dinorunner.com.
dinosaur-game.io ranks as the 4th most similar website to trex-game.skipser.com and wayou.github.io ranks fifth in June 2026.
The other five competitors in the top 10 list are elgoog.im, rodeostampede.io, looneytuneswom.com, funnygames.it, and armedforces.io.