Skip to content
View Schnax's full-sized avatar

Block or report Schnax

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. Srolldown and at the end reload page... Srolldown and at the end reload page JavaScript
    1
            function autoScrollandReload(scrollDistance,pause){
    2
                /// start the interval with the pause in between executions
    3
                var interval = setInterval(function(){
    4
    
    
    5
                    /// denife values, not necessary but easyier to read