Skip to content

vaicine/Puca-Power

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Puca Power

Version: 1.2.4 (2015-05-07)

What is Puca Power?

  • Puca Power is a JavaScript utility for better trading on PucaTrade.com
  • Puca Power is not a bot, it's an assistant. It won't make trades for you, only help you find them.
  • Puca Power is free!

Features

  • Automatic trade list reloading
  • Alerts for valuable trade bundles
  • Alerts for add-on trades
  • Filtering of low value cards
  • Filtering members by available points

Usage

Copy/Paste Method

  1. Go to the PucaTrade.com trading area: https://pucatrade.com/trades
  2. Open your browser's JavaScript console
    • Chrome: Ctrl + Shift + J
    • Firefox: Ctrl + Shift + K
  3. Paste the following JavaScript into the JavaScript console, then press enter
javascript:(function () { $('<script>').attr('src', 'https://llamasoft.github.io/Puca-Power/pucaPower.js?'+(new Date()).getTime()).appendTo('head'); })();

Use the on-screen controls to configure and run Puca Power

Bookmarklet Method (Recommended)

  1. Create a new bookmark and name it "Puca Power"
  2. Replace the bookmark URL with the code from the copy/paste method, then save the bookmark
  3. Go to the PucaTrade.com trading area: https://pucatrade.com/trades
  4. Click the bookmark you created

Use the on-screen controls to configure and run Puca Power

UserScript Method

  1. You should only use this method if you already have a UserScript extension installed for your browser, otherwise simply use the bookmarklet method instead
  2. Install the following script: https://llamasoft.github.io/Puca-Power/pucaPower.js
  3. Puca Power should automatically run when you visit the PucaTrade.com trading area

Preview

Disclaimer

This software is provided on an "as is" basis and without warranty, either express or implied, including, without limitation, the warranties of non-infringement, merchantability, or fitness for a particular purpose.
Please do not use or modify Puca Power in such a way that it violates the PucaTrade.com Terms of Service.

About

A JavaScript utility for better trading on PucaTrade.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.7%
  • HTML 11.3%