greasemonkey_scripts/pinterest.js

11 lines
299 B
JavaScript
Raw Permalink Normal View History

2024-03-23 07:33:03 +00:00
// ==UserScript==
// @name pinterest to binternet
// @version 0.1
// @description none
// @author You
// @include *pinterest.com*
// @run-at document-start
// ==/UserScript==
document.location.href=document.location.href.replace("www.pinterest.com","bn.opnxng.com");