Skip to content

Instantly share code, notes, and snippets.

@alogblog
alogblog / dumb-ap-wired-link.sh
Created May 16, 2024 05:34 — forked from braian87b/dumb-ap-wired-link.sh
How to setup a Dumb AP, Wired backbone for OpenWRT / LEDE
@alogblog
alogblog / Nave NewsCommentsUserscript.js
Last active December 17, 2015 03:39
Naver News Comments Userscript
// 1.
var $iframe = $("#ifrMemo").contents();
$(".comment_list ul", $iframe).on("DOMNodeInserted", function(e) {
console.log('inserted...');
});
// 2.
$( "#sliderTime" ).slider({
orientation: "vertical",
range: "min",