2023-02-05 02:21:30 +00:00
|
|
|
// Replicates the Stylus app: <https://addons.mozilla.org/en-GB/firefox/addon/styl-us/>
|
|
|
|
|
2023-02-15 02:24:47 +00:00
|
|
|
var styles = null;
|
|
|
|
|
2023-09-15 09:41:31 +00:00
|
|
|
if (document.domain == "forum.effectivealtruism.org") {
|
|
|
|
styles = `
|
2023-02-05 02:21:30 +00:00
|
|
|
.Layout-main {
|
|
|
|
margin-left: 100px;
|
|
|
|
}
|
|
|
|
.SingleColumnSection-root {
|
|
|
|
width: 1000px !important;
|
|
|
|
max-width: 1400px !important;
|
|
|
|
padding-left: 100px !important;
|
|
|
|
}
|
|
|
|
.NavigationStandalone-sidebar {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.intercom-lightweight-app{
|
|
|
|
display: none;
|
|
|
|
}
|
2023-09-15 09:41:31 +00:00
|
|
|
`;
|
|
|
|
var styleSheet = document.createElement("style");
|
|
|
|
styleSheet.innerText = styles;
|
|
|
|
document.head.appendChild(styleSheet);
|
|
|
|
console.log("Style changed");
|
2023-02-05 02:21:30 +00:00
|
|
|
}
|
|
|
|
|
2023-09-15 09:41:31 +00:00
|
|
|
if (document.domain == "mail.proton.me") {
|
|
|
|
styles = `
|
2023-06-20 14:30:36 +00:00
|
|
|
/*
|
2023-02-11 13:40:15 +00:00
|
|
|
.item-container-row.read, .item-container.read {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
.item-container-row.unread, .item-container.unread {
|
|
|
|
background-color: #E8E8E8;
|
|
|
|
}
|
|
|
|
.selection .item-container-row.item-is-selected, .item-container.item-is-selected {
|
|
|
|
background-color: var(--selection-background-color) !important;
|
|
|
|
}
|
2023-06-20 14:30:36 +00:00
|
|
|
zoom: 0.625 !important;
|
|
|
|
*/
|
2023-09-15 09:41:31 +00:00
|
|
|
`;
|
2023-02-15 02:24:47 +00:00
|
|
|
}
|
2023-09-15 09:41:31 +00:00
|
|
|
if (document.domain == "forum.nunosempere.com") {
|
2023-04-21 23:08:55 +00:00
|
|
|
styles = `
|
|
|
|
body {
|
|
|
|
zoom: 0.625 !important;
|
|
|
|
}
|
2023-09-15 09:41:31 +00:00
|
|
|
`;
|
2023-04-21 23:08:55 +00:00
|
|
|
}
|
2023-09-15 09:41:31 +00:00
|
|
|
if (document.domain == "search.nunosempere.com") {
|
2023-04-29 22:33:09 +00:00
|
|
|
styles = `
|
2023-06-26 10:26:53 +00:00
|
|
|
body {
|
|
|
|
/* zoom: 1.8; */
|
|
|
|
}
|
|
|
|
|
2023-04-29 22:33:09 +00:00
|
|
|
footer {
|
|
|
|
display: none;
|
|
|
|
}
|
2023-09-15 09:41:31 +00:00
|
|
|
`;
|
2023-04-29 22:33:09 +00:00
|
|
|
}
|
2023-09-15 09:41:31 +00:00
|
|
|
if (document.domain == "twitter.com") {
|
2023-05-06 00:08:53 +00:00
|
|
|
styles = `
|
2023-08-03 12:40:40 +00:00
|
|
|
/* hide promoted tweets */
|
|
|
|
:has(meta[property="og:site_name"][content="Twitter"])
|
|
|
|
[data-testid="cellInnerDiv"]:has(svg + [dir="auto"]) {
|
|
|
|
display: none;
|
|
|
|
}
|
2023-07-27 15:36:04 +00:00
|
|
|
[data-testid^="placementTracking"] {
|
2023-05-06 00:08:53 +00:00
|
|
|
display: none;
|
|
|
|
}
|
2023-08-03 12:40:40 +00:00
|
|
|
|
|
|
|
/* hide what's happening section */
|
|
|
|
:has(meta[property="og:site_name"][content="Twitter"])
|
|
|
|
[aria-label="Timeline: Trending now"] {
|
|
|
|
display: none !important;
|
|
|
|
}
|
2023-07-27 15:36:04 +00:00
|
|
|
[data-testid^="sidebarColumn"] {
|
2023-05-06 00:08:53 +00:00
|
|
|
display: none;
|
|
|
|
}
|
2023-09-15 09:41:31 +00:00
|
|
|
`;
|
2023-05-06 00:08:53 +00:00
|
|
|
}
|
|
|
|
|
2023-09-15 09:41:31 +00:00
|
|
|
if (document.domain == "reddit.com" || document.domain == "old.reddit.com") {
|
|
|
|
styles = `
|
2023-07-27 12:34:16 +00:00
|
|
|
/* kill sidebar ads */
|
|
|
|
.native-ad-container,
|
|
|
|
.premium-banner-outer,
|
|
|
|
.native-sidebar-ad,
|
|
|
|
.infobar-toaster-container,
|
|
|
|
#eu-cookie-policy,
|
|
|
|
.ad-container,
|
2023-08-03 12:40:40 +00:00
|
|
|
.listingsignupbar,
|
2023-07-27 12:34:16 +00:00
|
|
|
a[href="/premium"],
|
|
|
|
[data-promoted^="true"],
|
|
|
|
a[href^="https://alb.reddit.com"]
|
|
|
|
{
|
|
|
|
display: none !important;
|
|
|
|
}
|
2023-09-15 09:41:31 +00:00
|
|
|
`;
|
2023-07-27 12:34:16 +00:00
|
|
|
}
|
|
|
|
|
2023-09-15 09:41:31 +00:00
|
|
|
if (styles != null) {
|
|
|
|
var styleSheet = document.createElement("style");
|
|
|
|
styleSheet.innerText = styles;
|
|
|
|
document.head.appendChild(styleSheet);
|
|
|
|
console.log("Style changed");
|
2023-02-11 13:40:15 +00:00
|
|
|
}
|
|
|
|
|
2023-06-17 06:19:29 +00:00
|
|
|
// Replace default alert with new function
|
|
|
|
// whose style can be changed!
|
2023-06-17 06:29:27 +00:00
|
|
|
window.alert = (message) => {
|
2023-09-15 09:41:31 +00:00
|
|
|
let alertDiv = document.getElementById("customAlert");
|
|
|
|
if (!alertDiv) {
|
|
|
|
const html = `
|
2023-06-17 06:29:27 +00:00
|
|
|
<div id="customAlert" class="custom-alert">
|
|
|
|
<div class="custom-alert-content">
|
|
|
|
<p id="alertMessage"></p>
|
|
|
|
<button id="alertOkButton">OK</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<style>
|
|
|
|
.custom-alert {
|
|
|
|
display: none;
|
|
|
|
position: fixed;
|
|
|
|
z-index: 999;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
overflow: auto;
|
|
|
|
background-color: rgba(0,0,0,0.4);
|
|
|
|
}
|
|
|
|
.custom-alert-content {
|
|
|
|
background-color: #fefefe;
|
|
|
|
margin: 15% auto;
|
|
|
|
padding: 20px;
|
|
|
|
border: 1px solid #888;
|
|
|
|
width: 80%;
|
|
|
|
font-family: monospace; /* Use monospace font */
|
|
|
|
}
|
|
|
|
.visible {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
`;
|
2023-09-15 09:41:31 +00:00
|
|
|
document.body.insertAdjacentHTML("beforeend", html);
|
|
|
|
alertDiv = document.getElementById("customAlert");
|
|
|
|
document.getElementById("alertOkButton").onclick = () => {
|
|
|
|
alertDiv.classList.remove("visible");
|
|
|
|
document.removeEventListener("keydown", dismissAlert);
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|
|
|
|
const dismissAlert = (event) => {
|
|
|
|
if (
|
|
|
|
event.key === "Enter" /*&& event.ctrlKey*/ &&
|
|
|
|
alertDiv.classList.contains("visible")
|
|
|
|
) {
|
|
|
|
alertDiv.classList.remove("visible");
|
|
|
|
document.removeEventListener("keydown", dismissAlert);
|
2023-06-17 06:19:29 +00:00
|
|
|
}
|
2023-09-15 09:41:31 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
document.addEventListener("keydown", dismissAlert);
|
|
|
|
document.getElementById("alertMessage").textContent = message;
|
|
|
|
alertDiv.classList.add("visible");
|
|
|
|
};
|
2023-06-17 06:40:05 +00:00
|
|
|
// ^ takes 0.014ms to run, so performance is not the concern here.
|
|
|
|
// timed with console.time, console.timeEnd
|
2023-06-17 06:29:27 +00:00
|
|
|
|
2023-09-15 09:41:31 +00:00
|
|
|
document.body.style.visibility = "visible";
|