mirror of
https://github.com/soapingtime/diyhrt.git
synced 2026-09-05 04:20:20 +02:00
[automated] update groups.io wiki
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
console.log("stack:", errorObj.stack);
|
||||
stack = errorObj.stack;
|
||||
}
|
||||
console.log("client_id:", "web.app01-g2.1665149.1770772022928796854");
|
||||
console.log("client_id:", "web.app02-g2.541421.1771376471306103586");
|
||||
console.log("last_error:", lastError);
|
||||
console.log("stack:", stack);
|
||||
}
|
||||
@@ -117,6 +117,30 @@
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
var ignoreMessages = ["ResizeObserver loop limit exceeded",
|
||||
"TypeError: can't redefine non-configurable property \"userAgent\"",
|
||||
"TypeError: can't redefine non-configurable property \"getChannelData\"",
|
||||
"ReferenceError: tinymce is not defined",
|
||||
"Uncaught ReferenceError: timeoutId is not defined",
|
||||
"ReferenceError: Can't find variable: tinymce"];
|
||||
for (var i = 0; i < ignoreMessages.length; i++) {
|
||||
if (errorMessage === ignoreMessages[i]) {
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (errorUrl.indexOf("safari-extension:") === 0 || errorUrl.indexOf("moz-extension:") === 0 || errorUrl.indexOf("chrome-extension:") === 0) {
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
if (errorUrl.indexOf("googletagmanager.com") !== -1 || errorUrl.indexOf("socialsearch.com") !== -1) {
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
if (errorLine === 0 || errorLine === 1) {
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
jQuery.ajax({
|
||||
type: 'POST',
|
||||
url: '/jsclienterror',
|
||||
@@ -127,7 +151,7 @@
|
||||
column: column,
|
||||
stack: stack,
|
||||
last_error: lastError,
|
||||
client_id: "web.app01-g2.1665149.1770772022928796854"
|
||||
client_id: "web.app02-g2.541421.1771376471306103586"
|
||||
},
|
||||
success: function() {
|
||||
if (console && console.log) {
|
||||
@@ -199,7 +223,7 @@
|
||||
console.log("FULL PAGE LOAD");
|
||||
</script>
|
||||
</head>
|
||||
<body id="body" class="" hx-headers='{"Accept-Version": "6e84307f94f20e9766aa3671c71667feb9295e12"}' hx-ext="preload" hx-boost="false">
|
||||
<body id="body" class="" hx-headers='{"Accept-Version": "15c43965d17c17bad0c1b2328546089a18c59d15"}' hx-ext="preload" hx-boost="false">
|
||||
|
||||
<script>
|
||||
if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) {
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
console.log("stack:", errorObj.stack);
|
||||
stack = errorObj.stack;
|
||||
}
|
||||
console.log("client_id:", "web.app02-g2.1663605.1770772022878866208");
|
||||
console.log("client_id:", "web.app01-g2.541860.1771376471229927779");
|
||||
console.log("last_error:", lastError);
|
||||
console.log("stack:", stack);
|
||||
}
|
||||
@@ -117,6 +117,30 @@
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
var ignoreMessages = ["ResizeObserver loop limit exceeded",
|
||||
"TypeError: can't redefine non-configurable property \"userAgent\"",
|
||||
"TypeError: can't redefine non-configurable property \"getChannelData\"",
|
||||
"ReferenceError: tinymce is not defined",
|
||||
"Uncaught ReferenceError: timeoutId is not defined",
|
||||
"ReferenceError: Can't find variable: tinymce"];
|
||||
for (var i = 0; i < ignoreMessages.length; i++) {
|
||||
if (errorMessage === ignoreMessages[i]) {
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (errorUrl.indexOf("safari-extension:") === 0 || errorUrl.indexOf("moz-extension:") === 0 || errorUrl.indexOf("chrome-extension:") === 0) {
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
if (errorUrl.indexOf("googletagmanager.com") !== -1 || errorUrl.indexOf("socialsearch.com") !== -1) {
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
if (errorLine === 0 || errorLine === 1) {
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
jQuery.ajax({
|
||||
type: 'POST',
|
||||
url: '/jsclienterror',
|
||||
@@ -127,7 +151,7 @@
|
||||
column: column,
|
||||
stack: stack,
|
||||
last_error: lastError,
|
||||
client_id: "web.app02-g2.1663605.1770772022878866208"
|
||||
client_id: "web.app01-g2.541860.1771376471229927779"
|
||||
},
|
||||
success: function() {
|
||||
if (console && console.log) {
|
||||
@@ -199,7 +223,7 @@
|
||||
console.log("FULL PAGE LOAD");
|
||||
</script>
|
||||
</head>
|
||||
<body id="body" class="" hx-headers='{"Accept-Version": "6e84307f94f20e9766aa3671c71667feb9295e12"}' hx-ext="preload" hx-boost="false">
|
||||
<body id="body" class="" hx-headers='{"Accept-Version": "15c43965d17c17bad0c1b2328546089a18c59d15"}' hx-ext="preload" hx-boost="false">
|
||||
|
||||
<script>
|
||||
if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) {
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
console.log("stack:", errorObj.stack);
|
||||
stack = errorObj.stack;
|
||||
}
|
||||
console.log("client_id:", "web.app01-g2.1665141.1770772022822777284");
|
||||
console.log("client_id:", "web.app02-g2.541410.1771376471157499013");
|
||||
console.log("last_error:", lastError);
|
||||
console.log("stack:", stack);
|
||||
}
|
||||
@@ -117,6 +117,30 @@
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
var ignoreMessages = ["ResizeObserver loop limit exceeded",
|
||||
"TypeError: can't redefine non-configurable property \"userAgent\"",
|
||||
"TypeError: can't redefine non-configurable property \"getChannelData\"",
|
||||
"ReferenceError: tinymce is not defined",
|
||||
"Uncaught ReferenceError: timeoutId is not defined",
|
||||
"ReferenceError: Can't find variable: tinymce"];
|
||||
for (var i = 0; i < ignoreMessages.length; i++) {
|
||||
if (errorMessage === ignoreMessages[i]) {
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (errorUrl.indexOf("safari-extension:") === 0 || errorUrl.indexOf("moz-extension:") === 0 || errorUrl.indexOf("chrome-extension:") === 0) {
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
if (errorUrl.indexOf("googletagmanager.com") !== -1 || errorUrl.indexOf("socialsearch.com") !== -1) {
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
if (errorLine === 0 || errorLine === 1) {
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
jQuery.ajax({
|
||||
type: 'POST',
|
||||
url: '/jsclienterror',
|
||||
@@ -127,7 +151,7 @@
|
||||
column: column,
|
||||
stack: stack,
|
||||
last_error: lastError,
|
||||
client_id: "web.app01-g2.1665141.1770772022822777284"
|
||||
client_id: "web.app02-g2.541410.1771376471157499013"
|
||||
},
|
||||
success: function() {
|
||||
if (console && console.log) {
|
||||
@@ -199,7 +223,7 @@
|
||||
console.log("FULL PAGE LOAD");
|
||||
</script>
|
||||
</head>
|
||||
<body id="body" class="" hx-headers='{"Accept-Version": "6e84307f94f20e9766aa3671c71667feb9295e12"}' hx-ext="preload" hx-boost="false">
|
||||
<body id="body" class="" hx-headers='{"Accept-Version": "15c43965d17c17bad0c1b2328546089a18c59d15"}' hx-ext="preload" hx-boost="false">
|
||||
|
||||
<script>
|
||||
if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) {
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
console.log("stack:", errorObj.stack);
|
||||
stack = errorObj.stack;
|
||||
}
|
||||
console.log("client_id:", "web.app01-g2.1665136.1770772022768677971");
|
||||
console.log("client_id:", "web.app02-g2.541406.1771376471082392614");
|
||||
console.log("last_error:", lastError);
|
||||
console.log("stack:", stack);
|
||||
}
|
||||
@@ -117,6 +117,30 @@
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
var ignoreMessages = ["ResizeObserver loop limit exceeded",
|
||||
"TypeError: can't redefine non-configurable property \"userAgent\"",
|
||||
"TypeError: can't redefine non-configurable property \"getChannelData\"",
|
||||
"ReferenceError: tinymce is not defined",
|
||||
"Uncaught ReferenceError: timeoutId is not defined",
|
||||
"ReferenceError: Can't find variable: tinymce"];
|
||||
for (var i = 0; i < ignoreMessages.length; i++) {
|
||||
if (errorMessage === ignoreMessages[i]) {
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (errorUrl.indexOf("safari-extension:") === 0 || errorUrl.indexOf("moz-extension:") === 0 || errorUrl.indexOf("chrome-extension:") === 0) {
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
if (errorUrl.indexOf("googletagmanager.com") !== -1 || errorUrl.indexOf("socialsearch.com") !== -1) {
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
if (errorLine === 0 || errorLine === 1) {
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
jQuery.ajax({
|
||||
type: 'POST',
|
||||
url: '/jsclienterror',
|
||||
@@ -127,7 +151,7 @@
|
||||
column: column,
|
||||
stack: stack,
|
||||
last_error: lastError,
|
||||
client_id: "web.app01-g2.1665136.1770772022768677971"
|
||||
client_id: "web.app02-g2.541406.1771376471082392614"
|
||||
},
|
||||
success: function() {
|
||||
if (console && console.log) {
|
||||
@@ -199,7 +223,7 @@
|
||||
console.log("FULL PAGE LOAD");
|
||||
</script>
|
||||
</head>
|
||||
<body id="body" class="" hx-headers='{"Accept-Version": "6e84307f94f20e9766aa3671c71667feb9295e12"}' hx-ext="preload" hx-boost="false">
|
||||
<body id="body" class="" hx-headers='{"Accept-Version": "15c43965d17c17bad0c1b2328546089a18c59d15"}' hx-ext="preload" hx-boost="false">
|
||||
|
||||
<script>
|
||||
if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) {
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
console.log("stack:", errorObj.stack);
|
||||
stack = errorObj.stack;
|
||||
}
|
||||
console.log("client_id:", "web.app02-g2.1663590.1770772022719090169");
|
||||
console.log("client_id:", "web.app01-g2.541844.1771376471004680908");
|
||||
console.log("last_error:", lastError);
|
||||
console.log("stack:", stack);
|
||||
}
|
||||
@@ -117,6 +117,30 @@
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
var ignoreMessages = ["ResizeObserver loop limit exceeded",
|
||||
"TypeError: can't redefine non-configurable property \"userAgent\"",
|
||||
"TypeError: can't redefine non-configurable property \"getChannelData\"",
|
||||
"ReferenceError: tinymce is not defined",
|
||||
"Uncaught ReferenceError: timeoutId is not defined",
|
||||
"ReferenceError: Can't find variable: tinymce"];
|
||||
for (var i = 0; i < ignoreMessages.length; i++) {
|
||||
if (errorMessage === ignoreMessages[i]) {
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (errorUrl.indexOf("safari-extension:") === 0 || errorUrl.indexOf("moz-extension:") === 0 || errorUrl.indexOf("chrome-extension:") === 0) {
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
if (errorUrl.indexOf("googletagmanager.com") !== -1 || errorUrl.indexOf("socialsearch.com") !== -1) {
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
if (errorLine === 0 || errorLine === 1) {
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
jQuery.ajax({
|
||||
type: 'POST',
|
||||
url: '/jsclienterror',
|
||||
@@ -127,7 +151,7 @@
|
||||
column: column,
|
||||
stack: stack,
|
||||
last_error: lastError,
|
||||
client_id: "web.app02-g2.1663590.1770772022719090169"
|
||||
client_id: "web.app01-g2.541844.1771376471004680908"
|
||||
},
|
||||
success: function() {
|
||||
if (console && console.log) {
|
||||
@@ -199,7 +223,7 @@
|
||||
console.log("FULL PAGE LOAD");
|
||||
</script>
|
||||
</head>
|
||||
<body id="body" class="" hx-headers='{"Accept-Version": "6e84307f94f20e9766aa3671c71667feb9295e12"}' hx-ext="preload" hx-boost="false">
|
||||
<body id="body" class="" hx-headers='{"Accept-Version": "15c43965d17c17bad0c1b2328546089a18c59d15"}' hx-ext="preload" hx-boost="false">
|
||||
|
||||
<script>
|
||||
if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) {
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
console.log("stack:", errorObj.stack);
|
||||
stack = errorObj.stack;
|
||||
}
|
||||
console.log("client_id:", "web.app01-g2.1665124.1770772022661166776");
|
||||
console.log("client_id:", "web.app02-g2.541391.1771376470931858248");
|
||||
console.log("last_error:", lastError);
|
||||
console.log("stack:", stack);
|
||||
}
|
||||
@@ -117,6 +117,30 @@
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
var ignoreMessages = ["ResizeObserver loop limit exceeded",
|
||||
"TypeError: can't redefine non-configurable property \"userAgent\"",
|
||||
"TypeError: can't redefine non-configurable property \"getChannelData\"",
|
||||
"ReferenceError: tinymce is not defined",
|
||||
"Uncaught ReferenceError: timeoutId is not defined",
|
||||
"ReferenceError: Can't find variable: tinymce"];
|
||||
for (var i = 0; i < ignoreMessages.length; i++) {
|
||||
if (errorMessage === ignoreMessages[i]) {
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (errorUrl.indexOf("safari-extension:") === 0 || errorUrl.indexOf("moz-extension:") === 0 || errorUrl.indexOf("chrome-extension:") === 0) {
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
if (errorUrl.indexOf("googletagmanager.com") !== -1 || errorUrl.indexOf("socialsearch.com") !== -1) {
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
if (errorLine === 0 || errorLine === 1) {
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
jQuery.ajax({
|
||||
type: 'POST',
|
||||
url: '/jsclienterror',
|
||||
@@ -127,7 +151,7 @@
|
||||
column: column,
|
||||
stack: stack,
|
||||
last_error: lastError,
|
||||
client_id: "web.app01-g2.1665124.1770772022661166776"
|
||||
client_id: "web.app02-g2.541391.1771376470931858248"
|
||||
},
|
||||
success: function() {
|
||||
if (console && console.log) {
|
||||
@@ -199,7 +223,7 @@
|
||||
console.log("FULL PAGE LOAD");
|
||||
</script>
|
||||
</head>
|
||||
<body id="body" class="" hx-headers='{"Accept-Version": "6e84307f94f20e9766aa3671c71667feb9295e12"}' hx-ext="preload" hx-boost="false">
|
||||
<body id="body" class="" hx-headers='{"Accept-Version": "15c43965d17c17bad0c1b2328546089a18c59d15"}' hx-ext="preload" hx-boost="false">
|
||||
|
||||
<script>
|
||||
if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) {
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
console.log("stack:", errorObj.stack);
|
||||
stack = errorObj.stack;
|
||||
}
|
||||
console.log("client_id:", "web.app02-g2.1663581.1770772022609992918");
|
||||
console.log("client_id:", "web.app01-g2.541827.1771376470852894252");
|
||||
console.log("last_error:", lastError);
|
||||
console.log("stack:", stack);
|
||||
}
|
||||
@@ -117,6 +117,30 @@
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
var ignoreMessages = ["ResizeObserver loop limit exceeded",
|
||||
"TypeError: can't redefine non-configurable property \"userAgent\"",
|
||||
"TypeError: can't redefine non-configurable property \"getChannelData\"",
|
||||
"ReferenceError: tinymce is not defined",
|
||||
"Uncaught ReferenceError: timeoutId is not defined",
|
||||
"ReferenceError: Can't find variable: tinymce"];
|
||||
for (var i = 0; i < ignoreMessages.length; i++) {
|
||||
if (errorMessage === ignoreMessages[i]) {
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (errorUrl.indexOf("safari-extension:") === 0 || errorUrl.indexOf("moz-extension:") === 0 || errorUrl.indexOf("chrome-extension:") === 0) {
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
if (errorUrl.indexOf("googletagmanager.com") !== -1 || errorUrl.indexOf("socialsearch.com") !== -1) {
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
if (errorLine === 0 || errorLine === 1) {
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
jQuery.ajax({
|
||||
type: 'POST',
|
||||
url: '/jsclienterror',
|
||||
@@ -127,7 +151,7 @@
|
||||
column: column,
|
||||
stack: stack,
|
||||
last_error: lastError,
|
||||
client_id: "web.app02-g2.1663581.1770772022609992918"
|
||||
client_id: "web.app01-g2.541827.1771376470852894252"
|
||||
},
|
||||
success: function() {
|
||||
if (console && console.log) {
|
||||
@@ -199,7 +223,7 @@
|
||||
console.log("FULL PAGE LOAD");
|
||||
</script>
|
||||
</head>
|
||||
<body id="body" class="" hx-headers='{"Accept-Version": "6e84307f94f20e9766aa3671c71667feb9295e12"}' hx-ext="preload" hx-boost="false">
|
||||
<body id="body" class="" hx-headers='{"Accept-Version": "15c43965d17c17bad0c1b2328546089a18c59d15"}' hx-ext="preload" hx-boost="false">
|
||||
|
||||
<script>
|
||||
if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) {
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
console.log("stack:", errorObj.stack);
|
||||
stack = errorObj.stack;
|
||||
}
|
||||
console.log("client_id:", "web.app02-g2.1663462.1770772020676740190");
|
||||
console.log("client_id:", "web.app01-g2.541630.1771376468124472850");
|
||||
console.log("last_error:", lastError);
|
||||
console.log("stack:", stack);
|
||||
}
|
||||
@@ -117,6 +117,30 @@
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
var ignoreMessages = ["ResizeObserver loop limit exceeded",
|
||||
"TypeError: can't redefine non-configurable property \"userAgent\"",
|
||||
"TypeError: can't redefine non-configurable property \"getChannelData\"",
|
||||
"ReferenceError: tinymce is not defined",
|
||||
"Uncaught ReferenceError: timeoutId is not defined",
|
||||
"ReferenceError: Can't find variable: tinymce"];
|
||||
for (var i = 0; i < ignoreMessages.length; i++) {
|
||||
if (errorMessage === ignoreMessages[i]) {
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (errorUrl.indexOf("safari-extension:") === 0 || errorUrl.indexOf("moz-extension:") === 0 || errorUrl.indexOf("chrome-extension:") === 0) {
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
if (errorUrl.indexOf("googletagmanager.com") !== -1 || errorUrl.indexOf("socialsearch.com") !== -1) {
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
if (errorLine === 0 || errorLine === 1) {
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
jQuery.ajax({
|
||||
type: 'POST',
|
||||
url: '/jsclienterror',
|
||||
@@ -127,7 +151,7 @@
|
||||
column: column,
|
||||
stack: stack,
|
||||
last_error: lastError,
|
||||
client_id: "web.app02-g2.1663462.1770772020676740190"
|
||||
client_id: "web.app01-g2.541630.1771376468124472850"
|
||||
},
|
||||
success: function() {
|
||||
if (console && console.log) {
|
||||
@@ -198,7 +222,7 @@
|
||||
console.log("FULL PAGE LOAD");
|
||||
</script>
|
||||
</head>
|
||||
<body id="body" class="" hx-headers='{"Accept-Version": "6e84307f94f20e9766aa3671c71667feb9295e12"}' hx-ext="preload" hx-boost="false">
|
||||
<body id="body" class="" hx-headers='{"Accept-Version": "15c43965d17c17bad0c1b2328546089a18c59d15"}' hx-ext="preload" hx-boost="false">
|
||||
|
||||
<script>
|
||||
if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) {
|
||||
|
||||
Reference in New Issue
Block a user