ajax-lives / NoRussian

Volunteer DoS tool via HTML + JS
GNU General Public License v3.0
373 stars 58 forks source link

refactor and make mobile friendly #49

Closed ghost closed 2 years ago

ghost commented 2 years ago

index.html has been split into three files separating the code from the css and target list. Used bootstrap to make more mobile friendly and cleaned up typography. Added pause/resume button

Ycirn commented 2 years ago

Not a big fan of separating the files again

ghost commented 2 years ago

UI look is better. Don't really care if one file or three. It was just easier for me to modify that way. Up to the maintainer.

ghost commented 2 years ago

I think that ultimately the best thing about this project is how easy it is to plant on typical computers, and having to use and download several files at once undermines this.

Ycirn commented 2 years ago

I'd say implement the HTML/CSS/Bootstrap changes, and implement the other guys JS part of the thing I commented. Keep the single file structure.

ghost commented 2 years ago

Bowing to the will of the people, here is a single file version.

TeaEffTeu commented 2 years ago

Did some testing and this version uses roughly under double the CPU usage of the original file on PC

Settings used (for both):

ajax-lives commented 2 years ago

Will require testing as all PRs do. Think some beautifying is always good.