@patch-adams/core 1.5.5 → 1.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -4832,15 +4832,6 @@ function generateJsAfterLoader(options) {
4832
4832
  window.pa_patcher.loaded.jsAfter = true;
4833
4833
  }
4834
4834
  console.log('[PA-Patcher] Loading complete, content revealed');
4835
-
4836
- // Add visual badge to indicate patching is active
4837
- var badge = document.createElement('div');
4838
- badge.setAttribute('data-pa', 'badge');
4839
- badge.style.cssText = 'position:fixed;bottom:10px;right:10px;background:#4CAF50;color:white;padding:4px 8px;border-radius:4px;font-size:11px;font-family:sans-serif;z-index:999999;opacity:0.8;cursor:pointer;';
4840
- badge.textContent = 'PA';
4841
- badge.title = 'PA-Patcher Active';
4842
- badge.onclick = function() { badge.style.display = 'none'; };
4843
- document.body.appendChild(badge);
4844
4835
  }
4845
4836
 
4846
4837
  function loadJSWithFallback() {