Questions tagged [html]
HTML stand for HyperText Markup Language. You may ask questions about handling HTML files; however, questions regarding HTML markup are considered off topic here.
1,127 questions
0
votes
1
answer
49
views
How do I block an element's text & attributes from changing after page load with uBlock Origin?
Issue
There is a button in the header of Microsoft Support pages that initially displays as "Buy Microsoft 365", but changes to "Try Copilot Chat" shortly after the page loads.
I ...
3
votes
1
answer
101
views
How do I include #shadow-root as part of my filter criteria in uBlock Origin?
I am attempting to write a filter for uBlock Origin that blocks an element inside a #shadow-root element. Specifically, the elements are laid out as <faceplate-search-input> -> #shadow-root -&...
0
votes
1
answer
120
views
How do I make a case-insensitive attribute filter with uBlock Origin?
I want to create a case-insensitive cosmetic filter in uBlock Origin that matches elements based on attribute value.
For example, let's say a page had the following elements.
<a href="/...
-1
votes
1
answer
70
views
How do I filter an element by multiple attributes with uBlock Origin?
I want to create a filter in uBlock Origin that hides elements that match two attributes: aria-level="4" and role="heading"
<div aria-level="4" role="heading"...
3
votes
1
answer
110
views
How do I test uBlock filters against a local HTML file?
I am working on filter rules for uBlock Origin and wanted to test them against a custom, locally saved HTML page. However, I don't know how to filter elements that aren't hosted on a public website.
...
10
votes
1
answer
1k
views
"Save as webpage, HTML Only" Fail while offiline, Firefox
There is this question and others, about saving a complete webpage while online, for which htttrack works and can download a mirror of an entire site and which is one of the answers there.
But what ...
0
votes
1
answer
76
views
All black part of image turning white after opening it in HTML? [closed]
All my web browsers (Firefox, Opera, Vivaldi, Edge) change black part of an HTML image into white part after half to one second. Any idea where this problem of switching black part to white come from?
...
1
vote
1
answer
98
views
How to specify which file types show in the Open File dialog in CodeLobster IDE?
I have an HTML editor (CodeLobster IDE) and when I do 'open file' a whole gamut of file types appear in the file box - including jpg, gif, and several others. Not sure why it thinks I want to edit a ...
3
votes
2
answers
633
views
How do I pass a parameter to a locally store web page from the context (right click) menu of Notepad++?
I'm trying to get this locally stored index.html to load into Firefox latest (Windows 10) from the context menu in NPP.
<Command name="OSM History" Ctrl="no" Alt="yes" ...
4
votes
3
answers
1k
views
Why does Pandoc not allow me to put a <div> within <a> in my HTML document?
I have a template like this one:
<html>
<head>
<title>Example page</title>
<link rel="stylesheet" href="./styles/styles.css">
<meta ...
0
votes
0
answers
142
views
How to pass a token and username to an FRP connection?
I've set up FRP as a reverse proxy to reach my local LAN. I've currently set it up so that it requires a password and username to login.
However, I'd like to set it up so that each connection has a ...
1
vote
1
answer
122
views
Firefox issue: How to scale pdf in embed tag
I'm trying to show a pdf file (load from database) using tag. It works fine in Google chrome, but giving really ugly results in Firefox. Here is a html code:
@{DataURL = string.Format("data:...
2
votes
1
answer
120
views
Converting extremely large, non-standard HTML canvas into PDF
I have a VERY big and VERY wide (layer size is 31Kx20K or bigger) html file rendered and I have a need to convert it to PDF, preserving proportions (so print wont work).
Is such thing possible? I do ...
-1
votes
1
answer
82
views
Strange alignment in HTML table [closed]
In https://UniGen.us/test.html —
Why is the word "Reserved" misplaced in Safari, Firefox, and DuckDuckGo?
That space does not exist in the HTML:
<html>
<head>
<title>This ...
1
vote
0
answers
225
views
How can I quickly convert a large PDF file with many pages into a PowerPoint (PPT) file? [closed]
I have approximately 10,000 PDF files that I’ve merged into files containing 500 pages each (20 files of 500 pages). Now, I want to convert each merged PDF file into a PowerPoint (PPT) file as quickly ...