First florr.io script ever

this does nothing

当前为 2020-01-23 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name First florr.io script ever
  3. // @namespace -
  4. // @version 1.1.2
  5. // @description this does nothing
  6. // @author dreadmania
  7. // @include *://florr.io/*
  8. // @connect florr.io
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12. $(document).ready(function() { alert('This script does nothing. It could soon. Just let me learn javascript.');});