No JavaScript Obfuscator videos yet. You could help us improve this page by suggesting one.
Based on our record, Productivity Power Tools seems to be a lot more popular than JavaScript Obfuscator. While we know about 480 links to Productivity Power Tools, we've tracked only 29 mentions of JavaScript Obfuscator. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Hi HN, I’m Eric, and I’m building ScrapeCopilot, an AI assistant designed to eliminate friction in browser automation development. Here is the link to VS Code extension - https://marketplace.visualstudio.com/items?itemName=scrapecopilot.scrapecopilot I've built browser automations for more than 5 years, and the constant frustration was always the sheer friction involved in getting working code – especially when... - Source: Hacker News / 28 minutes ago
This looks really cool. I will say my default solution for this, and the default across my org, is Data Wrangler in VS Code[1]. My only wish list item is if the low code solution wrote polars instead of pandas. Any thoughts on how hard that might be to accomplish? 1: https://marketplace.visualstudio.com/items?itemName=ms-toolsai.datawrangler. - Source: Hacker News / 5 days ago
Https://marketplace.visualstudio.com/items?itemName=sorucoder.freebasic There's also an QB64Official/vscode extension that has syntax highlighting and keyboard shortcuts:. - Source: Hacker News / 6 days ago
Tagged template literals can have all of these, some already exist¹ and doesn't need a build step. 1. https://marketplace.visualstudio.com/items?itemName=bierner.lit-html. - Source: Hacker News / 6 days ago
Btw, another extension I'd personally recommend is Region Highlighter by 'Wiensss', which makes regions easier to see in the editor itself by coloring them, and also provides a command for making regions (although it is limited in language support). I don't currently use any other region extensions. Region Highlighter: https://marketplace.visualstudio.com/items?itemName=Wiensss.region-highlighter. - Source: Hacker News / 7 days ago
Now let's take the above code and modify it with a popular obfuscator for JS - obfuscator.io. As a result, we will get a code like this:. - Source: dev.to / 4 months ago
You can use tools like JavaScript Obfuscator or UglifyJS to obfuscate your code. - Source: dev.to / 7 months ago
I know it's frowned upon here, but there are commercial and open source[1] javascript obfuscators with domain locking functionalities. If your site is already a SPA, they can make it very painful to just lift it (not impossible, obviously, because everything is reverse-engineerable, but the point is to discourage the majority of thiefs). You can be creative: for example, if whoever cloned your site is located in... - Source: Hacker News / 9 months ago
I don't need/use IDA, Nemlei just used https://obfuscator.io/, which just obfuscates the crap out of the code using various known methods (which I won't go into detail, it's public knowledge) and an un-obfuscation was cooked up by others. The one fucked-up thing the website does is randomizing function names, it just changes every variable/function name. We can't "un-obfuscate" those, so it's up to our brains to... Source: over 1 year ago
It's to purposefully makes your code harder to read so it prevents people from stealing your work. Here's a tool that does it: https://obfuscator.io/. Source: over 2 years ago
rubular - A ruby based regular expression editor
Terser - JavaScript parser, mangler, optimizer and beautifier toolkit for ES6+
RegExr - RegExr.com is an online tool to learn, build, and test Regular Expressions.
UglifyJS - JavaScript minifier, beautifier, mangler and parser toolkit.
RegexPlanet Ruby - RegexPlanet offers a free-to-use Regular Expression Test Page to help you check RegEx in Ruby free-of-cost.
Closure Compiler - The Closure Compiler is a tool for making JavaScript download and run faster.