Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Programming › Other Programming › Web Languages › Google Chrome Extension Help?

Google Chrome Extension Help?

Posts 1–4 of 4 · Page 1 of 1
PA
Pazaz
Google Chrome Extension Help?
HELP ME?!
I Only need help with this: Using the variables on [Bash] Search MPGH - Pastebin.com
I'm trying to use searchuser Variable, So what do I do?
I'm trying all ways that I can think of but none of them work.
One way I tried was: window.open("http://www.mpgh.net/forum/search.php?do=process&query="+document.search.sear ch.value, "&searchuser"), And I've done way more than that with no luck
#1 · edited 15y ago · 15y ago
Broderick
Broderick
The 'searchuser' GET actually requires a value you know, if you read the lines in the documentation:

Code:
Variable name: searchuser
Values: Enter a username
implying you actually need to do '&searchuser=Broderick' or some such line, an empty field won't work. Also, you don't say what is stored in search.searchvalue, or what your error actually is (no window opens, a javascript error occurs on the page...etc). For all I know, you are accessing the html elements wrong in the first place. Nevertheless, give the first solution a shot.
#2 · 15y ago
PA
Pazaz
Quote Originally Posted by Broderick View Post
The 'searchuser' GET actually requires a value you know, if you read the lines in the documentation:

Code:
Variable name: searchuser
Values: Enter a username
implying you actually need to do '&searchuser=Broderick' or some such line, an empty field won't work. Also, you don't say what is stored in search.searchvalue, or what your error actually is (no window opens, a javascript error occurs on the page...etc). For all I know, you are accessing the html elements wrong in the first place. Nevertheless, give the first solution a shot.
Oh, Okay, Now I understand, Thanks for clearing that up
EDIT----
Works perfectly! I thought that we needed query so I kept it, Instead just replace query with what ever you need to
#3 · edited 15y ago · 15y ago
Broderick
Broderick
Quote Originally Posted by Pazaz View Post
Oh, Okay, Now I understand, Thanks for clearing that up
EDIT----
Works perfectly! I thought that we needed query so I kept it, Instead just replace query with what ever you need to
Not a problem, glad I could help.
#4 · 15y ago
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Tags for this Thread

#chrome#extensions#html