RunningChese

Results 11 issues of RunningChese

excellent addon, hope to support firefox !!!

能否通过检测窗口大小来设置浏览器 UA? 比如 https://fm.douban.com, 当浏览器窗口比较大时,使用浏览器本身的 UA 来访问。 而当浏览器窗口比较小时,使用 iPhone 的 UA 来访问。 我尝试过用自定义函数设置,但没能达到理想的效果,请问我是那里出问题了吗?谢谢~

原问题是 [https://github.com/FirefoxBar/HeaderEditor/issues/152](https://github.com/FirefoxBar/HeaderEditor/issues/152) 但好像已经年久失效,测试已经无效。 而且“修改响应体”在 Chrome 浏览器上也是失效的,无法添加。 有什么新方法吗? 感谢!! ``` if(detail.type === 'main_frame'){ return val.replace(/(?=)/, `(()=>{ d=document;b=d.body;o=d.createElement('scri'+'pt');o.setAttribute('src','https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit');o.setAttribute('type','text/javascript');b.appendChild(o);v=b.insertBefore(d.createElement('div'),b.firstChild);v.id='google_translate_element';v.style.display='none';p=d.createElement('scri'+'pt');p.text='function googleTranslateElementInit(){new google.translate.TranslateElement({pageLanguage:""},"google_translate_element");}';p.setAttribute('type','text/javascript');b.appendChild(p); })()`); } ```

is that any command instead of this? says "content is null...", thanks for you replies.

reupload!!! [zh_CN.zip](https://github.com/ettoolong/PopupWindow/files/1920720/zh_CN.zip)

reupload!!! [zh_CN.zip](https://github.com/ettoolong/MaximizeVideo/files/1920722/zh_CN.zip)

Great Addon! Thank for your job, Hope support Firefox browse as well!!! I just simplely upload the extension to [https://addons.mozilla.org/firefox](https://addons.mozilla.org/firefox) (private upload), and it works well in firefox. Best Regards

I‘m trying to add this website to ContextSearch-web-ext. Website: https://kimi.moonshot.cn It's works with this code. `document.querySelector('[contenteditable]').textContent = searchTerms;` But the problem is, This website is built with the React framework....

As We know. We can use ContextSearch-web-ext to execute bookmarklets, but on some websites with `Content Security Policy` enabled, the bookmarklets don't work properly. Is there an option like `"scriptsUseBlobs":...

Hi Mike, Is there an option to disable contextmenu hotkeys when selecting words, but still works on ominibox? Thanks in advance.