https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/
Make sure the following options are off:
Disable pre-fetching
https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/
Make sure the following options are off:
Disable pre-fetching| <!-- | |
| Put this file in ~/Library/LaunchAgents/com.example.KeyRemapping.plist to | |
| automatically remap your keys when macOS starts. | |
| See https://developer.apple.com/library/archive/technotes/tn2450/_index.html for | |
| the key "usage IDs". Take the usage ID and add 0x700000000 to it before putting it | |
| into a source or destination (HIDKeyboardModifierMappingSrc and | |
| HIDKeyboardModifierMappingDst respectively). | |
| --> | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | 
| #!/usr/bin/env python3 | |
| from subprocess import Popen, call | |
| from time import sleep | |
| threads = 8 | |
| mem = 8 | |
| eth0mac = '52:54:00:12:34:56' | |
| bootSplash = '/home/tux/vms/splash/boot.jpg' | |
| ovmfCode = '/home/tux/src/1git/macos-kvm-pci-passthrough/OVMF_CODE.fd' | |
| ovmfVars = '/home/tux/src/1git/macos-kvm-pci-passthrough/OVMF_VARS.fd' | 
| import { h, Component } from 'preact'; | |
| import { Router } from 'preact-router'; | |
| import Header from './header'; | |
| import Home from '../routes/home'; | |
| import Profile from '../routes/profile'; | |
| import NotifyChange from "./NotifyChange/index"; | |
| // import Home from 'async!../routes/home'; | |
| // import Profile from 'async!../routes/profile'; | 
| <?php | |
| /** | |
| * Implements hook_page_alter(). | |
| */ | |
| function mytheme_page_alter(&$page) { | |
| // Remove all the region wrappers. | |
| foreach (element_children($page) as $key => $region) { | |
| if (!empty($page[$region]['#theme_wrappers'])) { | |
| $page[$region]['#theme_wrappers'] = array_diff($page[$region]['#theme_wrappers'], array('region')); | 
| #!/usr/bin/env ruby | |
| =begin | |
| Created by keyvan | |
| #newznab on irc.synirc.net | |
| This script is for importing a giant dump of NZB files into newznab. Be warned, it's HACKY! | |
| 1) I expect you have downloaded a big archive full of nzbs and have extracted it. | |
| The directory structure should be like this: | |
| dump/ | |
| MoviesHD/ |