A for-fun toy to change the results of the Google random number generator. This browser extension overlays the standard RNG to give you predictable results.
- Control the "random" number: Hijack Google's RNG to get the numbers you want.
- Sequential Numbers: Add a list of numbers, and the generator will follow that sequence.
- Shift-Key Activation: Hold the Shift key while clicking "Generate" to get the next number in your list.
- Separate UI: Manage your list of numbers in a separate popup window, which can be operated from the main Google search screen.
- Add Numbers: Click the extension icon in your browser toolbar to open the popup window. Here, you can add, edit, and reorder the sequence of numbers you want the generator to produce.
- Activate: On the Google search results page for "random number generator", hold down the Shift key and click the Generate button.
- Controlled Results: The generator will now display the next number from your predefined sequence.
- Open Chrome browser
- Go to
chrome://extensions/ - Toggle Developer mode ON (top right)
- Click "Load unpacked"
- Navigate to this project folder
- Select the
dist/folder - Click "Select Folder"
- Go to Google.com
- Search for "random number generator"
- You should see the enhanced RNG interface
- Click the extension icon to manage target numbers
