Hack Forums - Community Radio

Adds a link to start the Hack Forums Community Radio player in a new window.

  1. // ==UserScript==
  2. // @name Hack Forums - Community Radio
  3. // @namespace Doctor Blue
  4. // @description Adds a link to start the Hack Forums Community Radio player in a new window.
  5. // @require http://code.jquery.com/jquery-2.1.4.min.js
  6. // @include *hackforums.net*
  7. // @exclude *wiki.hackforums.net*
  8. // @version 1.1.1
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12. $j = $.noConflict(true)
  13.  
  14. $j('#header > .menu > ul').append('<li><a id="openRadio" class="navButton" href="" style="color: #4EC7FF" target=>Radio</a></li>')
  15. $j('#openRadio').on('click', function() {
  16. window.open('http://tunein.com/embed/station/250935?autoplay=true&size=small','player','width=550,height=157,scrollbars=no')
  17. return false
  18. })

QingJ © 2025

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