Giter Site home page Giter Site logo

sr2echa / wack Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 24 KB

The extension to help you when you badly don't want to mess up your wordle streak

License: Mozilla Public License 2.0

JavaScript 100.00%
wordle wordle-solver wordle-helper chrome-extension extention

wack's Introduction

Wack Icon

~W̵o̵r̵d̵l̵e̵ ̵H̵a̵x̵k̵ ~
Your last resort in woordle to maintain your woordle win streak


📥 Installation

Developer Mode Installation Instructions

Google Chrome / Microsoft Edge (or any Chromium-based browser)

1. Download this repo as a ZIP file from GitHub.
2. Unzip the file and you should have a folder named wack-master.
3. In Chrome/Edge go to the extensions page (chrome://extensions or edge://extensions).
4. Enable Developer Mode.
5. Drag the twttr-master folder anywhere on the page to import it (do not delete the folder afterwards).

How to use

Once installed, just click on the wack extention when in https://www.powerlanguage.co.uk/wordle/ page.
It will auto fill the solution and submit! :)

Wack.mp4

Install via bookmarks

Make a bookmark with the following URL. When on the wordle page. Click the bookmark to get solution.

javascript:var state=localStorage.getItem("gameState");let convert = (state) => ((new Function( "return " + state) )());answer=convert(state).solution;function typeAnswer(x){window.dispatchEvent(new KeyboardEvent("keydown",x));};Array.from(answer).forEach(alphabet=>typeAnswer({key:alphabet}));typeAnswer({key:"Enter"});

This will work in all browsers (chromium/geko) across all platforms (mobile/pc)


wack's People

Contributors

sr2echa avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

wack's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.