您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Change the User Agent on Instagram to uss mobile version on Desktop
当前为
// ==UserScript== // @name Instagram mobile on Desktop // @namespace http://bit.ly/sepehrsohrabi // @version 1.0 // @description Change the User Agent on Instagram to uss mobile version on Desktop // @icon https://www.google.com/s2/favicons?domain=Instagram.com // @author Sepehr Sohrabi // @match https://www.instagram.com/ // @include https://www.Instagram.com/* // @match https://instagram.com/ // @include https://Instagram.com/* // @grant none // ==/UserScript== Object.defineProperty(navigator, 'userAgent', { value: 'Mozilla/5.0 (iPhone; CPU iPhone OS 12_0 like Mac OS X) AppleWebKit/ 604.1.21 (KHTML, like Gecko) Version/ 12.0 Mobile/17A6278a Safari/602.1.26' });