Discussion
Loading...

Post

Log in
  • About
  • Code of conduct
  • Privacy
  • Users
  • Instances
  • About Bonfire
ionchovy :meowcowboy:
ionchovy :meowcowboy:
@ionchy@types.pl  ·  activity timestamp yesterday

btw if you want to remove these bits from the ACM digital library site you can use these uBlock rules

dl.acm.org##aside[data-core-aside="right-rail"]
dl.acm.org##div.edition-badge-wrapper
dl.acm.org##div.upgrade-banner

if you don't have premium, you can also use these to remove those "features"

dl.acm.org##section#sec-terms
dl.acm.org##section#sec-recommendations
dl.acm.org##section#sec-comments

unfortunately this leaves a big blank margin on the right side, but you can fix that with a userscript (which removes the sidebar ads anyway)

// ==UserScript==
// @name fix ACM DL
// @match https://dl.acm.org/*
// @grant none
// ==/UserScript==

(function() {
'use strict';
document.querySelector("article").removeAttribute("data-has")
})();
screenshot of ACM DL open to an article page with the sidebar, alert, and nagger highlighted in red
screenshot of ACM DL open to an article page with the sidebar, alert, and nagger highlighted in red
screenshot of ACM DL open to an article page with the sidebar, alert, and nagger highlighted in red
  • Copy link
  • Flag this post
  • Block

bonfire.cafe

A space for Bonfire maintainers and contributors to communicate

bonfire.cafe: About · Code of conduct · Privacy · Users · Instances
Bonfire social · 1.0.1-beta.35 no JS en
Automatic federation enabled
Log in
  • Explore
  • About
  • Members
  • Code of Conduct