|
|
|
|
|
by quonn
1296 days ago
|
|
Exactly and with any modern frontend a solution "purely from the javascript console" can only be a terrible DOM hack. The actual code driving the UI is encapsulated from the global variable namespace that you can potentially modify from the console and in any case is typically transpiled as well. |
|