mirror of
https://github.com/GiriNeko/CheckChrome.git
synced 2025-12-16 21:27:24 +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 perfops() {
|
||||
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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue