-
-
Save digi0ps/763a345a307af8d7ae4ee17b778b0ef6 to your computer and use it in GitHub Desktop.
| /* | |
| ----------------------------- | |
| Paste into skillrack shortcut. | |
| ----------------------------- | |
| Open console in your browser by pressing Ctrl+Shift+J in Chrome Windows. | |
| Or right click the webpage, select inspect element and then change to console tab. | |
| Paste the code you want into the quotes given in variable CODE and then paste the entire thing into | |
| the console. And then press enter. | |
| BUGS rn: | |
| - Long line causes a major code shitbreak, so try to avoid those. | |
| - Too hectic to copy paste into console everything ( solution: make an extension ) | |
| */ | |
| var CODE = ` | |
| Paste your code inside here without removing these quotes | |
| `; | |
| (function(){ | |
| var editor_id = $(".ace_editor.ace_dark")[0].id; | |
| var editor = ace.edit(editor_id); | |
| editor.$blockScrolling = Infinity; | |
| X = CODE.split(" "); | |
| editor.setValue(""); | |
| for(var i=0;i<X.length;i++){ | |
| editor.insert(X[i]+" "); | |
| var row = editor.session.getLength() - 1; | |
| var column = editor.session.getLine(row).length; | |
| editor.gotoLine(row + 1, column); | |
| } | |
| })(); | |
It works!
Thanks man
apo copy paniringa
clg kasta patu skillrack
For Educational Purposes Only✔️
Where to paste this ??
Open inspect window and paste it in the console section
what kind of code need to paste in the quote
what kind of code need to paste in the quote
Your solution(C/CPP/JAVA/Python...) to the problem statement
Super bro
It works!
Thanks manapo copy paniringa clg kasta patu skillrack
Bro , skillrack ypd easy ah code potu certificate complete pandrathu !?
nov correct ta sollu na
Don't do this guys, you will get banned for this. I got banned for using this method.
banned ah !??
practice by your own
Does this get u banned ?
But ipo ithu work agala so 2026 Copy paste enable panna ethachum irukka? Browww
This method is getting old, but don't worry—I found a much easier solution.
Use CodeFlow:
https://github.com/e-Zephyr/CodeFlow
It's integrated with Google AI Studio, so you'll need a Google AI Studio API key. The API is free with usage limits, and you can even use multiple API keys if needed.
or use Auto-Typer:
https://github.com/e-Zephyr/Auto-Typer
Here's the workflow:
-
Take a screenshot of the coding problem.
-
Upload it to CodeFlow.
-
Use this prompt:
Provide only the code without any indentation.This helps avoid indentation errors when extracting the code.
-
Copy the generated code.
-
Paste it into Auto-Typer.
-
Run the app and watch it type everything automatically.
if u have any doubts contact me in instagram itz_karthi_k_
But ipo ithu work agala so 2026 Copy paste enable panna ethachum irukka? Browww
https://gist.github.com/digi0ps/763a345a307af8d7ae4ee17b778b0ef6?permalink_comment_id=6235634#gistcomment-6235634
his method is getting old, but don't worry—I found a much easier solution.
Use CodeFlow: https://github.com/e-Zephyr/CodeFlow
It's integrated with Google AI Studio, so you'll need a Google AI Studio API key. The API is free with usage limits, and you can even use multiple API keys if needed.
or use Auto-Typer: https://github.com/e-Zephyr/Auto-Typer
Here's the workflow:
1. Take a screenshot of the coding problem.
2. Upload it to CodeFlow.
3. Use this prompt:
`Provide only the code without any indentation.`
This helps avoid indentation errors when extracting the code.
4. Copy the generated code.
5. Paste it into Auto-Typer.
6. Run the app and watch it type everything automatically.
if u have any doubts contact me in Instagram itz_karthi_k_
It works!
Thanks man