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

Function getElementBottom

Pagetual/pagetual.user.js:10713–10715  ·  view source on GitHub ↗
(ele)

Source from the content-addressed store, hash-verified

10711 }
10712
10713 function getElementBottom(ele) {
10714 return getElementTop(ele) + (ele.offsetHeight || ele.scrollHeight);
10715 }
10716
10717 function getFormatJSON(obj){
10718 if(!objIsArr(obj) || obj.length === 0)return "";

Callers 3

getPageElementMethod · 0.85
getNextLinkMethod · 0.85
createPageBarFunction · 0.85

Calls 1

getElementTopFunction · 0.85

Tested by

no test coverage detected