次のタグが付けられた質問を表示: すべての質問を表示

save a copy of a existing file in the choosen directory

sorry for my bad english. in german I always get in a circle an come never to this page to put in a question. I use version 127.0 and look for in the option to change sav… (続きを読む)

sorry for my bad english. in german I always get in a circle an come never to this page to put in a question. I use version 127.0 and look for in the option to change save file behavior. I already asked google and the comments are from 2022. I like to activate a third button in the save file message box. Currently there are 2 buttons and I want to activate the 3. butten named "save a copy" or like this. I want to choose the directory always self and when I like I want to decide to save a copy with this button and firefox add a copy number automaticaly. I know from google if I do not use the option "always ask where to save file" firefox do so. As background I need this when I use a auto clicker to use a button on a page to download smartmeter data files. Unfortunatly the file have always the same name and not include the date and time. Unfortunatly I am not able to configure firefox automaticaly with the auto clicker or in the crone job file.

7 時間前 に Harald_Schabauer が質問

Exclude words from search default option

Moz Developers, I would like to add a default exclude words from from search results. So for example, my search would be "Best places to live" but I would like to ex… (続きを読む)

Moz Developers,

I would like to add a default exclude words from from search results. So for example, my search would be

"Best places to live" but I would like to exclude Africa with

"Best places to live -africa"

Could "-africa" be added to a default search bar settings so I don't need to type it?

Cheers

2 日前 に jakeowsley25 が質問

Browser Console

I want to programatically access the open tabs #document object by the Browser Console. I am in chrome://browser/content/browser.xhtml I fallow the docs in browser consol… (続きを読む)

I want to programatically access the open tabs #document object by the Browser Console. I am in chrome://browser/content/browser.xhtml I fallow the docs in browser console: https://firefox-source-docs.mozilla.org/devtools-user/browser_console/index.html

Following the code: var newTabBrowser = gBrowser.getBrowserForTab(gBrowser.selectedTab); newTabBrowser.addEventListener("load", function() {

newTabBrowser.contentDocument.body.innerHTML = "

this page has been eaten

";

}, true); newTabBrowser.contentDocument.location.href = "https://mozilla.org/";

.contentDocument is null except if current tab is a page such as page about:config

Is there a way to allow chrome:// tab to access read only of the tabs #documents property using the console?

I understand that accessing it with javascript from the browser console would be a security issue. I want to bypass it to read, analize and compare dynamic data from the open tabs.

6 日前 に Javier Munoz が質問