shihabmridha / educative.io-downloader

Free Palestine. 📖 This tool is to download course from educative.io for offline usage. It uses your login credentials and download the course.
218 stars 130 forks source link

Show Solution Button Click Impl, Refactor IDECode copied content to below it. #64

Closed devdcores closed 4 years ago

devdcores commented 4 years ago

In this PR.

Show Solution button click is implemented using the copy to clipboard button. Dynamically it clicks on copy to clipboard button and reads the same from clipboard and pasted on page, thats the reason it need clipboard read permission.

Refactor to IDECode files copy. Before all the files are copied and pasted at endof the page. Now after refactor it will be appended to IDECode files section.

ScreenShots.zip

devdcores commented 4 years ago

@shihabmridha I have resolved the conflicts and it is good to merge now. And i have refactored the Show Solution feature. It doesn't require clipboard permissions now.

Added new feature to capture the code hidden. Example: code written for other languages like (Python, Javascript). Check below attachment.

2_0_1_Knapsack.mhtml.zip