???
This commit is contained in:
		@@ -66,7 +66,7 @@
 | 
			
		||||
  const scroll_treshold = 1;
 | 
			
		||||
  if(document.querySelector("div#posts")) {
 | 
			
		||||
    document.addEventListener("wheel", e => {
 | 
			
		||||
      if((window.innerHeight + window.scrollY) >= document.body.offsetHeight && e.deltaY > 0) { // down
 | 
			
		||||
      if(Math.ceil(window.innerHeight + window.scrollY) >= document.body.offsetHeight && e.deltaY > 0) { // down
 | 
			
		||||
        if(elem = document.querySelector(".pagination > .next:not(.disabled)")) {
 | 
			
		||||
          if(tts < scroll_treshold) {
 | 
			
		||||
            document.querySelector("div#footbar").style.boxShadow = "inset 0px 4px 0px var(--accent)";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user