How can I inspect page resources in Firefox? - file

In Chromium / Chrome I can use "Inspect element" to view a list of the current page's resources, including JS, images, videos. Basically, all files that have been downloaded in service of that page.
When I "Inspect element" in Firefox I can't find an equivalent. Am I missing it, or is there another way to access the list of files?

From the Tools menu, pick Page Info
In the Page Info window, select the Media tab
...the list of files downloaded for that page will appear under the Media tab.

In order to view resources like js or css files, you would select Network in the developer tools panel to open the Network Monitor. This will show all resources downloaded by the page (including images, media etc.)
From there you can narrow your search based on the type of resource you're looking for by selecting the appropriate tab at the top of the window. To inspect its contents, select the resource from the list and click the Response tab in the window that appears to the right.

On Windows, press 'F12' to open developer tools then select 'Network'. Under 'Network' select the filter labelled 'Images'. Reload your page and the images will be listed there along with their links. You can open them in a new tab and save them on your device.

After opening the Inspect Element console; Look for the Toolbox options at the TOP RIGHT CORNER (highlighted in BLUE as shown in the Picture link below)
Click on it and under the "Default Firefox Developer Tools" ; Click on the ones that you want to get displayed. (As per the link you gave for the Google Chrome that displayed the "Resources" - the equivalent in Firefox would be "Storage", as shown below
Toolbox Options--> Storage
Hope this helps :)

Related

HOW TO CLICK LINK IN PAGE OF REACT-PDF

Description:
I've checked similar issues, but none of the provided solutions seem to work in this case. My assumption is that this has something to do with pdf document itself, appreciate if anyone could take a look.
Steps to reproduce
Here is the sandbox with the example
https://codesandbox.io/embed/gallant-thunder-x3o7v7?fontsize=14&hidenavigation=1&theme=dark
Expected behavior
Links are clickable. Please see the online demo https://projects.wojtekmaj.pl/react-pdf/
Actual behavior
Links are not clickable
Interesting fact, that google viewer does not open the links either (pages 4, 5), but if you download the document, links are working. I'm using default previewer on MacOS
Environment
React-PDF version: 5.7.2, same behaviour on 4.1.0
React version: 18.0.0, same on 16.4.0
Also, I used iframe and embed, and really it make link clickable but its not display pdf on safari IOS
The problem is you are using a "virtual PDF reader" (GoogleDocs/Mozilla PDF.js) which produces images and searchable text as separate layers, the link is there but it is the highlighted yellow zone not the blue underline text. also due to browser security I have to right click to open at my choice in new tab or new window (my choice would be save link as PDF for offline viewing).
In a true PDF viewer like Chrome embedded PDF Plugin or the users iFrame / offline viewer, the links would work perfectly. Again whichever way the user decides.

"Manage Pages" not available as it is greyed out

The "Manage Pages" option is greyed out from the dropdown. When in view mode, I can see all of the pages and sections that I set up at the beginning, but now I am unable to go in and update this.
It was working fine yesterday and is only affecting one of my dashboards. This issue only occurs in my dashboards, which have all of their tabs as multi-layered sections (no independent dashboard tab is a separate page).
Is there a reason why the option is unavailable?
Note that this is a sporadic issue and only affects certain dashboards (worked in the report and GIF below), though in any case, the method that I've been using as well as the recommended method on the Add pages and report navigation support page is:
Manage report pages
To manage the pages you've added to your reports:
Edit your report.
In the upper left, click "Page X of Y."
Publicly editable Google Data Studio report (embedded Google Analytics data source based on the Tutorial Report) and a GIF to elaborate:
I found that adding a blank "helper" page on a fully independent tab (with no sections) provides a fix for this issue (just hide the blank page so it doesn't look out of place). I believe the "Manage Pages" option ends up getting disabled when the dashboard is built with multi-layered sections for each and every tab.

Get destination of silverlight link

I visited a web page with an embedded silverlight.
If I press a specific button on that page, I will get a download window in Firefox. So I think this is just a link. Can you tell me how I can get the HTTP address of the link?
I want to create an http link to the same destination but for this, I need the destination..
Best,
dwi
I got it. Just download in Firefox and go to download history.
There you can right click and select "Copy download link".

Using Chrome browser - Pop up menu is not displayed when clicking down arrow of SSRS Report Manager report item in Home

Using SQL Server 2012 reporting services and the report manager URL I clicked down arrow next to a report item in "Home".
A pop up menu does not get displayed. The cursor changes to a pointing finger but I don't know why the menu is not displayed so I can assign a "Browser" role to a user of this report.
I'm using the Chrome browser.
By the way, this is the first time trying to do this.
If you need more information, please let me know.
Usually this issue is seen in Firefox or Chrome. You have a couple options:
Use a Firefox addon or Chrome extension that embeds Internet Explorer in the non-IE tab
Use Internet Explorer
The plugins I linked above are just ones that I have used, feel free to search around for one that meets your needs.

A Link Inside an iFrame That Pops Up "Photo Theater"

I have a tab with an iframe external web page that loads... I would love a hyperlink inside that web page to link one of my photo albums in "theater" mode so you don't leave the page. However, any link I program inside that web page just brings in that photo album inside (not popped up and not in theater mode no matter if I have the &theater in the url).
Can I get some help on how to do this? Thanks!
this is a limitation of iframes in general. Less of a limitation and more of a security issue. As you said.. the iframe loads and external page - a page that could essentially come from anywhere. To protect the integrity of the site displaying this external page, the iframe can not access the page that contains it.
You might want to try opening a new window using javascript :
window.open ("{path_to_image}","title","menubar=1,resizable=1,width=350,height=250");
as you can see there are several options that you can set to customize the popup window.
Here is another link with some info about iframes

Resources