Skip to content
View brumm's full-sized avatar

Block or report brumm

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. takotakoPublic

    Tako replaces the default Github repository file list with an expandable file tree and file preview for rapid exploration of repositories.

    TypeScript 203 12

  2. Find out which element is scrollingFind out which element is scrolling
    1
    javascript:!function(){varslice=Array.prototype.slice;functionthrottle(type,name,obj){obj=obj||window;varrunning=false;varfunc=function(){if(running){return;}running=true;requestAnimationFrame(function(){obj.dispatchEvent(newCustomEvent(name));running=false;});};obj.addEventListener(type,func);}slice.call(document.querySelectorAll("*")).filter(e=>e.scrollWidth>e.offsetWidth||e.scrollHeight>e.offsetHeight).filter(e=>{varstyle=window.getComputedStyle(e);return[style.overflow,style.overflowX,style.overflowY].some(e=>e==="auto"||e==="scroll");}).forEach(e=>{varcolor=Math.floor(Math.random()*16777215).toString(16);e.style.backgroundColor="#"+color;throttle("scroll","optimizedScroll",e);e.addEventListener("scroll",event=>{console.log("%c[scroll]","color: white; background-color:#"+color,event.target);});});}()
  3. vsc-extension-narrowvsc-extension-narrowPublic

    Code navigation

    TypeScript 1

  4. homemade-suspensehomemade-suspensePublic

    JavaScript