|
|
|
|
|
by Tepix
2112 days ago
|
|
I hate when they do that. Here is a bookmarklet that will fix those pages: javascript:document.querySelector('meta[name=viewport]').setAttribute('content','width=device-width,initial-scale=1.0,maximum-scale=10.0,user-scalable=1');
The real fix is of course to complain to the page author. |
|