mirror of
https://github.com/GiriNeko/CheckChrome.git
synced 2025-12-17 13:47:21 +00:00
refactor: update perfops
This commit is contained in:
parent
1692b3429c
commit
f91e2ae60c
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@
|
||||||
(function () {
|
(function () {
|
||||||
function perfops() {
|
function perfops() {
|
||||||
var js = document.createElement('script');
|
var js = document.createElement('script');
|
||||||
js.src = 'https://rum.perfops.net/rum3.min.js';
|
js.src = 'https://cdn.jsdelivr.net/npm/perfops-rom';
|
||||||
document.body.appendChild(js);
|
document.body.appendChild(js);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue