@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.js CHANGED
@@ -4823,15 +4823,6 @@ function generateJsAfterLoader(options) {
4823
4823
  window.pa_patcher.loaded.jsAfter = true;
4824
4824
  }
4825
4825
  console.log('[PA-Patcher] Loading complete, content revealed');
4826
-
4827
- // Add visual badge to indicate patching is active
4828
- var badge = document.createElement('div');
4829
- badge.setAttribute('data-pa', 'badge');
4830
- 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;';
4831
- badge.textContent = 'PA';
4832
- badge.title = 'PA-Patcher Active';
4833
- badge.onclick = function() { badge.style.display = 'none'; };
4834
- document.body.appendChild(badge);
4835
4826
  }
4836
4827
 
4837
4828
  function loadJSWithFallback() {