Skip to content

Commit 88c0986

Browse files
committed
Replace all nolindnaidoo references with OffensiveEdge
- Updated author information in package.json - Updated all README.md marketplace and GitHub links - Updated documentation files (ARCHITECTURE.md, etc.) - Updated localization files (package.nls.json, src/i18n/*) - Updated source code references - Updated sample files and documentation - All references now point to OffensiveEdge organization
1 parent d9e1696 commit 88c0986

21 files changed

+39
-39
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ Scrape-LE brings zero-hassle web scrapeability checking to VS Code. Simple, reli
4949
- **Anti-Bot Detection** - Identify Cloudflare, reCAPTCHA, hCaptcha before deployment
5050
- **Rate Limit Discovery** - Find rate limits before hitting them in production
5151
- **robots.txt Compliance** - Verify crawling is allowed by site policies
52-
- **Auth Wall Detection** - Check if login or paywalls block access
52+
- **Auth Wall Detection** - Check if login or paywalls block access

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99

1010
<p align="center">
1111
<!-- VS Code Marketplace -->
12-
<a href="https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.scrape-le">
13-
<img src="https://img.shields.io/visual-studio-marketplace/v/nolindnaidoo.scrape-le" alt="VSCode Marketplace Version" />
12+
<a href="https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.scrape-le">
13+
<img src="https://img.shields.io/visual-studio-marketplace/v/OffensiveEdge.scrape-le" alt="VSCode Marketplace Version" />
1414
</a>
1515
<!-- Build -->
16-
<a href="https://github.com/nolindnaidoo/scrape-le/actions">
17-
<img src="https://img.shields.io/github/actions/workflow/status/nolindnaidoo/scrape-le/ci.yml?branch=main" alt="Build Status" />
16+
<a href="https://github.com/OffensiveEdge/scrape-le/actions">
17+
<img src="https://img.shields.io/github/actions/workflow/status/OffensiveEdge/scrape-le/ci.yml?branch=main" alt="Build Status" />
1818
</a>
1919
<!-- License -->
20-
<a href="https://github.com/nolindnaidoo/scrape-le/blob/main/LICENSE">
21-
<img src="https://img.shields.io/github/license/nolindnaidoo/scrape-le" alt="MIT License" />
20+
<a href="https://github.com/OffensiveEdge/scrape-le/blob/main/LICENSE">
21+
<img src="https://img.shields.io/github/license/OffensiveEdge/scrape-le" alt="MIT License" />
2222
</a>
2323
</p>
2424

@@ -40,7 +40,7 @@
4040
## 🙏 Thank You
4141

4242
If Scrape-LE saves you time, a quick rating helps other developers discover it:
43-
[VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.scrape-le)[Open VSX](https://open-vsx.org/extension/nolindnaidoo/scrape-le)
43+
[VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.scrape-le)[Open VSX](https://open-vsx.org/extension/OffensiveEdge/scrape-le)
4444

4545
## ✅ Why Scrape-LE?
4646

@@ -68,13 +68,13 @@ Scrape-LE uses real browser automation (Playwright) to catch issues early: JavaS
6868

6969
## 🚀 More from the LE Family
7070

71-
- **[String-LE](https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.string-le)** - Extract user-visible strings for i18n and validation • [Open VSX](https://open-vsx.org/extension/nolindnaidoo/string-le)
72-
- **[Numbers-LE](https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.numbers-le)** - Extract and analyze numeric data with statistics • [Open VSX](https://open-vsx.org/extension/nolindnaidoo/numbers-le)
73-
- **[EnvSync-LE](https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.envsync-le)** - Keep .env files in sync with visual diffs • [Open VSX](https://open-vsx.org/extension/nolindnaidoo/envsync-le)
74-
- **[Paths-LE](https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.paths-le)** - Extract file paths from imports and dependencies • [Open VSX](https://open-vsx.org/extension/nolindnaidoo/paths-le)
75-
- **[URLs-LE](https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.urls-le)** - Audit API endpoints and external resources • [Open VSX](https://open-vsx.org/extension/nolindnaidoo/urls-le)
76-
- **[Colors-LE](https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.colors-le)** - Extract and analyze colors from stylesheets • [Open VSX](https://open-vsx.org/extension/nolindnaidoo/colors-le)
77-
- **[Dates-LE](https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.dates-le)** - Extract temporal data from logs and APIs • [Open VSX](https://open-vsx.org/extension/nolindnaidoo/dates-le)
71+
- **[String-LE](https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.string-le)** - Extract user-visible strings for i18n and validation • [Open VSX](https://open-vsx.org/extension/OffensiveEdge/string-le)
72+
- **[Numbers-LE](https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.numbers-le)** - Extract and analyze numeric data with statistics • [Open VSX](https://open-vsx.org/extension/OffensiveEdge/numbers-le)
73+
- **[EnvSync-LE](https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.envsync-le)** - Keep .env files in sync with visual diffs • [Open VSX](https://open-vsx.org/extension/OffensiveEdge/envsync-le)
74+
- **[Paths-LE](https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.paths-le)** - Extract file paths from imports and dependencies • [Open VSX](https://open-vsx.org/extension/OffensiveEdge/paths-le)
75+
- **[URLs-LE](https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.urls-le)** - Audit API endpoints and external resources • [Open VSX](https://open-vsx.org/extension/OffensiveEdge/urls-le)
76+
- **[Colors-LE](https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.colors-le)** - Extract and analyze colors from stylesheets • [Open VSX](https://open-vsx.org/extension/OffensiveEdge/colors-le)
77+
- **[Dates-LE](https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.dates-le)** - Extract temporal data from logs and APIs • [Open VSX](https://open-vsx.org/extension/OffensiveEdge/dates-le)
7878

7979
## 💡 Use Cases
8080

@@ -92,7 +92,7 @@ Scrape-LE uses real browser automation (Playwright) to catch issues early: JavaS
9292
## 🚀 Quick Start
9393
9494
1. **Install from VS Code Marketplace**
95-
- VS Code Marketplace: [Install here](https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.scrape-le)
95+
- VS Code Marketplace: [Install here](https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.scrape-le)
9696
2. Open Command Palette (`Cmd/Ctrl + Shift + P`).
9797
3. Run **"Scrape-LE: Check URL"** or press `Cmd+Alt+S` / `Ctrl+Alt+S`.
9898
4. Enter URL and view detailed results.
@@ -231,7 +231,7 @@ Run **"Scrape-LE: Setup Browser"** from Command Palette to install Chromium
231231
Increase timeout: `scrape-le.browser.timeout` (default 30s) or check network connection
232232

233233
**Need help?**
234-
Check [Issues](https://github.com/nolindnaidoo/scrape-le/issues) or enable verbose logging: `scrape-le.notificationsLevel: "all"`
234+
Check [Issues](https://github.com/OffensiveEdge/scrape-le/issues) or enable verbose logging: `scrape-le.notificationsLevel: "all"`
235235

236236
## ❓ FAQ
237237

@@ -255,4 +255,4 @@ Powered by Vitest • Run with `bun test --coverage`
255255
---
256256

257257
Copyright © 2025
258-
<a href="https://github.com/nolindnaidoo">@nolindnaidoo</a>. All rights reserved.
258+
<a href="https://github.com/OffensiveEdge">@OffensiveEdge</a>. All rights reserved.

docs/ARCHITECTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ const browser = await chromium.launch({
287287
288288
289289
---
290-
**Project:** [Issues](https://github.com/nolindnaidoo/scrape-le/issues) • [Pull Requests](https://github.com/nolindnaidoo/scrape-le/pulls) • [Releases](https://github.com/nolindnaidoo/scrape-le/releases) • [MIT License](LICENSE)
290+
**Project:** [Issues](https://github.com/OffensiveEdge/scrape-le/issues) • [Pull Requests](https://github.com/OffensiveEdge/scrape-le/pulls) • [Releases](https://github.com/OffensiveEdge/scrape-le/releases) • [MIT License](LICENSE)
291291
292292
**Dev:** [Spec](SPECIFICATION.md) • [Architecture](ARCHITECTURE.md) • [Development](DEVELOPMENT.md) • [Troubleshooting](TROUBLESHOOTING.md)
293293

docs/COMMANDS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ This document describes all commands exposed by the Scrape‑LE VS Code extensio
154154

155155
---
156156

157-
**Project:** [Issues](https://github.com/nolindnaidoo/scrape-le/issues)[Pull Requests](https://github.com/nolindnaidoo/scrape-le/pulls)[Releases](https://github.com/nolindnaidoo/scrape-le/releases)[MIT License](LICENSE)
157+
**Project:** [Issues](https://github.com/OffensiveEdge/scrape-le/issues)[Pull Requests](https://github.com/OffensiveEdge/scrape-le/pulls)[Releases](https://github.com/OffensiveEdge/scrape-le/releases)[MIT License](LICENSE)
158158

159159
**Dev:** [Spec](SPECIFICATION.md)[Architecture](ARCHITECTURE.md)[Development](DEVELOPMENT.md)[Troubleshooting](TROUBLESHOOTING.md)
160160

docs/I18N.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ We welcome community translations! To contribute:
411411
4. **Test Locally**: Verify with VS Code language pack
412412
5. **Submit PR**: Include screenshots of tested strings
413413

414-
**Contact**: Open an issue at [scrape-le/issues](https://github.com/nolindnaidoo/scrape-le/issues)
414+
**Contact**: Open an issue at [scrape-le/issues](https://github.com/OffensiveEdge/scrape-le/issues)
415415

416416
---
417417

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"version": "1.7.0",
77
"license": "MIT",
88
"author": {
9-
"name": "Nolin D Naidoo",
10-
"url": "https://github.com/nolindnaidoo"
9+
"name": "OffensiveEdge",
10+
"url": "https://github.com/OffensiveEdge"
1111
},
1212
"repository": {
1313
"type": "git",

package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@
4949
"runtime.help.formats": "**What it checks**: URL reachability, HTTP status codes, response times, headers\n**Browser support**: Chromium for JavaScript-heavy sites (React, Vue, Angular)",
5050
"runtime.help.troubleshooting": "**URL check fails?** Verify URL format and network connection\n**Timeout errors?** Increase timeout in settings\n**Browser issues?** Run \"Setup Browser\" command\n**Need help?** Check Output panel for details",
5151
"runtime.help.settings": "Access via Command Palette: \"Scrape-LE: Open Settings\"\nKey settings: Request timeout, browser options, screenshot capture, notification levels",
52-
"runtime.help.support": "GitHub Issues: https://github.com/nolindnaidoo/scrape-le/issues"
52+
"runtime.help.support": "GitHub Issues: https://github.com/OffensiveEdge/scrape-le/issues"
5353
}

sample/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ http://127.0.0.1:5000
326326
- **Main README**: [../README.md](../README.md)
327327
- **Configuration Guide**: [../docs/CONFIGURATION.md](../docs/CONFIGURATION.md)
328328
- **Troubleshooting**: [../docs/TROUBLESHOOTING.md](../docs/TROUBLESHOOTING.md)
329-
- **GitHub Issues**: [Report problems or request features](https://github.com/nolindnaidoo/scrape-le/issues)
329+
- **GitHub Issues**: [Report problems or request features](https://github.com/OffensiveEdge/scrape-le/issues)
330330

331331
---
332332

src/commands/help.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ Key settings:
158158
- Retry logic
159159
160160
## Support
161-
- GitHub Issues: https://github.com/nolindnaidoo/scrape-le/issues
162-
- Documentation: https://github.com/nolindnaidoo/scrape-le#readme
161+
- GitHub Issues: https://github.com/OffensiveEdge/scrape-le/issues
162+
- Documentation: https://github.com/OffensiveEdge/scrape-le#readme
163163
`.trim();
164164

165165
const doc = await vscode.workspace.openTextDocument({

src/i18n/package.nls.de.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@
4949
"runtime.help.formats": "**What it checks**: URL reachability, HTTP status codes, response times, headers\n**Browser support**: Chromium for JavaScript-heavy sites (React, Vue, Angular)",
5050
"runtime.help.troubleshooting": "**URL check fails?** Verify URL format and network connection\n**Timeout errors?** Increase timeout in settings\n**Browser issues?** Run \"Setup Browser\" command\n**Need help?** Check Output panel for details",
5151
"runtime.help.settings": "Access via Command Palette: \"Scrape-LE: Open Settings\"\nKey settings: Request timeout, browser options, screenshot capture, notification levels",
52-
"runtime.help.support": "GitHub Issues: https://github.com/nolindnaidoo/scrape-le/issues"
52+
"runtime.help.support": "GitHub Issues: https://github.com/OffensiveEdge/scrape-le/issues"
5353
}

0 commit comments

Comments
 (0)