fehelper-only.js 174 B

1234567
  1. /**
  2. * FE-Helper ContentScripts
  3. * @author [email protected]
  4. */
  5. window.onload = function(){
  6. document.getElementById('btnInstallExtension').style.display = 'none';
  7. };