MCPcopy Index your code
hub / github.com/hoothin/UserScripts / fitScreen

Function fitScreen

FlashViewer-HTML5 Video/flashViewer.user.js:2382–2386  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2380 cLS.left = parseFloat(cLS.left) - cBCRect.left + 'px';
2381
2382 function fitScreen() {
2383 var wSize = getWindowSize();
2384 cLS.height = wSize.height - 30 + 'px';
2385 cLS.width = wSize.width - 10 + 'px';
2386 };
2387
2388 fitScreen();
2389

Callers 1

contentScriptFunction · 0.85

Calls 1

getWindowSizeFunction · 0.70

Tested by

no test coverage detected