We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5faefeb commit b7d5513Copy full SHA for b7d5513
code-test.js
@@ -238,7 +238,8 @@ async function updateTabLinksAndHideElementsForSpecificPlans() {
238
239
let hasSpecificPlan = false;
240
let redirectUrls = []; // Collection des URLs de redirection pour les configurations non satisfaites
241
-
+
242
+ console.log("Elements found:", document.querySelectorAll('[data-co-protected]').length);
243
document.querySelectorAll('[data-co-protected]').forEach(protectedElement => {
244
const protectionValue = protectedElement.getAttribute('data-co-protected');
245
console.log("Checking protection for:", protectionValue); // Vérifier la protection pour la valeur
0 commit comments