Skip to content

Instantly share code, notes, and snippets.

View iqbaladinur's full-sized avatar
🏠
Working from home

Iqbal Adi Nurmansyah iqbaladinur

🏠
Working from home
View GitHub Profile
// ==UserScript==
// @name EmuParadise Download Workaround - 1.1.1
// @version 1.1.2
// @description Replaces the download button link with a working one
// @author Eptun
// @match https://www.emuparadise.me/*/*/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
// @grant none
// ==/UserScript==
@iqbaladinur
iqbaladinur / meta-tags.md
Created August 3, 2020 06:27 — forked from lancejpollard/meta-tags.md
Complete List of HTML Meta Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta name="keywords" content="your, tags"/>
<meta name="description" content="150 words"/>
<meta name="subject" content="your website's subject">
<meta name="copyright"content="company name">
<meta name="language" content="ES">
@iqbaladinur
iqbaladinur / useHexo.md
Created August 31, 2018 10:42 — forked from btfak/useHexo.md
How to use Hexo and deploy to GitHub Pages
@iqbaladinur
iqbaladinur / webdev_online_resources.md
Created July 17, 2018 11:14 — forked from bradtraversy/webdev_online_resources.md
Online Resources For Web Developers (No Downloading)