w35l3y / userscripts

Public userscripts to be used with Greasemonkey
http://gm.wesley.eti.br
GNU General Public License v3.0
43 stars 21 forks source link

Premium Events #45

Closed jkingaround closed 8 years ago

jkingaround commented 8 years ago

Browser: Firefox
Greasemonkey: 3.7
Script: Includes : Neopets [BETA]
Obs.: Doesn't grab premium events as an event. Using it to create a basic event logger

here's the HTML for a premium event

<div id="shh_prem_bg" class="en">
    <div class="shh_prem_frame">
        <div id="shh_prem_faerie">
        </div>
        <div id="shh_prem_img" style="background-image: url('http://images.neopets.com/common/bag_of_np.gif');"></div>
            <div class="desc_outer"> 
                <div class="desc_middle">
                                    <div class="desc_inner">
                        Congratulations, username, you just found <b>1,322</b> Neopoints!
                                        </div>
                </div>
            </div>

        </div>
    </div>
w35l3y commented 8 years ago

Cool! Do you think you have expertise to suggest a pull request containing this fix?

jkingaround commented 8 years ago

I could try. Which one is the most "recent" that you are using? Since the "random events" one exists as well.

w35l3y commented 8 years ago

I didn't understand. What are the options? The fix is to include premium events along with the others events.

jkingaround commented 8 years ago

There's this and this

w35l3y commented 8 years ago

Oh, I see! Well, I didn't even remember "Includes : Neopets : Random Events" :D

You would help by modifying any of them. Any help is appreciated. I will try to work on it tomorrow.

Thanks

w35l3y commented 8 years ago

Did it work? Have you tested it?

jkingaround commented 8 years ago

Yes. It works! I was literally about to work on it haha

On Wed, Apr 13, 2016, 4:11 PM w35l3y notifications@github.com wrote:

Did it work? Have you tested it?

— You are receiving this because you modified the open/close state.

Reply to this email directly or view it on GitHub https://github.com/w35l3y/userscripts/issues/45#issuecomment-209685804