Pendoria - Temporary action menu fix

Sets the action menu to a fixed location

  1. // ==UserScript==
  2. // @name Pendoria - Temporary action menu fix
  3. // @description Sets the action menu to a fixed location
  4. // @namespace http://pendoria.net/
  5. // @version 0.0.2
  6. // @author Xortrox
  7. // @match http://pendoria.net/game
  8. // @match https://pendoria.net/game
  9. // @match http://www.pendoria.net/game
  10. // @match https://www.pendoria.net/game
  11. // @grant none
  12. // ==/UserScript==
  13.  
  14. $('#gameframe')[0].appendChild($('#gameframe-menu')[0]);
  15. $('#gameframe-menu').attr('style', `
  16. position: absolute !important;
  17. bottom: -30px !important;
  18. z-index: 9;
  19. border: 1px solid white;
  20. background: black;
  21. width: 42px;
  22. `);

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址