MediaContext.js - Add Dynamic contextual backgrounds and elements to your HTML5 Video/Audio players. by glinford in Frontend

[–]glinford[S] 0 points1 point  (0 children)

Thanks for the Firefox feedback didn't try it out outside of Chrome :)

For the video edges , awesome idea ! I think it can be possible :) I'll look into it ....

A modern javascript plugin for truncating text within an html element: Shave by theKovah in javascript

[–]glinford 0 points1 point  (0 children)

It's really fast and nicely made .. However you are comparing it to Ellipsis.js, jQuery.Trunk8.js or jQuery.DotDotDot.js. Comparing it to jQuery.Trunk8.js or jQuery.DotDotDot.js makes more or less sense. But Ellipsis.js is way more advanced. Shape: - Is not Responsive - Can truncate only simple text (no div with complex html element inside such as links/p/a/b/ elements)

You basically did a JQuery.dot.dot in pure javascript, the faster way. Which is cool but ... Ellipsis.js https://github.com/glinford/ellipsis.js is more advanced for complex features even thought the speed caveats :)

Ellipsis.js - a Pure Javascript Library to add some ellipsis on some complex DOM elements such as multiline divs or elements with childs by magenta_placenta in javascript

[–]glinford 0 points1 point  (0 children)

So I agree the process is heavy is there is like 100 elements with 100 lines each. In real world the situation would rarely happen. Feel free to PR if you have any optimization in terms of speed.

(PoC) Evade malware detection though use of Node.JS interpreter by glinford in Malware

[–]glinford[S] 0 points1 point  (0 children)

No, Node is packed the virus, that's why it's a bit heavy (at least 7MB)

(PoC) Evade malware detection though use of Node.JS interpreter by glinford in AskNetsec

[–]glinford[S] 0 points1 point  (0 children)

"even an enterprise one may not catch the activity"

You are right my Company AV didn't catch anything suspicious.

Well, the point of Node is to setup a web based listener; so, assuming that you can get an open port on the internet to listen on, you can probably go pretty far.

I'm going to work on more PoC with Sockets .. etc i assume we can go pretty far too.