Video Downloader Interface

A simple interface for downloading videos from the web.

  1. /* ==UserStyle==
  2. @name Video Downloader Interface
  3. @namespace urn:uuid:12345678-1234-5678-1234-567812345678
  4. @version 1.0
  5. @description A simple interface for downloading videos from the web.
  6. @license MIT; https://opensource.org/licenses/MIT
  7. @homepageURL http://example.com/video-downloader-home
  8. @supportURL http://example.com/video-downloader-support
  9. @var text videoURL "Video URL" "https://example.com"
  10. ==/UserStyle== */
  11. @-moz-document domain("example.com") {
  12. body {
  13. background-color: #f0f0f0;
  14. }
  15.  
  16. #video-downloader-form {
  17. background-color: #ffffff;
  18. border: 1px solid #ddd;
  19. padding: 20px;
  20. margin: 50px auto;
  21. width: 300px;
  22. box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  23. }
  24.  
  25. #video-downloader-form label,
  26. #video-downloader-form input,
  27. #video-downloader-form button {
  28. display: block;
  29. width: 100%;
  30. margin-bottom: 10px;
  31. }
  32.  
  33. #video-downloader-form button {
  34. background-color: #007bff;
  35. color: #ffffff;
  36. border: none;
  37. padding: 10px;
  38. cursor: pointer;
  39. }
  40.  
  41. #video-downloader-form button:hover {
  42. background-color: #0056b3;
  43. }
  44. }

QingJ © 2025

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