In response to blip #106828

S87GMil said:
there is no trivial way to change the destination of a link on the site.

// ==UserScript==
// @name         e621 Pool Link Modifier
// @match        https://e621.net/*
// ==/UserScript==
(function() {document.getElementById('nav-pools-link').href = '/pools'})();

Put into your choice of userscript manager.

Responses

In response to blip #106834

Lafcadio said:

// ==UserScript==
// @name         e621 Pool Link Modifier
// @match        https://e621.net/*
// ==/UserScript==
(function() {document.getElementById('nav-pools-link').href = '/pools'})();

Put into your choice of userscript manager.

That is true if you are visiting the site on your desktop, the mobile version of Chrome still does't have the functionality to use add-ons.
I was focused on the mobile version of the site and it's "vanilla" functionality to change the button, because I rarely visit the site using my desktop PC.

  • 1