Skip to content

Instantly share code, notes, and snippets.

View Karytonn's full-sized avatar
💻
Writing code

Karytonn Karytonn

💻
Writing code
View GitHub Profile
@Karytonn
Karytonn / isScroll.markdown
Last active October 20, 2021 15:46
Find out which element is creating horizontal scroll?

Find out which element is creating horizontal scroll?

Run the following code in your browser console to find out who is at fault:

let width = document.documentElement.offsetWidth;

[].forEach.call(
  document.querySelectorAll('*'),
 function(el) {
@Karytonn
Karytonn / get-full-year-js.markdown
Last active October 20, 2021 10:19
Get full year - Js

Get Full Year with Javascript


Using on copyright

<div class="footer">
  <p>
    Copyright &copy;
  | Created by