Wide image feed for instagram.
It does not work, keeping it for reference/archival.
Instagram wide (broken) by afilguer

Details
Authorafilguer
LicenseNo License
Categoryinstagram.com
Created
Updated
Code size559 B
Code checksum14222ff3
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Currently this does not work as instagram seems to be generating random element names and ids, which makes very difficult to modify element properties.
Source code
/* ==UserStyle==
@name Instagram wide
@version 20230211.11.10
@namespace userstyles.world/user/afilguer
@description Wide image feed for instagram
@author afilguer
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.instagram.com/") {
._ajrr {
display: flex;
flex-flow: row nowrap;
max-width: 65%;
padding-top: 4px;
}
.xh8yej3 {
max-width: 100% !important;
}
._ajrq {
float: left;
margin-right: var(--feed-sidebar-padding-familiar);
max-width: 60%;
width: 100%;
}
}