LorenzoBe / LeetPlug

This is a browser extension that is able to interact with LeetCode official site. The main goal is to be able to track the activities on each problem and all the related events: submissions, time spent coding the solution, repetitions of a problem.
https://leetplug.azurewebsites.net/
GNU General Public License v3.0
101 stars 8 forks source link

Feature: LeetPlug on contest and explore pages #4

Open acherukuri opened 4 years ago

acherukuri commented 4 years ago

@LorenzoBe, First of all, thank you very much for developing this extension and open-sourcing it.

Currently, the extension works as expected on the https://leetcode.com/problems/*. Do you have any plans on extending it to work on /contests/* and /explore/* pages as well?

LorenzoBe commented 4 years ago

Dear @acherukuri, thanks for the request. It should not be difficult to adapt the script to other pages. I was thinking to the explore pages at least, since there are some very nice learning paths to follow. Unfortunately I don't have time in this period, but I would be happy to accept and publish any pull request to extend the project to the explore problems.