. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . AnonSec Shell
AnonSec Shell
Server IP : 54.36.91.62  /  Your IP : 216.73.216.168   [ Reverse IP ]
Web Server : Apache
System : Linux webm002.cluster127.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
User : eticmes ( 123698)
PHP Version : 7.4.33
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
Domains : 2 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/eticmes/www/wp-content/themes/oceanwp/assets/src/js/theme/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /home/eticmes/www/wp-content/themes/oceanwp/assets/src/js/theme/scroll-top.js
import { fadeIn, fadeOut } from "../lib/utils";

class ScrollTop {
  #elements;

  constructor() {
    this.#setElements();
    this.#start();
    this.#setupEventListeners();
  }

  #setElements = () => {
    this.#elements = {
      scrollTop: document.querySelector("#scroll-top"),
      goTop: document.querySelector('a[href="#go-top"]'),
      goTopSlash: document.querySelector('body.home a[href="/#go-top"]'),
      html: document.querySelector("html"),
    };
  };

  #start = () => {};

  #setupEventListeners = () => {
    window.addEventListener("scroll", this.#onWindowScroll);
    this.#elements.scrollTop?.addEventListener("click", this.#onScrollTopClick);
    this.#elements.goTop?.addEventListener("click", this.#onScrollTopClick);
    this.#elements.goTopSlash?.addEventListener(
      "click",
      this.#onScrollTopClick
    );
  };

  #onWindowScroll = (event) => {
    if (!this.#elements.scrollTop) {
      return;
    }

    if (window.pageYOffset > 100) {
      if (
        window.getComputedStyle(this.#elements.scrollTop).display === "none"
      ) {
        fadeIn(this.#elements.scrollTop);
      }
    } else if (
      window.getComputedStyle(this.#elements.scrollTop).display !== "none"
    ) {
      fadeOut(this.#elements.scrollTop);
    }
  };

  #onScrollTopClick = (event) => {
    event.preventDefault();

    const scrollTop = event.currentTarget;

    this.#elements.html.scrollTo({
      top: 0,
      behavior: "smooth",
    });

    scrollTop.parentNode?.classList.remove("sfHover");
  };
}

("use script");
window.oceanwp = window.oceanwp || {};
oceanwp.scrollTop = new ScrollTop();

Anon7 - 2022
AnonSec Team