mtimkovich / ug-scraper-server

Mirroring server for decrapifying the Ultimate Guitar site

Home Page:https://timkovi.ch/ugs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ug-scraper-server

Preview

Mirroring server for decrapifying the Ultimate Guitar site. Ultimate Guitar is a useful resource but the website is a mess of ads and popups and auto-playing videos. This app removes all that and only shows the text of the page.

This project is 100% inspired by / a direct clone of the excellent Ultimate-Guitar No BS Chrome extension by Brandon Flynn. This version is helpful for when you don't have access to a Chrome browser (e.g. on your phone).

Usage

I have a running version of the server on my website at https://timkovi.ch/ugs/.

You can run your own instance by cloning the repo and

$ go build -o ugs
$ ./ugs
Running on http://localhost:3000/

About

Mirroring server for decrapifying the Ultimate Guitar site

https://timkovi.ch/ugs/

License:MIT License


Languages

Language:Go 67.1%Language:HTML 21.7%Language:JavaScript 11.3%