firefox tag

19 questions


1 answers
139 views
0
US>To avoid leaving HTML (PHP) cache

HTML (PHP) seems to have left the cache of the destination page, and even after updating the page, it behaves like it remains in the cache.The browser is Firefox.What should I do to prevent pages from...

2 years ago

1 answers
130 views
0
webextension installation fails

Installing Webextension on Firefox Failsabout:debugging to load a temporary add-on and select manifest.json to display only There was an error during installation:Extension is invalidWhat should I do?...

2 years ago

1 answers
128 views
0
Rowspan columns in Table appear crushed when viewed on Safari and Firefox

If you create a table like the one below and display it in Chrome, you can see a column with rspan neatly, but with Firefox and Safari, this rowspan column will be crushed and visible.I thought the ve...

2 years ago

1 answers
136 views
0
WebExtensions getBackgroundPage Cannot Call Background Functions

When I try to call a function on the background script using getBackgroundPage in Firefox's WebExtensions, I get the error Error: Permission denied to access property f1 In the example below, data is ...


1 answers
99 views
0
Google App Script htmlservice Dialog Process Does Not Work with Firefox

I wrote the following code because I wanted to display the dialog on the spreadsheet in GAS.I tried running this on a spreadsheet, but it works with Google Chrome, but it doesn't work with Firefox.(Di...


1 answers
100 views
0
I want to boot Firefox from cron in a CentOS virtual desktop environment

I'd like to launch Firefox from cron in a CentOS 6.8 virtual desktop environment, but I'm not sure if it's successful, so please let me know.First of all, the cron itself is working well, and when I r...

2 years ago

1 answers
106 views
0
How do I load UserScript with Firefox+Tampermonkey for Android?

How do I load UserScript on Android 7.1.1?I have a lot of opportunities to see bad strings online, so I would like to introduce userjs called WebAborn on Android, but it doesn't work.I installed the T...

2 years ago

1 answers
107 views
0
How do I print the protruding part of the image on the next page in Firefox?

<body> <canvas width=500px height=2000px>/canvas> <script> varcanvas= document.querySelector('canvas') varctx=canvas.getContext('2d') ctx.fillStyle=rgb(200,0,0) ctx.fillRect(0...

2 years ago

1 answers
121 views
0
Unable to build Firefox add-on development environment

I would like to create an add-on for Firefox.I'm referring to the following site, but it doesn't work the same way, perhaps because it's been a while since the information.https://dev.mozilla.jp/addon...

2 years ago
« - 2 -

© 2024 OneMinuteCode. All rights reserved.