Skip to content

Instantly share code, notes, and snippets.

View yanuarizalk's full-sized avatar
🌅
Chill out!

Yanuarizal Kurnia yanuarizalk

🌅
Chill out!
View GitHub Profile
@yanuarizalk
yanuarizalk / configuration.json
Created March 4, 2021 12:59
My vscode configuration
{}
@yanuarizalk
yanuarizalk / 000webhost ad remover
Created April 8, 2020 02:52
Remove ad on your free 000webhosting site
$(document).ready(function() {
$('body > div').remove();
$('body > script:not(script[id="mine"])').remove();
});