- Create repo on GitHub where you'll put your files.
- Use jsDeliver or statically to get your assets.
Here is repo I'm using:
https://github.com/jcubic/static
And links to files look like this:
Here is repo I'm using:
https://github.com/jcubic/static
And links to files look like this:
| <?php | |
| /** | |
| * Plugin Name: Photon CDN | |
| * Version: 1.1 | |
| * Description: Use the WP.com Photon image CDN without installing JetPack | |
| * Author: Zachary Scott | |
| */ | |
| namespace zacscott; |
This guide likely applies to other models and, potentially, even laptops from other OEMs that have NVME drives. However, I've only tested this on my Dell XPS 15 (9560) with the OEM Windows installation from the Signature Edition model.
Switching from RAID to AHCI is significantly simpler than switching from AHCI to RAID. All that's needed is a successful boot to Safe Mode.
msconfig.exe or open an admin cmd/PowerShell window and run:| @REM | |
| @REM Absolute Computrace/Lojack/BeeInject Disabler | |
| @REM | |
| @REM Works around the Ring -3 Bootkit part of | |
| @REM NSA/TAO and CIA/IOC Framework | |
| @REM | |
| @REM This tool will backup original Computrace/Lojack files, | |
| @REM disable the services and then add dummy read-only copies. | |
| @REM | |
| @REM Edited to strengthen protection against removal |
| 0059.co.kr | |
| 007.no | |
| 007airsoft.com | |
| 008.vista.kz | |
| 01186mb.ca | |
| 012.ca | |
| 01nii.ru | |
| 0286776498.com | |
| 0286780777.com | |
| 02asat.photoherald.com |
| #ignore top span results | |
| google.*##.g:has(a[href*="thetopsites.com"]) | |
| duckduckgo.*##.results > div:has(a[href*="thetopsites.com"]) | |
| facebook.com##div[role="feed"] div > span > span > a > span:upward(div[role="feed"] > div:not([data-pagelet*="group" i])) | |
| facebook.com##div[data-pagelet*="FeedUnit"]:has(div:not([class]):not([id]):empty ~ div:not([class]):not([id]) > div:not([class]):not([id]) > div:not([class]):not([id]):first-child:has(span[dir="auto"]:only-child) + div:not([class]):not([id]) + div:not([class]):not([id]) + div:not([class]):not([id]):last-child) | |
| facebook.com##div[data-pagelet="RightRail"] > div:not([data-visualcompletion]) > div > div[class]:has(> div[class] > div[class] div[class] > a[aria-label][href^="https://l.facebook.com/l.php?u="][target="_blank"]) | |
| facebook.com##[aria-label*="Marketplace"] object > a[href^="/ads/"] > span:not(:empty):upward(11) | |
| facebook.com##[aria-label*="Marketplace"] object:has(> a[href^="/ads/"] > span:has-text(/^Sponsored$/)):upward(a):upward(3) |
If a user is browsing videos on YouTube.com from a web browser on a higher-end device (e.g., VR headsets), the user has to manually override the playback quality of a video through the playback-controls bar at the bottom of the video: Settings > Quality.
| // this is the background code... | |
| // listen for our browerAction to be clicked | |
| chrome.browserAction.onClicked.addListener(function (tab) { | |
| // for the current tab, inject the "inject.js" file & execute it | |
| chrome.tabs.executeScript(tab.ib, { | |
| file: 'inject.js' | |
| }); | |
| }); |
| # Ldplayer | |
| adabdapi.ldmnq.com | |
| apien.ldmnq.com | |
| encdn.ldmnq.com | |
| storeen.ldmnq.com | |
| k-ring.msedge.net | |
| # ledger.bt.co | |
| ldmnq.com | |
| # appstore.ldmnq.com | |
| res.ldmnq.com |
| ! The following 2 lines are what I use to display news.ycombinator.com | |
| ! Limit comments to 70 characters wide, making them easier to read | |
| news.ycombinator.com##.comment:style(max-width: 70ch !important; overflow: hidden !important;) | |
| ! Invert the colours of the site, making a dark mode that I like | |
| ! `invert(95%)` does most of the work, | |
| ! but you can tweak the hue-rotate value to fine tune the colours | |
| news.ycombinator.com##html:style(filter:invert(95%) hue-rotate(200deg); background: white) |