You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ They may also work with GreaseMonkey, TamperMonkey, or on other browsers.
14
14
</sub>
15
15
-->
16
16
### Other
17
-
* If you use [Pale Moon](http://www.palemoon.org/) or [Basilisk](https://www.basilisk-browser.org), try [this fork of GreaseMonkey v3][GreaseMonkey_v3_Moonchild].<br>
17
+
* If you use [Pale Moon](https://www.palemoon.org), [Basilisk](https://www.basilisk-browser.org), or [K-Meleon](http://kmeleonbrowser.org), try [this fork of GreaseMonkey v3][GreaseMonkey_v3_Moonchild].<br>
18
18
Some scripts will likely require modifications for this to work; if you do this yourself, please submit a pull request so that others may also benefit.
19
19
20
20
## Important note:
@@ -60,6 +60,8 @@ To add a script:
60
60
|[Ubuntu Packages Description In Title](#UPDIT)|[install][raw-UPDIT]| N/A |:heavy_check_mark:| MIT | 2023:05:11 | 2023:05:11 |
<!-- | [Crates.io Common Meta Near Top](#CCMNT) | [install][raw-CCMNT] | N/A | :heavy_check_mark: | MIT | 2021:03:16 | 2021:04:05 | -->
@@ -378,6 +380,31 @@ Also doesn't use that centered dot character as a separator.
378
380
379
381
[[Install]][raw-PDIT]
380
382
383
+
---
384
+
385
+
<aname="SUTC"></a>
386
+
### Simple URL Tracker Cleaner
387
+
388
+
Scrub various common tracker parameters from URLs. Even if you don't mind being tracked, parameters like these often make URLs rather long; why copy, share, or save a 200 character URL when you could get the exact same content by removing 160 of those characters, without routing traffic through some URL shortening service?
389
+
390
+
Primarily targets parameters related to Google, Amazon, and Facebook.
391
+
392
+
<sub>
393
+
Icon from: <ahref="https://www.flaticon.com/free-icon/fly-swatter_185441"title="Fly Swatter">Fly Swatter free icon created by Freepik - Flaticon</a>
394
+
</sub>
395
+
[[Install]][raw-SUTC]
396
+
397
+
---
398
+
399
+
<aname="ORHS"></a>
400
+
### Old Reddit Hide Posts By Sub
401
+
402
+
Hide posts from arbitrary subreddits (unless specifically looking at them, of course).
403
+
404
+
Only works for old.reddit.com, not www.reddit.com, because the not only does the latter use a DOM structure that makes it unsuitable for applying styles to entire post-elements by the CSS selector of the child element holding the subreddit, it _also_ commits the desktop (and frankly, even mobile) user-experience war-crime of infinite pagination (endless scrolling). **TLDR: Modern Reddit UI sucks, and supporting it would take more effort than I'm willing to put in to this for my own use.**
405
+
406
+
[[Install]][raw-ORHS]
407
+
381
408
---
382
409
<!--
383
410
@@ -496,6 +523,8 @@ As explained on <https://stackoverflow.com/questions/7653483/github-relative-lin
// Apparently calling `cleanURLs()` in the setInterval call violates CSP on google pages, because something decides to try interpreting a simple string as javascript.
0 commit comments