Skip to content

Instantly share code, notes, and snippets.

View marulitua's full-sized avatar

erwin maruli tua pakpahan marulitua

  • Bali
View GitHub Profile
@marulitua
marulitua / devtools.py
Created May 30, 2019 09:05 — forked from hellricer/devtools.py
ELinks hooks providing a framework for manipulating DOM
import os
import re
import subprocess
from bs4 import BeautifulSoup
import rules
def replacer(url, html):
new = html
reload(rules)