I\'m trying to tweak the lyrics page to fetch my own URL. I changed it in contextbrowser.cpp and it\'s working just fine.
However I also want it to browse the links on it. So i had to remove those regular expressions that strip HTML tags and to comment the connection between m_lyricsPage->browserExtension() and openURLRequest (because there is no need to have special treatment with the links).
The links are shown correctly but nothing happens when I click on it. I also enabled javascript and tried to redirect with window.location and it\'s not working (besides javascript is working fine).
I know it\'s not exactly related to amaroK but KDE development. I\'d aprecciate any help.