Skip to content

Instantly share code, notes, and snippets.

View miladj3's full-sized avatar
💭
I loved microsoft

milad jafari miladj3

💭
I loved microsoft
View GitHub Profile
const body = document.body;
console.log('ddddd');
const iframe = document.createElement('iframe');
iframe.src = 'https://embeded.receptstatus.nl';
iframe.setAttribute('width', '100%');
iframe.setAttribute('height', '500');
function slowmo(rate = 10) {
window._raf = window.requestAnimationFrame
window.requestAnimationFrame = f => window._raf(t => f(t/rate))
Date._now = Date.now
Date.now = () => Date._now() / rate
performance._now = performance.now
performance.now = () => performance._now()/rate
}
slowmo()
@miladj3
miladj3 / bd3d4befe38185704bf0fc875e9deed6\configuration.json
Last active May 16, 2020 16:26
Visual Studio Code Settings Sync Gist
{"contents":{"launch":{"version":"0.2.0","configurations":[{"type":"vslsRemoteLaunch","name":"BasketikWeb","request":"attach","projectID":"697c5987-d2ff-48ea-929b-f2d2f80fe7c8"},{"type":"vslsRemoteLaunch","name":"BasketikWeb.Test","request":"attach","projectID":"15fada41-2315-48b0-a194-b0c4bfa5cc75"}]}},"overrides":[],"keys":["launch.version","launch.configurations"]}
@miladj3
miladj3 / audiocrawl-interactive-masthead.markdown
Created May 18, 2018 17:25
AudioCrawl Interactive Masthead