Skip to content

Releases: spikehidden/YBPVE

v1.0.1 - Fix for sites blocking scrapers.

26 Mar 17:55
6281bfe
Compare
Choose a tag to compare

Have fun with it and let me know by opening a new issue if there are any problems or you want a new feature.

Changes

Fixed a little issue when forwarding to a site that blocks site scrapers or has a No-JS detection,
It's less a fix and more avoiding the issue by ignoring sites that return non 2XX or 3XX status codes.

Full Changelog: v1.0.0...v1.0.1

Installation

  1. Create the directory <YOURLS root>/user/plugins/YBPVE
  2. Drop the plugin.php in that directory
  3. Go to your-domain.tld/admin/plugins.php
  4. Activate YBPVE
  5. Profit?

v1.0.0 - First Release!

26 Mar 17:15
4f1ccdd
Compare
Choose a tag to compare

This is the first release of YBPVE.
Have fun with it and let me know by opening a new issue if there are any problems or you want a new feature.

Installation

  1. Create the directory <YOURLS root>/user/plugins/YBPVE
  2. Drop the plugin.php in that directory
  3. Go to your-domain.tld/admin/plugins.php

Full Changelog: https://github.com/spikehidden/YBPVE/commits/v1.0.0