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 characters
| never mind | the file is too large for a gist. Instead | I uploaded it to https://drive.google.com/file/d/19hzl6-gUw2R0SpMLhaiHTaV2bF_nf5RS/view?usp=sharing |
|---|
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 characters
| year/month | CPI | |
|---|---|---|
| 191301 | 9.8 | |
| 191302 | 9.8 | |
| 191303 | 9.8 | |
| 191304 | 9.8 | |
| 191305 | 9.7 | |
| 191306 | 9.8 | |
| 191307 | 9.9 | |
| 191308 | 9.9 | |
| 191309 | 10 |
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 characters
| // ==UserScript== | |
| // @name get page views this month for each page in the category | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description | |
| // @author Josh Parker | |
| // @source https://github.com/joshparkerj/silly-internet-tricks/blob/main/wikipedia/category-page-views.user.js | |
| // @downloadURL https://gist.github.com/joshparkerj/03cb85844025abc5294281f9bf321a1c/raw/category-page-views.user.js | |
| // @updateURL https://gist.github.com/joshparkerj/03cb85844025abc5294281f9bf321a1c/raw/category-page-views.meta.js | |
| // @match https://en.wikipedia.org/wiki/Category:* |
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 characters
| // ==UserScript== | |
| // @name Washington Post better colors | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description | |
| // @author Josh Parker | |
| // @match https://*.washingtonpost.com/* | |
| // @icon https://www.google.com/s2/favicons?domain=washingtonpost.com | |
| // @grant none | |
| // ==/UserScript== |
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 characters
| // ==UserScript== | |
| // @name Show all category links on one page. | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description | |
| // @author Josh Parker | |
| // @source https://github.com/joshparkerj/silly-internet-tricks/blob/main/wikipedia/one-page-category.user.js | |
| // @downloadURL https://gist.github.com/joshparkerj/3e8e7b624a12c4b4a9fcd3bb349be74f/raw/one-page-category.user.js | |
| // @updateURL https://gist.github.com/joshparkerj/3e8e7b624a12c4b4a9fcd3bb349be74f/raw/one-page-category.meta.js | |
| // @match https://en.wikipedia.org/wiki/Category:* |
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 characters
| // ==UserScript== | |
| // @name Rainbowify | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description apply rainbow colors to the text you select | |
| // @author Josh Parker | |
| // @source https://github.com/joshparkerj/silly-internet-tricks/blob/main/text-effect/rainbowify.user.js | |
| // @downloadURL https://gist.github.com/joshparkerj/828b900e349e8781de9f45bd22c459e3/raw/rainbowify.user.js | |
| // @updateURL https://gist.github.com/joshparkerj/828b900e349e8781de9f45bd22c459e3/raw/rainbowify.meta.js | |
| // @match https://www.washingtonpost.com/* |
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 characters
| // ==UserScript== | |
| // @name Zanyify | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description twist the text for a zany effect | |
| // @author Josh Parker | |
| // @source https://github.com/joshparkerj/silly-internet-tricks/blob/main/text-effect/zanyify.user.js | |
| // @downloadURL https://gist.github.com/joshparkerj/8d52e155cf7adf7f66bec7d6fa94838a/raw/zanyify.user.js | |
| // @updateURL https://gist.github.com/joshparkerj/8d52e155cf7adf7f66bec7d6fa94838a/raw/zanyify.meta.js | |
| // @match https://www.washingtonpost.com/* |
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 characters
| // ==UserScript== | |
| // @name Zalgoify | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description zalgoize the text you select | |
| // @author Josh Parker | |
| // @source https://github.com/joshparkerj/silly-internet-tricks/blob/main/text-effect/zalgoify.user.js | |
| // @downloadURL https://gist.github.com/joshparkerj/beec777ee27ec85d43dcca99f7019a5e/raw/zalgoify.user.js | |
| // @updateURL https://gist.github.com/joshparkerj/beec777ee27ec85d43dcca99f7019a5e/raw/zalgoify.meta.js | |
| // @match https://www.washingtonpost.com/* |
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 characters
| // ==UserScript== | |
| // @name Sarcastify | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description apply sarcastic capitalization to the text you select | |
| // @author Josh Parker | |
| // @source https://github.com/joshparkerj/silly-internet-tricks/blob/main/text-effect/sarcastify.user.js | |
| // @downloadURL https://gist.github.com/joshparkerj/1be6e2fc1e4f486e684f6a5b0fb25207/raw/sarcastify.user.js | |
| // @updateURL https://gist.github.com/joshparkerj/1be6e2fc1e4f486e684f6a5b0fb25207/raw/sarcastify.meta.js | |
| // @match https://www.washingtonpost.com/* |
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 characters
| // ==UserScript== | |
| // @name Wavify | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description add an animated wave effect to the text you select | |
| // @author Josh Parker | |
| // @source https://github.com/joshparkerj/silly-internet-tricks/blob/main/text-effect/wavify.user.js | |
| // @downloadURL https://gist.github.com/joshparkerj/a5981c6666b46bb0d51443608208d684/raw/wavify.user.js | |
| // @updateURL https://gist.github.com/joshparkerj/a5981c6666b46bb0d51443608208d684/raw/wavify.meta.js | |
| // @match https://www.washingtonpost.com/* |