I hereby claim:
- I am ubarbaxor on github.
- I am ubarbaxor (https://keybase.io/ubarbaxor) on keybase.
- I have a public key ASAnDKrU9qEKvvVBqzkEhpV_taNxP1PEZth-yGGl_NoHMgo
To claim this, I am signing this object:
| // ==UserScript== | |
| // @name YOLOREKT UI EDITS | |
| // @namespace Violentmonkey Scripts | |
| // @match https://www.yolorekt.finance/game?gametype=G_LVG | |
| // @grant none | |
| // @version 1.1.5d | |
| // @author ubarbaxor 'Fishotron' will fork for wood | |
| // @description If you like this, feel free to buy me a coffee. ETH/USDC(Polygon) : 0x7cd974D9Ce1014a3Feb5f359c5D9b83174209782 | |
| // @downloadURL https://gist.github.com/ubarbaxor/e4e68cc2061bdab43ba62838ecebdc15/raw/fisherTick.js | |
| // @updateURL https://gist.github.com/ubarbaxor/e4e68cc2061bdab43ba62838ecebdc15/raw/fisherTick.js |
| const shadok = n => parseInt(n) | |
| .toString(4) | |
| .split('') | |
| .map(e => ['ga', 'bu', 'zo', 'meu'][e]) | |
| .join(' ') |
I hereby claim:
To claim this, I am signing this object:
Header Nav's seem not to work due to two things :
1/ Underlying anchors' href property doesnt concur with sections' classes 2/ Clicking the section doesn't seem to toggle the anchors
This is all probably caused by a faulty JQuery manipulation.
Proposed solution :