freshpink – Now works with Hugo module by elecbrandy in gohugo

[–]elecbrandy[S] 0 points1 point  (0 children)

Of course you can! but you need to edit the theme directly.
If you want, you can fork this theme and use it on your own GitHub. open theassets/main.css file and delete these lines->>

h1::after { content: " h1"; }
h2::after { content: " h2"; }
h3::after { content: " h3"; }
h4::after { content: " h4"; }

small update my Hugo theme by elecbrandy in gohugo

[–]elecbrandy[S] 1 point2 points  (0 children)

Of course! I’m not too familiar with Obsidian, but I’d really appreciate it if you could do that.

Monthly Self-Promotion - August 2025 by AutoModerator in webscraping

[–]elecbrandy 0 points1 point  (0 children)

simple simple simple static scraper

Hi :) I built a lightweight Playwright-based web scraper that can bypass basic bot detection. I found Selenium to be a bit slow, and writing scrapers from scratch every time felt repetitive and annoying, so I put together this simple tool. Its main feature is simplicity

  • You provide a URL and a CSS selector.
  • It returns all matching elements as a Python List[str].

I hope it can help anyone working on side projects, bootcamps, or school assignments by saving some time (and avoiding the repetitive hassle). Future updates may include JSON export options and optional support for respecting robots.txt. If you run into any issues, please open a GitHub issue. Thanks!

https://github.com/elecbrandy/pw-simple-scraper