Forum Discussion
bruint
5 years agoJoining in
This is absolutely a bug in the firmware on Virgin's Hub, but you can bypass it, because the logic is occurring client side.
In Chrome you can modify the source file by bringing up "Inspect", going to the "Source" tab and navigating to the file "base.js".
Open this file and Ctrl+F for:
if ( isMultiLogin(loggedInVal, id) ){
Change the line to:
if ( false !== false ) {
Ctrl+S to save the file locally (If you refresh the page it will go back to the original version of the file)
This will bypass their stupid logic and let you sign in.
wiry
5 years agoOn our wavelength
I reckon I could make a tampermonkey script to fix that then.
Related Content
- 8 months ago
- 12 months ago
- 4 months ago
- 8 months ago
- 2 years ago