Fixes regex for cookie clicker multiplayer

This commit is contained in:
2024-08-09 12:42:31 -04:00
parent fb5b4a887e
commit 372c808290

View File

@@ -38,7 +38,7 @@
// @version 2024-08-09<br>
// @description Multiplayer Cookie Clicker<br>
// @author lukasdotcom<br>
// @match /https?://orteil.dashnet.org/cookieclicker/<br>
// @match https://orteil.dashnet.org/cookieclicker/<br>
// @grant none<br>
// ==/UserScript==<br>
var script = document.createElement('script');<br>