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
// 打开一个新窗口以便于存放和显示提取的内容 | |
var newWin = window.open('', '_blank'); | |
// 提取带有'blog-content-box'类的元素的HTML内容 | |
var contentBox = document.querySelector('.blog-content-box').outerHTML; | |
// 获取标题用于文件名 | |
var articleTitle = document.querySelector('#articleContentId').innerText.trim(); | |
var fileName = articleTitle.replace(/[\/\\:*?"<>|]/g, '_') + '.html'; // 清理文件名中的非法字符 |
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
/* ************************************************************************** */ | |
/* */ | |
/* ::: :::::::: */ | |
/* keycode_mac.h :+: :+: :+: */ | |
/* +:+ +:+ +:+ */ | |
/* By: jfortin <[email protected]> +#+ +:+ +#+ */ | |
/* +#+#+#+#+#+ +#+ */ | |
/* Created: 2016/12/17 16:42:55 by jfortin #+# #+# */ | |
/* Updated: 2019/11/10 18:01:39 by jfortin ### ########.fr */ | |
/* */ |
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
#deb cdrom:[Ubuntu 18.04 LTS _Bionic Beaver_ - Release amd64 (20180426)]/ bionic main restricted | |
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to | |
# newer versions of the distribution. | |
deb http://us.archive.ubuntu.com/ubuntu/ bionic main restricted | |
# deb-src http://us.archive.ubuntu.com/ubuntu/ bionic main restricted | |
## Major bug fix updates produced after the final release of the | |
## distribution. | |
deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates main restricted |
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
List of subreddits with 50,000+ subscribers, compiled by /u/roastedlasagna, in alphabetical order. Latest update Feb 4. Note that these are not necessarily marked NSFW! | |
/r/100yearsago | |
/r/1200isplenty | |
/r/2007scape | |
/r/2meirl4meirl | |
/r/3amjokes | |
/r/3Dprinting | |
/r/3DS | |
/r/4chan |