@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/cli.js CHANGED
@@ -5155,15 +5155,6 @@ function generateJsAfterLoader(options) {
5155
5155
  window.pa_patcher.loaded.jsAfter = true;
5156
5156
  }
5157
5157
  console.log('[PA-Patcher] Loading complete, content revealed');
5158
-
5159
- // Add visual badge to indicate patching is active
5160
- var badge = document.createElement('div');
5161
- badge.setAttribute('data-pa', 'badge');
5162
- 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;';
5163
- badge.textContent = 'PA';
5164
- badge.title = 'PA-Patcher Active';
5165
- badge.onclick = function() { badge.style.display = 'none'; };
5166
- document.body.appendChild(badge);
5167
5158
  }
5168
5159
 
5169
5160
  function loadJSWithFallback() {