Last active
May 6, 2025 17:34
-
-
Save abjugard/62b7b4337d2e77f8a3abbfc3efcc65b9 to your computer and use it in GitHub Desktop.
Revisions
-
abjugard revised this gist
May 6, 2025 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ // ==UserScript== // @name Remove useless articles on MacRumors // @namespace https://github.com/abjugard/ // @version 1.16 // @description Removes promos on MacRumors // @author Adrian Bjugård // @match https://www.macrumors.com/ @@ -17,6 +17,7 @@ const unwantedRes = [ /deal(s|):/i, /discount(s|)/i, /offer(s|)/i, /% off/i, /black friday/i, /back to school/i, /lowest price/i, -
abjugard revised this gist
Apr 28, 2025 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ // ==UserScript== // @name Remove useless articles on MacRumors // @namespace https://github.com/abjugard/ // @version 1.15 // @description Removes promos on MacRumors // @author Adrian Bjugård // @match https://www.macrumors.com/ @@ -16,6 +16,7 @@ const unwantedRes = [ /\$/i, /deal(s|):/i, /discount(s|)/i, /offer(s|)/i, /black friday/i, /back to school/i, /lowest price/i, -
abjugard revised this gist
Nov 20, 2024 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ // ==UserScript== // @name Remove useless articles on MacRumors // @namespace https://github.com/abjugard/ // @version 1.14 // @description Removes promos on MacRumors // @author Adrian Bjugård // @match https://www.macrumors.com/ @@ -27,6 +27,7 @@ const unwantedRes = [ /Apple Seeds.*Beta.*OS.*Developers/i, /Apple Vision/i, /Vision Pro/i, /visionOS/i, /MacRumors Giveaway:/i, /MacRumors Show:/i ]; -
abjugard revised this gist
Jul 27, 2024 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ // ==UserScript== // @name Remove useless articles on MacRumors // @namespace https://github.com/abjugard/ // @version 1.13 // @description Removes promos on MacRumors // @author Adrian Bjugård // @match https://www.macrumors.com/ @@ -27,7 +27,7 @@ const unwantedRes = [ /Apple Seeds.*Beta.*OS.*Developers/i, /Apple Vision/i, /Vision Pro/i, /MacRumors Giveaway:/i, /MacRumors Show:/i ]; -
abjugard revised this gist
Jul 27, 2024 . 1 changed file with 4 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ // ==UserScript== // @name Remove useless articles on MacRumors // @namespace https://github.com/abjugard/ // @version 1.12 // @description Removes promos on MacRumors // @author Adrian Bjugård // @match https://www.macrumors.com/ @@ -26,7 +26,9 @@ const unwantedRes = [ /Beta:/i, /Apple Seeds.*Beta.*OS.*Developers/i, /Apple Vision/i, /Vision Pro/i, /MacRumors Givaway:/i, /MacRumors Show:/i ]; (function() { -
abjugard revised this gist
Jan 22, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ // ==UserScript== // @name Remove useless articles on MacRumors // @namespace https://github.com/abjugard/ // @version 1.11 // @description Removes promos on MacRumors // @author Adrian Bjugård // @match https://www.macrumors.com/ -
abjugard revised this gist
Jan 22, 2024 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -25,7 +25,8 @@ const unwantedRes = [ /Apple Releases (New |)(Beta |).*(Air(Pod|Tag)(s|)|Remote|Display|Beats|MagSafe Charger|Pencil).*Firmware/i, /Beta:/i, /Apple Seeds.*Beta.*OS.*Developers/i, /Apple Vision/i, /Vision Pro/i ]; (function() { -
abjugard revised this gist
Jan 22, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ // ==UserScript== // @name Remove useless articles on MacRumors // @namespace https://github.com/abjugard/ // @version 1.10 // @description Removes promos on MacRumors // @author Adrian Bjugård // @match https://www.macrumors.com/ -
abjugard revised this gist
Jan 22, 2024 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -24,7 +24,8 @@ const unwantedRes = [ /Apple Seeds.*(New |)(Beta|Release Candidate).*(Developers|Public Beta Testers)/i, /Apple Releases (New |)(Beta |).*(Air(Pod|Tag)(s|)|Remote|Display|Beats|MagSafe Charger|Pencil).*Firmware/i, /Beta:/i, /Apple Seeds.*Beta.*OS.*Developers/i, /Apple Vision/i ]; (function() { -
abjugard revised this gist
Dec 6, 2023 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ // ==UserScript== // @name Remove useless articles on MacRumors // @namespace https://github.com/abjugard/ // @version 1.9 // @description Removes promos on MacRumors // @author Adrian Bjugård // @match https://www.macrumors.com/ @@ -13,7 +13,7 @@ // ==/UserScript== const unwantedRes = [ /\$/i, /deal(s|):/i, /discount(s|)/i, /black friday/i, -
abjugard revised this gist
Dec 6, 2023 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ // ==UserScript== // @name Remove useless articles on MacRumors // @namespace https://github.com/abjugard/ // @version 1.8 // @description Removes promos on MacRumors // @author Adrian Bjugård // @match https://www.macrumors.com/ @@ -13,6 +13,7 @@ // ==/UserScript== const unwantedRes = [ /\$:/i, /deal(s|):/i, /discount(s|)/i, /black friday/i, -
abjugard revised this gist
Nov 15, 2023 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ // ==UserScript== // @name Remove useless articles on MacRumors // @namespace https://github.com/abjugard/ // @version 1.7 // @description Removes promos on MacRumors // @author Adrian Bjugård // @match https://www.macrumors.com/ @@ -19,9 +19,9 @@ const unwantedRes = [ /back to school/i, /lowest price/i, /(low|best) price(s|)/i, /Apple Releases (New |)(Beta |)Firmware.*(Air(Pod|Tag)(s|)|Remote|Display|Beats|MagSafe Charger|Pencil)/i, /Apple Seeds.*(New |)(Beta|Release Candidate).*(Developers|Public Beta Testers)/i, /Apple Releases (New |)(Beta |).*(Air(Pod|Tag)(s|)|Remote|Display|Beats|MagSafe Charger|Pencil).*Firmware/i, /Beta:/i, /Apple Seeds.*Beta.*OS.*Developers/i ]; -
abjugard revised this gist
Oct 17, 2023 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ // ==UserScript== // @name Remove useless articles on MacRumors // @namespace https://github.com/abjugard/ // @version 1.6 // @description Removes promos on MacRumors // @author Adrian Bjugård // @match https://www.macrumors.com/ @@ -20,6 +20,7 @@ const unwantedRes = [ /lowest price/i, /(low|best) price(s|)/i, /Apple Releases (New |)(Beta |)Firmware.*(Air(Pod|Tag)(s|)|Remote|Display|[Bb]eats|MagSafe Charger)/i, /Apple Seeds.*(New |)(Beta|Release Candidate).*(Developers|Public Beta Testers)/i, /Apple Releases (New |)(Beta |).*(Air(Pod|Tag)(s|)|Remote|Display|[Bb]eats|MagSafe Charger).*Firmware/i, /Beta:/i, /Apple Seeds.*Beta.*OS.*Developers/i -
abjugard revised this gist
Oct 4, 2023 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ // ==UserScript== // @name Remove useless articles on MacRumors // @namespace https://github.com/abjugard/ // @version 1.5 // @description Removes promos on MacRumors // @author Adrian Bjugård // @match https://www.macrumors.com/ @@ -21,6 +21,7 @@ const unwantedRes = [ /(low|best) price(s|)/i, /Apple Releases (New |)(Beta |)Firmware.*(Air(Pod|Tag)(s|)|Remote|Display|[Bb]eats|MagSafe Charger)/i, /Apple Releases (New |)(Beta |).*(Air(Pod|Tag)(s|)|Remote|Display|[Bb]eats|MagSafe Charger).*Firmware/i, /Beta:/i, /Apple Seeds.*Beta.*OS.*Developers/i ]; -
abjugard revised this gist
Sep 27, 2023 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ // ==UserScript== // @name Remove useless articles on MacRumors // @namespace https://github.com/abjugard/ // @version 1.4 // @description Removes promos on MacRumors // @author Adrian Bjugård // @match https://www.macrumors.com/ @@ -14,6 +14,7 @@ const unwantedRes = [ /deal(s|):/i, /discount(s|)/i, /black friday/i, /back to school/i, /lowest price/i, -
abjugard revised this gist
Sep 11, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -13,7 +13,7 @@ // ==/UserScript== const unwantedRes = [ /deal(s|):/i, /black friday/i, /back to school/i, /lowest price/i, -
abjugard revised this gist
Sep 11, 2023 . 1 changed file with 5 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ // ==UserScript== // @name Remove useless articles on MacRumors // @namespace https://github.com/abjugard/ // @version 1.3 // @description Removes promos on MacRumors // @author Adrian Bjugård // @match https://www.macrumors.com/ @@ -13,7 +13,10 @@ // ==/UserScript== const unwantedRes = [ /deal(s|):)/i, /black friday/i, /back to school/i, /lowest price/i, /(low|best) price(s|)/i, /Apple Releases (New |)(Beta |)Firmware.*(Air(Pod|Tag)(s|)|Remote|Display|[Bb]eats|MagSafe Charger)/i, /Apple Releases (New |)(Beta |).*(Air(Pod|Tag)(s|)|Remote|Display|[Bb]eats|MagSafe Charger).*Firmware/i, -
abjugard revised this gist
Sep 11, 2023 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ // ==UserScript== // @name Remove useless articles on MacRumors // @namespace https://github.com/abjugard/ // @version 1.2 // @description Removes promos on MacRumors // @author Adrian Bjugård // @match https://www.macrumors.com/ @@ -13,7 +13,7 @@ // ==/UserScript== const unwantedRes = [ /deal(s|):/i, /(low|best) price(s|)/i, /Apple Releases (New |)(Beta |)Firmware.*(Air(Pod|Tag)(s|)|Remote|Display|[Bb]eats|MagSafe Charger)/i, /Apple Releases (New |)(Beta |).*(Air(Pod|Tag)(s|)|Remote|Display|[Bb]eats|MagSafe Charger).*Firmware/i, -
abjugard revised this gist
Jul 12, 2023 . 1 changed file with 22 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,11 @@ // ==UserScript== // @name Remove useless articles on MacRumors // @namespace https://github.com/abjugard/ // @version 1.1 // @description Removes promos on MacRumors // @author Adrian Bjugård // @match https://www.macrumors.com/ // @match https://www.macrumors.com/*/ // @icon https://www.google.com/s2/favicons?domain=macrumors.com // @grant none // @updateURL https://gist.github.com/abjugard/62b7b4337d2e77f8a3abbfc3efcc65b9/raw/macrumors-filter.user.js @@ -22,10 +23,26 @@ const unwantedRes = [ (function() { 'use strict'; if (window.location.href.length > 32) { return; } document.querySelectorAll('article').forEach(article => { const title = article.querySelector('div[class^="titlebar--"]'); if (title == null) { return; } if (unwantedRes.some(re => re.test(title.innerText))) { article.childNodes.forEach(node => { if (!node.className.includes('titlebar--')) { article.removeChild(node); } }); const content = article.querySelector('div[class^="content--"]'); article.removeChild(content); title.style.opacity = '40%'; title.style.padding = '1px 15px 4px 15px'; const link = title.querySelector('a'); link.style.fontSize = '12px'; } }); })(); -
abjugard revised this gist
Jul 12, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ // ==UserScript== // @name Remove useless articles on MacRumors // @namespace https://github.com/abjugard/ // @version 1.0 // @description Removes promos on MacRumors // @author Adrian Bjugård // @match https://www.macrumors.com/* -
abjugard revised this gist
Jul 12, 2023 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ // ==UserScript== // @name Remove useless articles on MacRumors // @namespace https://github.com/abjugard/ // @version 1 // @description Removes promos on MacRumors // @author Adrian Bjugård // @match https://www.macrumors.com/* @@ -12,7 +12,8 @@ // ==/UserScript== const unwantedRes = [ /deal(s|)/i, /(low|best) price(s|)/i, /Apple Releases (New |)(Beta |)Firmware.*(Air(Pod|Tag)(s|)|Remote|Display|[Bb]eats|MagSafe Charger)/i, /Apple Releases (New |)(Beta |).*(Air(Pod|Tag)(s|)|Remote|Display|[Bb]eats|MagSafe Charger).*Firmware/i, /Apple Seeds.*Beta.*OS.*Developers/i -
abjugard revised this gist
Jun 22, 2023 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ // ==UserScript== // @name Remove useless articles on MacRumors // @namespace https://github.com/abjugard/ // @version 0.9 // @description Removes promos on MacRumors // @author Adrian Bjugård // @match https://www.macrumors.com/* @@ -13,8 +13,8 @@ const unwantedRes = [ /deal(s|):/i, /Apple Releases (New |)(Beta |)Firmware.*(Air(Pod|Tag)(s|)|Remote|Display|[Bb]eats|MagSafe Charger)/i, /Apple Releases (New |)(Beta |).*(Air(Pod|Tag)(s|)|Remote|Display|[Bb]eats|MagSafe Charger).*Firmware/i, /Apple Seeds.*Beta.*OS.*Developers/i ]; -
abjugard revised this gist
May 3, 2023 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ // ==UserScript== // @name Remove useless articles on MacRumors // @namespace https://github.com/abjugard/ // @version 0.8 // @description Removes promos on MacRumors // @author Adrian Bjugård // @match https://www.macrumors.com/* @@ -13,8 +13,8 @@ const unwantedRes = [ /deal(s|):/i, /Apple Releases (New |)(Beta |)Firmware.*(AirPod|AirTag|Remote|Display|[Bb]eats|MagSafe Charger)(s|)/i, /Apple Releases (New |)(Beta |)(AirPod|AirTag|Remote|Display|[Bb]eats|MagSafe Charger)(s|).*Firmware/i, /Apple Seeds.*Beta.*OS.*Developers/i ]; -
abjugard revised this gist
May 3, 2023 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ // ==UserScript== // @name Remove useless articles on MacRumors // @namespace https://github.com/abjugard/ // @version 0.7 // @description Removes promos on MacRumors // @author Adrian Bjugård // @match https://www.macrumors.com/* @@ -13,8 +13,8 @@ const unwantedRes = [ /deal(s|):/i, /Apple Releases (New |)(Beta |)Firmware.*(AirPod|AirTag|Remote|Display|[Bb]eats|MagSafe)(s|)/i, /Apple Releases (New |)(Beta |)(AirPod|AirTag|Remote|Display|[Bb]eats|MagSafe)(s|).*Firmware/i, /Apple Seeds.*Beta.*OS.*Developers/i ]; -
abjugard revised this gist
Dec 12, 2022 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ // ==UserScript== // @name Remove useless articles on MacRumors // @namespace https://github.com/abjugard/ // @version 0.6 // @description Removes promos on MacRumors // @author Adrian Bjugård // @match https://www.macrumors.com/* @@ -14,6 +14,7 @@ const unwantedRes = [ /deal(s|):/i, /Apple Releases (New |)(Beta |)Firmware.*(AirPod|AirTag|Remote|Display)/i, /Apple Releases (New |)(Beta |)(AirPod|AirTag|Remote|Display)(s|).*Firmware/i, /Apple Seeds.*Beta.*OS.*Developers/i ]; -
abjugard revised this gist
Nov 11, 2022 . 1 changed file with 4 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ // ==UserScript== // @name Remove useless articles on MacRumors // @namespace https://github.com/abjugard/ // @version 0.5 // @description Removes promos on MacRumors // @author Adrian Bjugård // @match https://www.macrumors.com/* @@ -11,14 +11,10 @@ // @downloadURL https://gist.github.com/abjugard/62b7b4337d2e77f8a3abbfc3efcc65b9/raw/macrumors-filter.user.js // ==/UserScript== const unwantedRes = [ /deal(s|):/i, /Apple Releases (New |)(Beta |)Firmware.*(AirPod|AirTag|Remote|Display)/i, /Apple Seeds.*Beta.*OS.*Developers/i ]; (function() { -
abjugard revised this gist
Jul 7, 2022 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -7,8 +7,8 @@ // @match https://www.macrumors.com/* // @icon https://www.google.com/s2/favicons?domain=macrumors.com // @grant none // @updateURL https://gist.github.com/abjugard/62b7b4337d2e77f8a3abbfc3efcc65b9/raw/macrumors-filter.user.js // @downloadURL https://gist.github.com/abjugard/62b7b4337d2e77f8a3abbfc3efcc65b9/raw/macrumors-filter.user.js // ==/UserScript== const promoRe = /deal(s|):/i; -
abjugard renamed this gist
Jul 7, 2022 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ // ==UserScript== // @name Remove useless articles on MacRumors // @namespace https://github.com/abjugard/ // @version 0.4 // @description Removes promos on MacRumors // @author Adrian Bjugård // @match https://www.macrumors.com/* -
abjugard revised this gist
Jul 7, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -12,7 +12,7 @@ // ==/UserScript== const promoRe = /deal(s|):/i; const firmwareRe = /Apple Releases (New |)(Beta |)Firmware.*(AirPod|Remote|Display)/i; const devBetaSeedRe = /Apple Seeds.*Beta.*OS.*Developers/i; const unwantedRes = [ -
abjugard revised this gist
Jul 7, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -12,7 +12,7 @@ // ==/UserScript== const promoRe = /deal(s|):/i; const firmwareRe = /Apple Releases (New |)(Beta |)Firmware.*(AirPod|Remote|Display).*/i; const devBetaSeedRe = /Apple Seeds.*Beta.*OS.*Developers/i; const unwantedRes = [
NewerOlder