Skip to content

Instantly share code, notes, and snippets.

@neckothy
Created January 24, 2024 12:13
Show Gist options
  • Save neckothy/9d470892975f1da89e923b26bdd8a7b2 to your computer and use it in GitHub Desktop.
Save neckothy/9d470892975f1da89e923b26bdd8a7b2 to your computer and use it in GitHub Desktop.
-1 click
// ==UserScript==
// @name Latest Win-O' Archive Redirect
// @namespace Violentmonkey Scripts
// @match https://desuarchive.org/co/search/subject/official%20win-o%27-thread/
// @grant none
// @version 1.0
// @author neckothy
// @description -1 click
// ==/UserScript==
location.href = document.querySelector("span.post_controls").children[0].href.split("#")[0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment