This is just a test.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
josh :floppies: @josh 2024-03-02T03:31:37.547000+00:00 | |
🔗 https://ms.phocks.org/@josh/112023981099981014 | |
just setting up my instance | |
josh :floppies: @josh 2024-03-02T03:56:54.587000+00:00 | |
🔗 https://ms.phocks.org/@josh/112024080520713446 | |
[@phocks](https://bne.social/@phocks) | |
[@arichtman](https://eigenmagic.net/@arichtman) Oh here we go. I got that | |
reply! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! Hide "This is your last free article" banners | |
! REQUIRED: Use "Forget Me Not" to block cookie: pay_ent_msmp@*.newyorker.com | |
! to actually block the paywall. (Change domain to suit) | |
! UPDATE 2025: No longer works. Block "build" js instead as below. | |
! vanityfair.com##.journey-unit__container | |
! wired.com##.journey-unit__container | |
! newyorker.com##.journey-unit__container | |
! gq.com##.journey-unit__container | |
! Brisbane Times & Fairfax sites |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"postcode": 800, | |
"suburb": "Darwin City", | |
"ratio": 1 | |
}, | |
{ | |
"postcode": 810, | |
"suburb": "Alawa", | |
"ratio": 0.0638734 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Static information about the filesystems. | |
# See fstab(5) for details. | |
# <file system> <dir> <type> <options> <dump> <pass> | |
# /dev/nvme0n1p2 | |
UUID=5bb40f73-a2c2-4bf7-84de-7b140a00d0b6 / btrfs rw,relatime,compress=zstd,ssd,discard=async,space_cache=v2,subvolid=256,subvol=/@ 0 0 | |
# /dev/nvme0n1p2 | |
UUID=5bb40f73-a2c2-4bf7-84de-7b140a00d0b6 /home btrfs rw,relatime,compress=zstd,ssd,discard=async,space_cache=v2,subvolid=257,subvol=/@home 0 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name NYTimes unpaywall | |
// @namespace phocks | |
// @version 0.1.2 | |
// @description no subcribe popover to bother reader on nytimes.com | |
// @author phocks | |
// @match *://www.nytimes.com/* | |
// @grant GM_addStyle | |
// @run-at document-start | |
// @licence MIT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Twitter Advertiser Blocker | |
// @namespace http://phocks.org | |
// @version 0.2.0 | |
// @description Blocks advertisers on Twitter as you scroll | |
// @author @[email protected] | |
// @match https://twitter.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=twitter.com | |
// @grant none | |
// @license MIT |
Hi! I'm your first Markdown file in StackEdit. If you want to learn about StackEdit, you can read me. If you want to play with Markdown, you can edit me. Once you have finished with me, you can create new files by opening the file explorer on the left corner of the navigation bar.
StackEdit stores your files in your browser, which means all your files are automatically saved locally and are accessible offline!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Darwin City": 800, | |
"Alawa": 810, | |
"Brinkin": 810, | |
"Casuarina (NT)": 810, | |
"Coconut Grove": 810, | |
"Jingili": 810, | |
"Lee Point": 810, | |
"Lyons (NT)": 810, | |
"Millner": 810, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
header('Content-Type: application/rss+xml; charset=utf-8'); | |
header("Access-Control-Allow-Origin: *"); | |
$string = file_get_contents("https://www.abc.net.au/news/feed/51120/rss.xml"); | |
echo $string; |
NewerOlder