This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name XHR & Fetch Interceptor | |
// @namespace http://tampermonkey.net/ | |
// @version 0.2 | |
// @description 拦截并修改XHR和Fetch请求响应 douyin | |
// @author You | |
// @match *://*.douyin.com/* | |
// @run-at document-start | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" | |
git fetch origin |