I don't follow E so I dunno for sure.
What if E == BB?
Does BB still have his security clearance?
I don't follow E so I dunno for sure.
What if E == BB?
Does BB still have his security clearance?
Try this user.js for Auto(PB)
$(document).ready(function () {
// Get a list of all the postID's in this bread
var posts = [];
var updatePosts = function () {
posts = [];
// Get the OP ID of this bread
var OP = parseInt($('div.post.op a.post_no:eq(1)').text());
posts.push(OP);
$('div.post.reply').find('a.post_no:eq(1)').each(function () {
var postID = parseInt($(this).text());
posts.push(postID);
});
};
// Interate all posts and look for links to update
var showPBLinks = function () {
$(this).find('div.body a:not([rel="nofollow"])').each(function () {
var postID;
if (postID = $(this).text().match(/^>>(\d+)$/))
postID = parseInt(postID[1]);
else
return;
// Search the posts array for this post
var isInBread = $.inArray(postID, posts);
// MAGIC
if (isInBread === -1) {
$(this).after(' <small>(PB)</small>');
}
});
};
// Make it go
updatePosts();
$('div.post.reply').each(showPBLinks);
// allow to work with auto-reload.js, etc.
$(document).on('new_post', function (e, post) {
if ($(post).is('div.post.reply')) {
updatePosts();
$(post).each(showPBLinks);
}
else {
updatePosts();
$(post).find('div.post.reply').each(showPBLinks);
}
});
});
Should we circle back around?
If the WH's know how and with what, he can be freed.
>Event 201 Friday, October 18, 2019
This. Check the dates.
https://www.centerforhealthsecurity.org/event201/about
Reminds me of this
Heraldic Rose
https://en.wikipedia.org/wiki/Military_Intelligence_Corps_(United_States_Army)
Sounds like QResearch
You're hired!
https://en.wikipedia.org/wiki/World_Basic_Information_Library#Mission
The mission of the WBIL project is to collect, research and catalogue open source information documents in support of validated intelligence community and DoD requirements. This includes OSINT research and translation tasking as mission requirements dictate. The WBIL is a "virtual research library" built upon the basic information requirements of the IC and military planners. The WBIL constitutes the central data base resource under the FMSO's Open Source Information System (OSIS).