This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* For unknown reasons, AVM limits the FRITZ!Box Internet Radio stations lists | |
* (Heimnetz -> Mediaserver -> Internetradio) to max. 40 entries | |
* (FRITZ!OS v06.30). | |
* | |
* This snippet adds further stations to the list. Just adjust four lines below, | |
* then copy all, paste and execute in your browsers console. | |
* | |
* function sendData taken from | |
* https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Forms/Sending_forms_through_JavaScript#Building_an_XMLHttpRequest_manually |