Skip to content

Instantly share code, notes, and snippets.

@jvyden
Created September 19, 2023 07:52
Show Gist options
  • Save jvyden/82e6689adbca717e64693e6e0136312e to your computer and use it in GitHub Desktop.
Save jvyden/82e6689adbca717e64693e6e0136312e to your computer and use it in GitHub Desktop.
fartas
// ==UserScript==
// @name krackass
// @match *://*/*
// @run-at document-end
// ==/UserScript==
(function() {
'use strict';
document.title = 'FARRTAS.COM';
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment